tofusoup
2025-09-05
Removed Hypothesis test data and added dynamic version management
283 files · 129+ · 410-
Hypothesis test data cleanup
1 file changed
constantsRemoved approximately 280 Hypothesis constant and binary example files that should not have been committed
Dynamic version management
4 files changed
_version.pyDynamic version detection from VERSION file with fallback to package metadata (53 lines)VERSIONExplicit version tracking file (0.0.11)__init__.pyUpdated to import and export __version__ from _version modulepyproject.tomlSwitched from static version to dynamic version via setuptools.dynamic reading VERSION file
- Added src/tofusoup/_version.py implementing dynamic version detection that reads from VERSION file with fallback to importlib.metadata
instantiate
behavioral
1 file
_version.py
- Added VERSION file for explicit version tracking and updated pyproject.toml to use setuptools dynamic versioning
baseline
internal
2 files
VERSIONpyproject.toml
- Updated src/tofusoup/init.py to import and export version
instantiate
internal
1 file
__init__.py
Exception handling simplification
3 files changed
exceptions.pyStreamlined exception hierarchyconfig.pyUpdated config modulecli.pyRemoved browser CLI import