LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
construct/__init__.py
construct/core.py
construct/debug.py
construct/expr.py
construct/version.py
construct.egg-info/PKG-INFO
construct.egg-info/SOURCES.txt
construct.egg-info/dependency_links.txt
construct.egg-info/top_level.txt
construct/examples/__init__.py
construct/examples/formats/__init__.py
construct/examples/formats/data/__init__.py
construct/examples/formats/data/cap.py
construct/examples/formats/data/snoop.py
construct/examples/formats/executable/__init__.py
construct/examples/formats/executable/elf32.py
construct/examples/formats/executable/pe32.py
construct/examples/formats/filesystem/__init__.py
construct/examples/formats/filesystem/ext2.py
construct/examples/formats/filesystem/fat16.py
construct/examples/formats/filesystem/mbr.py
construct/examples/formats/graphics/__init__.py
construct/examples/formats/graphics/bmp.py
construct/examples/formats/graphics/emf.py
construct/examples/formats/graphics/gif.py
construct/examples/formats/graphics/png.py
construct/examples/formats/graphics/wmf.py
construct/examples/protocols/__init__.py
construct/examples/protocols/ipstack.py
construct/lib/__init__.py
construct/lib/binary.py
construct/lib/bitstream.py
construct/lib/container.py
construct/lib/hex.py
construct/lib/py3compat.py