LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/filecrusher/CompressionPostprocessor.py
src/filecrusher/__init__.py
src/filecrusher/__main__.py
src/filecrusher/advpng_compressor.py
src/filecrusher/batch_processor.py
src/filecrusher/config.py
src/filecrusher/cpdfsqueeze_compressor.py
src/filecrusher/file_operations.py
src/filecrusher/pdf_compressor.py
src/filecrusher/pipeline_processor.py
src/filecrusher/png_compressor.py
src/filecrusher/pngcrush_compressor.py
src/filecrusher/pngquant_compressor.py
src/filecrusher/processor.py
src/filecrusher.egg-info/PKG-INFO
src/filecrusher.egg-info/SOURCES.txt
src/filecrusher.egg-info/dependency_links.txt
src/filecrusher.egg-info/requires.txt
src/filecrusher.egg-info/top_level.txt
src/filecrusher/compressor_lib/advpng/LICENCE.txt
src/filecrusher/compressor_lib/advpng/advpng.exe
src/filecrusher/compressor_lib/cpdfsqueeze/LICENCE.txt
src/filecrusher/compressor_lib/cpdfsqueeze/cpdfsqueeze.exe
src/filecrusher/compressor_lib/pngcrush/LICENCE.txt
src/filecrusher/compressor_lib/pngcrush/pngcrush.exe
src/filecrusher/compressor_lib/pngquant/LICENCE.txt
src/filecrusher/compressor_lib/pngquant/pngquant.exe
src/filecrusher/converter/__init__.py
src/filecrusher/converter/image_to_pdf_converter.py
src/filecrusher/converter/pdf_merger.py
src/filecrusher/converter/pdf_to_image_converter.py
tests/test_batch_processing.py
tests/test_cpdf_compressor.py
tests/test_pipeline_processor.py
tests/test_png_compressor.py