Metadata-Version: 2.1
Name: quart-compress2
Version: 1.0.0
Summary: Quart-Compress.
Home-page: https://github.com/DahlitzFlorian/quart-compress
License: UNKNOWN
Author: Florian Dahlitz
Author-email: f2dahlitz@freenet.de
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: quart

# Quart-Compress

[![Build Status](https://dev.azure.com/fdahlitz/quart-compress/_apis/build/status/DahlitzFlorian.quart-compress?branchName=master)](https://dev.azure.com/fdahlitz/quart-compress/_build/latest?definitionId=6&branchName=master)
[![codecov](https://codecov.io/gh/DahlitzFlorian/quart-compress/branch/master/graph/badge.svg)](https://codecov.io/gh/DahlitzFlorian/quart-compress)

## Description

> Quart is a Python ASGI web microframework.
> It is intended to provide the easiest way to use asyncio functionality in a web context, especially with existing Flask apps.
> This is possible as the Quart API is a superset of the Flask API.

-- [Quart Project](https://github.com/pgjones/quart)

As I wanted to seamlessly migrate from Flask to Quart and noticed, that there are a few issues in using [Flask-Compress](https://github.com/shengulong/flask-compress) together with Quart, I decided to create my own Quart-Compress packages, which is based on the Flask-Compress project.

