CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
tox.ini
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/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
test/conftest.py
test/test_encode_decode.py
test/test_hpack.py
test/test_huffman.py
test/test_struct.py
test/test_table.py