.. image:: https://coveralls.io/repos/github/mosquito/aiomisc/badge.svg?branch=master :target: https://coveralls.io/github/mosquito/aiomisc :alt: Coveralls
.. image:: https://github.com/aiokitchen/aiomisc/workflows/tox/badge.svg :target: https://github.com/aiokitchen/aiomisc/actions?query=workflow%3Atox :alt: Actions
.. image:: https://img.shields.io/pypi/v/aiomisc.svg :target: https://pypi.python.org/pypi/aiomisc/ :alt: Latest Version
.. image:: https://img.shields.io/pypi/wheel/aiomisc.svg :target: https://pypi.python.org/pypi/aiomisc/
.. image:: https://img.shields.io/pypi/pyversions/aiomisc.svg :target: https://pypi.python.org/pypi/aiomisc/
.. image:: https://img.shields.io/pypi/l/aiomisc.svg :target: https://pypi.python.org/pypi/aiomisc/
Miscellaneous utils for asyncio.
The complete documentation is available in the following languages:
English documentation
_Russian documentation
_.. _English documentation: https://aiomisc.readthedocs.io/en/latest/ .. _Russian documentation: https://aiomisc.readthedocs.io/ru/latest/
.. contents:: Table of contents
Installing from pypi:
.. code-block:: bash
pip3 install aiomisc
With uvloop_:
.. code-block:: bash
pip3 install "aiomisc[uvloop]"
With aiohttp_:
.. code-block:: bash
pip3 install "aiomisc[aiohttp]"
Installing from github.com:
.. code-block:: bash
pip3 install git+https://github.com/mosquito/aiomisc.git
.. _uvloop: https://pypi.org/project/uvloop .. _aiohttp: https://pypi.org/project/aiohttp
This software follows Semantic Versioning
_
Should be installed:
virtualenv
make
python3
For setting up developer environment just type
.. code-block::
make develop
.. _Semantic Versioning: http://semver.org/