Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 343 Bytes

File metadata and controls

26 lines (17 loc) · 343 Bytes

Python: Rivian API Client

Currently a Work In Progress

Dependencies

uv

curl -LsSf https://astral.sh/uv/install.sh | sh

Setup

Install project dependencies into the uv virtual environment and run pre-commit

uv sync --all-extras
pre-commit install

Run Tests

uv run pytest