Metadata-Version: 2.4
Name: asgi-types
Version: 0.2.0
Summary: More accurate ASGI types according to my understanding
Project-URL: Homepage, https://github.com/Kludex/asgi-types
Project-URL: Source, https://github.com/Kludex/asgi-types
Project-URL: Funding, https://github.com/sponsors/Kludex
Author-email: Marcelo Trylesinski <marcelotryle@gmail.com>
License-Expression: BSD-3-Clause
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Requires-Dist: typing-extensions>=4.0.0; python_version < '3.11'
Description-Content-Type: text/markdown

<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.
