Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).