Metadata-Version: 2.1
Name: zstd-asgi
Version: 0.1
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE.md

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.


