Metadata-Version: 2.4
Name: genro-asgi
Version: 0.20.0
Summary: Minimal ASGI server core (spec-first redesign of genro-asgi)
Project-URL: Homepage, https://github.com/genropy/genro-asgi
Project-URL: Repository, https://github.com/genropy/genro-asgi
Project-URL: Bug Tracker, https://github.com/genropy/genro-asgi/issues
Author-email: Genropy Team <info@softwell.it>
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: asgi,async,http,server,web
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: cryptography>=42.0
Requires-Dist: genro-bag>=0.19.0
Requires-Dist: genro-builders>=0.18.0
Requires-Dist: genro-routes>=0.29.0
Requires-Dist: genro-tytx>=0.10.0
Requires-Dist: httpx>=0.27
Requires-Dist: pyjwt>=2.0
Requires-Dist: uvicorn>=0.30
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-asyncio>=0.23; extra == 'test'
Requires-Dist: pytest-cov>=4.0; extra == 'test'
Requires-Dist: pytest>=7.0; extra == 'test'
Description-Content-Type: text/markdown

# Genro ASGI Core

**Minimal ASGI server core** — spec-first redesign of `genro-asgi`.

## Status

- **Development Status**: Alpha
- This repository starts from a ratified design specification rather than
  ported code. See `SPECIFICATION.md` for the founding decision log and
  design rationale.

## License

This project is licensed under the **Apache License 2.0**.

Copyright © 2025
**Softwell S.r.l.**

You may obtain a copy of the license at:

https://www.apache.org/licenses/LICENSE-2.0

This project may include third-party components distributed under separate open-source licenses.
See the `NOTICE` file for additional attribution.
