Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

2.5.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Nov 04:44
· 3 commits to main since this release
59c9514

Installation

Using uv (recommended - fastest):

uv add git+https://github.com/Amet13/WiseRate.git@2.5.1

Using pipx:

pipx install git+https://github.com/Amet13/WiseRate.git@2.5.1

Using pip with venv:

python3 -m venv wiserate-env
source wiserate-env/bin/activate
pip install git+https://github.com/Amet13/WiseRate.git@2.5.1

Quick Start

wiserate --help

Requirements

  • Python 3.14 or higher
  • uv (recommended) or pip

Documentation

See README.md for full documentation and examples.