Metadata-Version: 2.1
Name: fsc.async-tools
Version: 0.3.0
Summary: Defines tools for simplifying the use of asynchronous Python.
Requires-Dist: fsc.export
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: yapf (==0.22.0); extra == 'dev'
Requires-Dist: prospector; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: ipython (>=6.2); extra == 'dev'
Requires-Dist: matplotlib; extra == 'dev'

Home-page: http://frescolinogroup.github.io/frescolino/pyasynctools/0.3
Author: C. Frescolino
Author-email: frescolino@lists.phys.ethz.ch
License: Apache
Description: The ``fsc.async-tools`` module defines tools for using Python's async / await features.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Provides-Extra: dev
