| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-30 | 325 Bytes | |
| v0.19.2 source code.tar.gz | 2025-09-30 | 35.1 MB | |
| v0.19.2 source code.zip | 2025-09-30 | 35.5 MB | |
| Totals: 3 Items | 70.6 MB | 1 | |
Fixed
- Logging system refactored to use Python's standard library logging with namespaced logger (
contextgem) for production-ready integration. Eliminates global state pollution, prevents conflicts with host application logging, and enables independent configuration. Replaced Loguru with colorlog for colored output.