.gitignore
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
bytecode_tools/__init__.py
bytecode_tools/compatibility.py
bytecode_tools/constants.py
bytecode_tools/dis.py
bytecode_tools/opcodes.py
bytecode_tools/pyc_decoder.py
bytecode_tools/unmarshal.py
bytecode_tools/utils.py
bytecode_tools.egg-info/PKG-INFO
bytecode_tools.egg-info/SOURCES.txt
bytecode_tools.egg-info/dependency_links.txt
bytecode_tools.egg-info/top_level.txt
tests/.coverage
tests/__init__.py
tests/test_pyc_decoder.py
tests/test_unmarshal.py