CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/changelog.rst
docs/conf.py
docs/errors.rst
docs/format.rst
docs/index.rst
docs/parser.rst
docs/requirements.txt
docs/scanner.rst
docs/util.rst
headerparser/__init__.py
headerparser/errors.py
headerparser/normdict.py
headerparser/parser.py
headerparser/scanner.py
headerparser/types.py
headerparser/util.py
headerparser.egg-info/PKG-INFO
headerparser.egg-info/SOURCES.txt
headerparser.egg-info/dependency_links.txt
headerparser.egg-info/requires.txt
headerparser.egg-info/top_level.txt
test/test_normdict.py
test/test_normdict_custom.py
test/test_normdict_identity.py
test/test_parser.py
test/test_parser_action.py
test/test_parser_additional.py
test/test_parser_body.py
test/test_parser_choices.py
test/test_parser_dest.py
test/test_parser_eq.py
test/test_parser_multiname.py
test/test_parser_next_stanza.py
test/test_parser_stanzas.py
test/test_parser_types.py
test/test_scan_next_stanza.py
test/test_scan_stanzas.py
test/test_scanner.py
test/test_unfold.py