Metadata-Version: 2.1
Name: asyncapi-generator
Version: 0.1.0
Summary: 
Home-page: https://github.com/Kludex/asyncapi-generator
License: MIT
Author: Marcelo Trylesinski
Author-email: marcelotryle@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/Kludex/asyncapi-generator
Description-Content-Type: text/markdown

<h1 align="center">
    <strong>asyncapi-generator</strong>
</h1>
<p align="center">
    <a href="https://github.com/Kludex/asyncapi-generator" target="_blank">
        <img src="https://img.shields.io/github/last-commit/Kludex/asyncapi-generator" alt="Latest Commit">
    </a>
        <img src="https://img.shields.io/github/workflow/status/Kludex/asyncapi-generator/Test">
        <img src="https://img.shields.io/codecov/c/github/Kludex/asyncapi-generator">
    <br />
    <a href="https://pypi.org/project/asyncapi-generator" target="_blank">
        <img src="https://img.shields.io/pypi/v/asyncapi-generator" alt="Package version">
    </a>
    <img src="https://img.shields.io/pypi/pyversions/asyncapi-generator">
    <img src="https://img.shields.io/github/license/Kludex/asyncapi-generator">
</p>


## Installation

``` bash
pip install asyncapi-generator
```

## License

This project is licensed under the terms of the MIT license.

