Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bretterer/rivian-python-client
- Owner: bretterer
- Created: 2022-05-22T02:36:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T23:52:53.000Z (9 months ago)
- Last Synced: 2024-05-02T23:59:19.356Z (9 months ago)
- Language: Python
- Size: 559 KB
- Stars: 18
- Watchers: 8
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```