MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/任务清单.md
docs/需求文档.md
pixcraft/__init__.py
pixcraft/cli.py
pixcraft/compress.py
pixcraft/convert.py
pixcraft/info.py
pixcraft/resize.py
pixcraft/strip.py
pixcraft/utils.py
pixcraft.egg-info/PKG-INFO
pixcraft.egg-info/SOURCES.txt
pixcraft.egg-info/dependency_links.txt
pixcraft.egg-info/entry_points.txt
pixcraft.egg-info/requires.txt
pixcraft.egg-info/top_level.txt
tests/__init__.py
tests/test_compress.py
tests/test_convert.py
tests/test_edge_cases.py
tests/test_info.py
tests/test_resize.py
tests/test_strip.py