Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bretterer/rivian-python-client

Unofficial Rivian Client for Python
https://github.com/bretterer/rivian-python-client

Last synced: about 1 month ago
JSON representation

Unofficial Rivian Client for Python

Awesome Lists containing this project

README

        

# Python: Rivian API Client

Currently a Work In Progress

## Dependencies

[Poetry](https://python-poetry.org/docs/)

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

## Setup

Install project dependencies into the poetry virtual environment.

```
poetry install
```

## Run Tests

```
poetry run pytest
```