Metadata-Version: 2.1
Name: mime-parser
Version: 1.0.0
Summary: Encodes and decodes MIME data
Home-page: https://github.com/zer0/mime-parser
Author: zer0
Author-email: osom8979@gmail.com
Maintainer: zer0
Maintainer-email: osom8979@gmail.com
License: MIT License
Project-URL: GitHub: issues, https://github.com/zer0/mime-parser/issues
Project-URL: GitHub: repo, https://github.com/zer0/mime-parser
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: full
Requires-Dist: orjson (>=3.7.5) ; extra == 'full'

# mime-parser

[![PyPI](https://img.shields.io/pypi/v/mime-parser?style=flat-square)](https://pypi.org/project/mime-parser/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mime-parser?style=flat-square)
[!![GitHub](https://img.shields.io/github/license/zer0/mime-parser?style=flat-square)](https://github.com/zer0/mime-parser/)

Encodes and decodes MIME data

## License

See the [LICENSE](./LICENSE) file for details. In summary,
**mime-parser** is licensed under the **MIT license**.


