Metadata-Version: 2.1
Name: aio-daemon
Version: 0.3
Summary: Helper module for running async daemons.
Home-page: https://github.com/Trogious/aio-daemon
Author: Trog
Author-email: trog@swmud.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# aio-daemon
Python async daemon module. Helps bootstrap your code as an async-aware server that comes with daemonization, logging and basic signal handling.


