Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/olcarpc.py
https://github.com/greendelta/olcarpc.py
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/olcarpc.py
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2020-10-16T15:28:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T16:07:23.000Z (over 2 years ago)
- Last Synced: 2024-06-11T16:19:47.674Z (7 months ago)
- Language: Python
- Size: 175 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# olcarpc
This is a Python 3.7+ gRPC client library for
[openLCA 2](https://www.openlca.org/). It can be installed via pip:```bash
pip install olcarpc
```See the [openLCA API documentation](https://github.com/GreenDelta/openLCA-ApiDoc)
for the supported service and message types. Also, the [examples](./examples)
folder contains some examples.