Metadata-Version: 2.1
Name: aiomisc
Version: 0.1.0
Summary: Useful utils for asyncio
Home-page: UNKNOWN
Author: Dmitry Orlov <orlov@edadeal.ru>
Author-email: orlov@edadeal.ru
License: MIT
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Russian
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: develop
Requires-Dist: aiodns (<2)
Requires-Dist: async-timeout (<3)
Requires-Dist: chardet (<4)
Requires-Dist: colorlog
Requires-Dist: fast-json
Requires-Dist: pycares (<3)
Requires-Dist: ujson (<1.40)
Requires-Dist: uvloop (<1)
Provides-Extra: develop
Requires-Dist: coverage (!=4.3); extra == 'develop'
Requires-Dist: pylama; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-asyncio; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: timeout-decorator; extra == 'develop'
Requires-Dist: tox (>=2.4); extra == 'develop'

aiomisc - miscellaneous utils for asyncio
=========================================

Miscellaneous utils for asyncio.


How to develop?
---------------

Should be installed:

* `virtualenv`
* GNU Make `make`
* Python 3.5+ `python3.5`


For setting up developer environment just type::

    make develop




