Metadata-Version: 2.4
Name: bengal-pounce
Version: 0.1.0
Summary: A free-threading-native ASGI server for Python 3.14t
Author-email: Bengal Contributors <lbeezr@icloud.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/lbliii/pounce
Project-URL: Documentation, https://github.com/lbliii/pounce
Project-URL: Repository, https://github.com/lbliii/pounce
Project-URL: Changelog, https://github.com/lbliii/pounce/blob/main/CHANGELOG.md
Keywords: asgi,server,http,free-threading,nogil,websocket,http2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Typing :: Typed
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h11>=0.14.0
Provides-Extra: h2
Requires-Dist: h2>=4.0; extra == "h2"
Provides-Extra: ws
Requires-Dist: wsproto>=1.2; extra == "ws"
Provides-Extra: tls
Requires-Dist: truststore>=0.9; extra == "tls"
Provides-Extra: fast
Requires-Dist: httptools>=0.6; extra == "fast"
Provides-Extra: full
Requires-Dist: h2>=4.0; extra == "full"
Requires-Dist: wsproto>=1.2; extra == "full"
Requires-Dist: truststore>=0.9; extra == "full"
Dynamic: license-file
