Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinjrobins/battery-api

OpenAPI spec and python client for a battery data REST API
https://github.com/martinjrobins/battery-api

battery openapi python

Last synced: 3 days ago
JSON representation

OpenAPI spec and python client for a battery data REST API

Awesome Lists containing this project

README

        

# batteryclient

An [OpenAPI specification](https://github.com/martinjrobins/battery-api/blob/main/openapi/battery.yaml) and [Python client](https://github.com/martinjrobins/battery-api/tree/main/client) for a REST API for obtaining battery tester data, used in [Galvanalyser](https://github.com/Battery-Intelligence-Lab/galvanalyser).

You can pip install the Python client using:
```bash
pip install batteryclient
```