Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinjrobins/battery-api
- Owner: martinjrobins
- License: bsd-3-clause
- Created: 2021-05-28T14:35:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T12:17:36.000Z (over 2 years ago)
- Last Synced: 2024-06-11T19:34:27.279Z (7 months ago)
- Topics: battery, openapi, python
- Language: Python
- Homepage: https://martinjrobins.github.io/battery-api/
- Size: 186 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```