Metadata-Version: 1.1
Name: tukio
Version: 0.12.0
Summary: An event-based workflow library built around asyncio
Home-page: https://github.com/optiflows/tukio
Author: Optiflows R&D
Author-email: rand@surycat.com
License: Apache 2.0
Description: A asynchronous library designed to create, manage and run workflows (Python 3.5 only!):
        
        This library has been written with a focus on reliability and developer-friendliness. Its design promotes single-threaded and asynchronous coding style through the extensive use of the [Python asyncio](https://docs.python.org/3/library/asyncio.html) event loop.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
