aiomisc - miscellaneous utils for asyncio
Miscellaneous utils for asyncio.
The complete documentation is available in the following languages:
Table of contents
Installation
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/aiokitchen/aiomisc.git
pip3 install \
https://github.com/aiokitchen/aiomisc/archive/refs/heads/master.zip
Versioning
This software follows Semantic Versioning
How to develop?
Should be installed:
- virtualenv
- GNU Make as make
- Python 3.5+ as python3
For setting up developer environment just type
make develop