Metadata-Version: 2.1
Name: asgi-types
Version: 0.1.0
Summary: An awesome package is coming soon! 🎉
Home-page: https://github.com/Kludex/asgi-types
Author: Marcelo Trylesinski
Author-email: marcelotryle@email.com
License: MIT
Project-URL: Twitter, https://twitter.com/marcelotryle
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: coverage[toml] (>=6.2) ; extra == 'test'
Requires-Dist: pytest (>=6.2.5) ; extra == 'test'

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

## Installation

```bash
pip install asgi-types
```

## License

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


