| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-18 | 544 Bytes | |
| v7.0.1 -- Fix PyPI packaging source code.tar.gz | 2026-03-18 | 1.3 MB | |
| v7.0.1 -- Fix PyPI packaging source code.zip | 2026-03-18 | 1.4 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Fix: PyPI package now importable
v7.0.0 published an empty shell — import claw_compactor failed with ModuleNotFoundError.
Fixed
- All internal imports migrated from
lib.*toclaw_compactor.* pyproject.tomlnow usespackage-dirmapping for proper package structurecompressed_contextimport made optional in FusionEngine- CLI entry point updated to
claw_compactor.cli:main
Verified
pip install claw-compactor→from claw_compactor.fusion.engine import FusionEngineworks- 1661 tests passed, 13 skipped