rivian-python-client icon indicating copy to clipboard operation
rivian-python-client copied to clipboard

Unofficial Rivian Client for Python

Python: Rivian API Client

Currently a Work In Progress

Dependencies

Poetry

curl -sSL https://install.python-poetry.org | python3 -

Setup

Install project dependencies into the poetry virtual environment.

poetry install

Run Tests

poetry run pytest