/aiohttp-etag

Etag support for aiohttp.web

Primary LanguagePython

aiohttp-etag

The library provides Etag support for aiohttp.web.

Most of the source code is ported from Tornado.

Installation

Install from PyPI:

pip install aiohttp-etag

Developing

Install requirement and launch tests:

pip install -r dev-requirements.txt
pytest tests

Usage

A trivial usage example: