Metadata-Version: 2.1
Name: tukio
Version: 1.1.2
Summary: An event-based workflow library built around asyncio
Home-page: https://github.com/surycat/tukio
Author: Enovacom Surycat
Author-email: rand@surycat.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
License-File: LICENSE
License-File: LICENSE-3RD-PARTY

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.


