LICENSE
README.md
pyproject.toml
Pagonic/__init__.py
Pagonic/cli/__init__.py
Pagonic/cli/main.py
Pagonic/cli/policy.py
Pagonic/cli/utils.py
Pagonic/cli/commands/__init__.py
Pagonic/cli/commands/benchmark.py
Pagonic/cli/commands/config.py
Pagonic/core/compression.py
Pagonic/core/config_manager.py
Pagonic/core/formats/__init__.py
Pagonic/core/formats/adaptive_buffer.py
Pagonic/core/formats/base.py
Pagonic/core/formats/buffer_pool.py
Pagonic/core/formats/compression_utils.py
Pagonic/core/formats/constants.py
Pagonic/core/formats/errors.py
Pagonic/core/formats/hybrid_decompressor.py
Pagonic/core/formats/inspection.py
Pagonic/core/formats/minimal_zip_writer.py
Pagonic/core/formats/optimized_decompressor.py
Pagonic/core/formats/registry.py
Pagonic/core/formats/results.py
Pagonic/core/formats/security.py
Pagonic/core/formats/simd_crc32.py
Pagonic/core/formats/simd_memory.py
Pagonic/core/formats/zip_parallel_orchestrator.py
Pagonic/core/formats/zip_reader.py
Pagonic/core/formats/zip_structs.py
Pagonic/core/formats/zip_writer.py
Pagonic/core/formats/handlers/__init__.py
Pagonic/core/formats/handlers/zip_handler.py
Pagonic/core/utils/__init__.py
Pagonic/core/utils/path_utils.py
Pagonic/gui/__init__.py
Pagonic/gui/__main__.py
Pagonic/gui/widgets/__init__.py
Pagonic/gui/windows/__init__.py
Pagonic/gui/windows/archive_window.py
Pagonic/gui/windows/compress_dialog.py
Pagonic/gui/windows/main_window.py
Pagonic/gui/windows/settings_dialog.py
Pagonic/gui/workers/__init__.py
Pagonic/gui/workers/compression.py
Pagonic/gui/workers/extraction.py
pagonic.egg-info/PKG-INFO
pagonic.egg-info/SOURCES.txt
pagonic.egg-info/dependency_links.txt
pagonic.egg-info/entry_points.txt
pagonic.egg-info/requires.txt
pagonic.egg-info/top_level.txt
tests/test_api_contracts.py
tests/test_callback_integration.py
tests/test_ci_integration.py
tests/test_cli.py
tests/test_error_handling_comprehensive.py
tests/test_examples.py
tests/test_gui_entrypoint.py
tests/test_hybrid_multiple_large_files.py
tests/test_import_boundaries.py
tests/test_inspection.py
tests/test_inspection_schema.py
tests/test_integration.py
tests/test_package_audit.py
tests/test_performance.py
tests/test_policy.py
tests/test_release_audit.py
tests/test_sarif_evaluation.py
tests/test_smart_compression.py
tests/test_unicode_paths.py
tests/test_zip64.py
tests/test_zip_handler_compatibility.py
tests/test_zip_reader_comprehensive.py
tests/test_zip_writer_comprehensive.py