CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/.keep
docs/source/security/CVE-2016-6581.rst
docs/source/security/index.rst
src/hpack/__init__.py
src/hpack/exceptions.py
src/hpack/hpack.py
src/hpack/huffman.py
src/hpack/huffman_constants.py
src/hpack/huffman_table.py
src/hpack/py.typed
src/hpack/struct.py
src/hpack/table.py
src/hpack.egg-info/PKG-INFO
src/hpack.egg-info/SOURCES.txt
src/hpack.egg-info/dependency_links.txt
src/hpack.egg-info/top_level.txt
tests/conftest.py
tests/test_encode_decode.py
tests/test_hpack.py
tests/test_huffman.py
tests/test_struct.py
tests/test_table.py