Metadata-Version: 2.1
Name: avrora
Version: 0.0.0
Summary: Avro for Python in Rust
Home-page: https://github.com/daxartio/avrora
License: MIT
Author: Danil Akhtarov
Author-email: daxartio@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Changelog, https://github.com/daxartio/avrora/blob/main/CHANGELOG.md/
Project-URL: Repository, https://github.com/daxartio/avrora
Description-Content-Type: text/markdown

# avrora

[![PyPI](https://img.shields.io/pypi/v/avrora)](https://pypi.org/project/avrora/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/avrora)](https://www.python.org/downloads/)
[![GitHub last commit](https://img.shields.io/github/last-commit/daxartio/avrora)](https://github.com/daxartio/avrora)
[![GitHub stars](https://img.shields.io/github/stars/daxartio/avrora?style=social)](https://github.com/daxartio/avrora)

## Installation

```
pip install avrora
```

## License

* [MIT LICENSE](LICENSE)

## Contribution

[Contribution guidelines for this project](CONTRIBUTING.md)

