Metadata-Version: 2.4
Name: zstd-asgi
Version: 1.0
Summary: Zstd compression ASGI middleware
Home-page: https://github.com/tuffnatty/zstd-asgi
Author: Phil Krylov
Author-email: phil@krylov.eu
License: MIT
Platform: any
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.9
License-File: LICENSE.md
Requires-Dist: starlette>=0.22.0
Requires-Dist: backports.zstd>=0.4; python_version < "3.14.0"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A compression ASGI middleware using zstd.

Built using starlette under the hood, it can be used as a drop in replacement
to GZipMiddleware for Starlette or FastAPI, if you have a client that supports
it.
