Metadata-Version: 2.1
Name: aioservicethread
Version: 0.1.0
Summary: An abstract class for asyncio services that run in their dedicated threads.
Author-email: darkhaniop <darkhaniop@google.com>
Project-URL: Homepage, https://github.com/gw-tools/aioservicethread
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# aioservicethread

An abstract class for asyncio services that run in their dedicated threads.
