Metadata-Version: 2.1
Name: pyappkit
Version: 0.0.11
Summary: Python Application Kit
Home-page: https://github.com/stonezhong/pyappkit
Author: Stone Zhong
Author-email: stonezhong@hotmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Application Kit

# APIs
## run_daemon
## run_worker


Please check out the examples:
* [sample001: How to launch a daemon](examples/sample001)
* [sample002: How to launch a daemon with multiple worker](examples/sample001)
* [rabbitmq:  Sample for consumer and producer](examples/rabbitmq)
