Expand description
§changepacks-python
Python project support for changepacks.
Implements project discovery and version management for pyproject.toml files. Parses
TOML using toml_edit for non-destructive formatting preservation when updating
versions. Supports both single packages and workspace configurations.
Re-exports§
pub use finder::PythonProjectFinder;