Metadata-Version: 2.1
Name: asynchron
Version: 0.1.0
Summary: Python service framework with code generator based on AsyncAPI specification
Home-page: https://github.com/zerlok/asynchron
License: MIT
Keywords: asyncapi,codegen,amqp
Author: zerlok
Author-email: denergytro@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: Jinja2 (>=3.0.3,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: aio-pika (>=6.8.0,<7.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: dependency-injector (>=4.37.0,<5.0.0)
Requires-Dist: jsonschema (>=4.2.1,<5.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: stringcase (>=1.2.0,<2.0.0)
Project-URL: Repository, https://github.com/zerlok/asynchron
Description-Content-Type: text/markdown

# asynchron
Python service framework with code generator based on AsyncAPI specification

