Skip to content

bretterer/rivian-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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