Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (11 months ago)
- Default Branch: v0.x.x
- Last Pushed: 2024-10-24T09:04:58.000Z (3 months ago)
- Last Synced: 2024-10-25T05:37:50.323Z (3 months ago)
- Topics: api, client, frequenz, grpc, lib, library, microgrid, python
- Language: Python
- Homepage: https://frequenz-floss.github.io/frequenz-client-microgrid-python/
- Size: 2.71 MB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Frequenz Microgrid API Client
[![Build Status](https://github.com/frequenz-floss/frequenz-client-microgrid-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/frequenz-floss/frequenz-client-microgrid-python/actions/workflows/ci.yaml)
[![PyPI Package](https://img.shields.io/pypi/v/frequenz-client-microgrid)](https://pypi.org/project/frequenz-client-microgrid/)
[![Docs](https://img.shields.io/badge/docs-latest-informational)](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).