LICENSE
MANIFEST.in
README.md
pyproject.toml
pytecode/__init__.py
pytecode/py.typed
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
pytecode/_internal/__init__.py
pytecode/_internal/bytes_utils.py
pytecode/analysis/__init__.py
pytecode/analysis/hierarchy.py
pytecode/analysis/verify.py
pytecode/archive/__init__.py
pytecode/classfile/__init__.py
pytecode/classfile/attributes.py
pytecode/classfile/constant_pool.py
pytecode/classfile/constants.py
pytecode/classfile/descriptors.py
pytecode/classfile/info.py
pytecode/classfile/instructions.py
pytecode/classfile/modified_utf8.py
pytecode/classfile/reader.py
pytecode/classfile/writer.py
pytecode/edit/__init__.py
pytecode/edit/_attribute_clone.py
pytecode/edit/constant_pool_builder.py
pytecode/edit/debug_info.py
pytecode/edit/labels.py
pytecode/edit/model.py
pytecode/edit/operands.py
pytecode/transforms/__init__.py
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