| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-14 | 483 Bytes | |
| v0.2.1 source code.tar.gz | 2026-08-14 | 81.8 kB | |
| v0.2.1 source code.zip | 2026-08-14 | 96.0 kB | |
| Totals: 3 Items | 178.3 kB | 1 | |
What's Changed
- Add automated test suite (74 tests), ruff/mypy linting, and pre-commit hooks.
- Rewrite digit counting as a closed-form O(log n) algorithm: very large ranges now count instantly (e.g. 1 to 1,000,000,000,000).
- Derive explanation examples arithmetically instead of scanning the range.
- Re-license from GPL-3.0 to MIT; align package metadata, Docker labels, and docs.
- Update README, docs, and CHANGELOG.
Install
:::bash
python -m pip install h9a