pyproject.toml
docs/PYG_FORMAT.md
pyg/__init__.py
pyg/__main__.py
pyg/builder.py
pyg/cli.py
pyg/errors.py
pyg/loader.py
pyg/manifest.py
pyg/runtime.py
pyg/validator.py
pyg/format/__init__.py
pyg/format/compression.py
pyg/format/constants.py
pyg/format/file_entry.py
pyg/format/header.py
pyg/format/reader.py
pyg/format/writer.py
pyg/legacy/__init__.py
pyg/legacy/zip_reader.py
pygpack.egg-info/PKG-INFO
pygpack.egg-info/SOURCES.txt
pygpack.egg-info/dependency_links.txt
pygpack.egg-info/entry_points.txt
pygpack.egg-info/requires.txt
pygpack.egg-info/top_level.txt
tests/test_cli.py
tests/test_compile_option.py
tests/test_compression_checksum.py
tests/test_file_entry.py
tests/test_header.py
tests/test_legacy_compat.py
tests/test_validator.py
tests/test_writer_reader.py