.gitignore
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
bytecode_tools/__init__.py
bytecode_tools/byteplay.py
bytecode_tools/pycdecode.py
bytecode_tools/pydis.py
bytecode_tools/unmarshal.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
bytecode_tools/common/__init__.py
bytecode_tools/common/compatibility.py
bytecode_tools/common/constants.py
bytecode_tools/common/decode_code_object.py
bytecode_tools/common/opcodes.py
bytecode_tools/utils/__init__.py
tests/.coverage
tests/__init__.py
tests/test_dis.py
tests/test_opcodes.py
tests/test_pyc_decoder.py
tests/test_unmarshal.py