Installation
Install VLRdevAPI via uv, pip, or from source.
Requirements
- Python 3.11 or newer
- uv (recommended) or pip
Install from PyPI
Install with uv:
uv add vlrdevapiOr with pip:
pip install vlrdevapiInstall from Source
Clone the repository and install with uv:
git clone https://github.com/vanshbordia/vlrdevapi.git
cd vlrdevapi
uv syncOr with pip in editable mode:
git clone https://github.com/vanshbordia/vlrdevapi.git
cd vlrdevapi
pip install -e .Verify Installation
python -c "import vlrdevapi; m = vlrdevapi.matches.upcoming(); print(f'VLRdevAPI {len(m.matches)} upcoming matches loaded')"Last updated on