traintools 0.5.1
Patch release for the PyPI README/install command.
- Makes the primary install command pip install traintools.
- Adds an explicit GitHub source link near the top of the README.
- Keeps the paper-backed diagnostics released in 0.5.0.
Verification before release:
- python -m pytest -q -> 84 passed
- python -m build -> built wheel and sdist
- python -m twine check dist\traintools-0.5.1* -> passed
- Installed the built wheel in a temporary venv and imported top-level tools.