Metadata-Version: 2.1
Name: amqp-framework
Version: 0.1.0
Summary: Awesome producers and consumers powered by aio_pika.
Home-page: https://github.com/aobcvr/amqp_framework
Author: aobcvr
Author-email: aobcvr@gmail.com
License: MIT
Keywords: amqp aio_pika
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: aio-pika (==6.8)
Requires-Dist: environs
Requires-Dist: marshmallow
Provides-Extra: dev
Requires-Dist: flake8 (==3.9.2) ; extra == 'dev'
Requires-Dist: isort (==5.9.3) ; extra == 'dev'

# amqp_framework

Awesome producers and consumers powered by aio_pika

### Example usage

- https://github.com/aobcvr/rpg_quest_accounts

### License

[MIT](LICENSE)

### TODO:

- [ ] Documentation
- [ ] Examples folder


