Metadata-Version: 2.4
Name: aio_periodic
Version: 1.0.0
Summary: The periodic task system client for python3 based on asyncio.
Home-page: https://github.com/Lupino/python-aio-periodic
Author: Li Meng Jun
Author-email: Li Meng Jun <lmjubuntu@gmail.com>
License: MIT
Keywords: periodic,asyncio,task-queue
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: asyncio-pool
Requires-Dist: cryptography
Dynamic: author
Dynamic: home-page

The periodic task system client for python3 base on asyncio.

install
-------

    pip3 install aio_periodic
