Metadata-Version: 2.1
Name: asyncflow
Version: 0.1
Summary: Concurrency made easy
Home-page: https://github.com/jacobunna/asyncflow
Author: Jacob Unna
Author-email: jacob.unna@gmail.com
License: MIT
Description: AsyncFlow
        =========
        
        Concurrency made easy.
        
        .. image:: https://readthedocs.org/projects/asyncflow/badge/?version=latest
            :target: https://asyncflow.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Installation
        ------------
        
        Install with pip:
        
        .. code-block:: text
        
            pip install asyncflow
        
        Links
        -----
        
        * Documentation: https://asyncflow.readthedocs.io/
        * Releases: https://pypi.org/project/asyncflow
        * Code: https://github.com/jacobunna/asyncflow
        * Issue tracker: https://github.com/jacobunna/asyncflow/issues
        
Keywords: concurrency thread async asyncio curio trio parallelism
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English 
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: dev
