This repository was archived by the owner on May 20, 2026. It is now read-only.
2.5.1
Pre-release
Pre-release
Installation
Using uv (recommended - fastest):
uv add git+https://github.com/Amet13/WiseRate.git@2.5.1Using pipx:
pipx install git+https://github.com/Amet13/WiseRate.git@2.5.1Using pip with venv:
python3 -m venv wiserate-env
source wiserate-env/bin/activate
pip install git+https://github.com/Amet13/WiseRate.git@2.5.1Quick Start
wiserate --helpRequirements
- Python 3.14 or higher
- uv (recommended) or pip
Documentation
See README.md for full documentation and examples.