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
Description: 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
        
        
        
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
