tofusoup
2025-11-09
MkDocs build hooks added with static version module removed
10 files · 211+ · 112-
MkDocs build hooks script added
1 file changed
mkdocs_hooks.pyCustom MkDocs hooks for documentation generation (90 lines)
- Added
scripts/mkdocs_hooks.pywith custom MkDocs hooks for documentation generation, handling version injection and page preprocessing baseline behavioral1 file
mkdocs_hooks.py
Static version module removed in favor of dynamic versioning
1 file changed
_version.pyDeleted (21 lines) -- version now determined dynamically
CLI initialization improved with dynamic version detection
2 files changed
cli.pyImproved initialization using dynamic version detection (22 line changes)__init__.pyPackage init updated
- Updated
src/tofusoup/cli.pywith improved initialization using dynamic version detection decouple behavioral2 files
cli.py__init__.py
Wire protocol logging expanded
1 file changed
logging.pyMore detailed wire protocol debug logging (24 line changes)
- Expanded
src/tofusoup/wire/logging.pywith more detailed wire protocol debug logging decouple behavioral1 file
logging.py
Configuration values cleaned up
5 files changed
config.pyConfig updates (5 line changes)defaults.pyRemoved a default valueterraform.pyAdded a configuration entrymkdocs.ymlMkDocs config updatedprovider_info.mdProvider info docs updated