LICENSE
MANIFEST.in
README.md
pyproject.toml
pytecode/__init__.py
pytecode/_attribute_clone.py
pytecode/analysis.py
pytecode/attributes.py
pytecode/bytes_utils.py
pytecode/class_reader.py
pytecode/class_writer.py
pytecode/constant_pool.py
pytecode/constant_pool_builder.py
pytecode/constants.py
pytecode/debug_info.py
pytecode/descriptors.py
pytecode/hierarchy.py
pytecode/info.py
pytecode/instructions.py
pytecode/jar.py
pytecode/labels.py
pytecode/model.py
pytecode/modified_utf8.py
pytecode/operands.py
pytecode/py.typed
pytecode/transforms.py
pytecode/verify.py
pytecode.egg-info/PKG-INFO
pytecode.egg-info/SOURCES.txt
pytecode.egg-info/dependency_links.txt
pytecode.egg-info/requires.txt
pytecode.egg-info/top_level.txt
tests/test_analysis.py
tests/test_api_docs.py
tests/test_attributes.py
tests/test_bytes_utils.py
tests/test_cfg_oracle.py
tests/test_class_reader.py
tests/test_class_writer.py
tests/test_constant_pool.py
tests/test_constant_pool_builder.py
tests/test_debug_info.py
tests/test_descriptors.py
tests/test_helpers.py
tests/test_hierarchy.py
tests/test_instructions.py
tests/test_jar.py
tests/test_javap_parser.py
tests/test_labels.py
tests/test_model.py
tests/test_modified_utf8.py
tests/test_operands.py
tests/test_transforms.py
tests/test_validate_release_tag.py
tests/test_validation.py
tests/test_verify.py