https://github.com/frequenz-floss/frequenz-client-microgrid-python
Microgrid API client for Python
https://github.com/frequenz-floss/frequenz-client-microgrid-python
api client frequenz grpc lib library microgrid python
Last synced: about 1 month ago
JSON representation
Microgrid API client for Python
- Host: GitHub
- URL: https://github.com/frequenz-floss/frequenz-client-microgrid-python
- Owner: frequenz-floss
- License: mit
- Created: 2024-02-26T16:12:17.000Z (over 1 year ago)
- Default Branch: v0.x.x
- Last Pushed: 2025-04-08T13:10:55.000Z (about 2 months ago)
- Last Synced: 2025-04-25T11:42:49.196Z (about 1 month ago)
- Topics: api, client, frequenz, grpc, lib, library, microgrid, python
- Language: Python
- Homepage: https://frequenz-floss.github.io/frequenz-client-microgrid-python/
- Size: 2.45 MB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Frequenz Microgrid API Client
[](https://github.com/frequenz-floss/frequenz-client-microgrid-python/actions/workflows/ci.yaml)
[](https://pypi.org/project/frequenz-client-microgrid/)
[](https://frequenz-floss.github.io/frequenz-client-microgrid-python/)## Introduction
This project provides a Python client for the [Frequenz Microgrid
API](https://frequenz-floss.github.io/frequenz-api-microgrid/) that is more
idiomatic to use in Python than the automatically-generated gRPC client
provided by `protoc`.## Supported Platforms
The following platforms are officially supported (tested):
- **Python:** 3.11
- **Operating System:** Ubuntu Linux 20.04
- **Architectures:** amd64, arm64## Contributing
If you want to know how to build this project and contribute to it, please
check out the [Contributing Guide](CONTRIBUTING.md).