What's Changed
- Migrates packaging metadata to
pyproject.toml(hatchling) and removessetup.py,MANIFEST.in, and legacy requirements files. - Updates CI workflows to install via extras (
.[test]), run pytest, and replace Black with Ruff checks/formatting. - Modernizes type hints and docstrings across core modules; updates CLIs to derive version via
importlib.metadata