/aiomisc

aiomisc - miscellaneous utils for asyncio

Primary LanguagePythonMIT LicenseMIT

aiomisc - miscellaneous utils for asyncio

Coveralls Actions Latest Version

Miscellaneous utils for asyncio.

The complete documentation is available in the following languages:

Installing from pypi:

pip3 install aiomisc

With uvloop:

pip3 install "aiomisc[uvloop]"

With aiohttp:

pip3 install "aiomisc[aiohttp]"

Installing from github.com:

pip3 install git+https://github.com/mosquito/aiomisc.git

This software follows Semantic Versioning

Should be installed:

  • virtualenv
  • GNU Make as make
  • Python 3.5+ as python3

For setting up developer environment just type

make develop