Name Description Size
create_test_output.py create_test_output.py ~~~~~~~~~~~~~~~~~~~~~ This script uses the Python HPACK library to take the raw data input used in https://github.com/http2jp/hpack-test-case and produce appropriately formatted output for that repository. This makes it possible to keep the Python HPACK library information in the hpack-test-case repository up to date. For many reasons, this script is not distributed with the library itself. Instead, it is kept in the repository, and expects to be run under tox. It should be invoked as follows: $ python create_test_output.py /path/to/hpack-test-case/repository 3370