Metadata-Version: 2.1
Name: frequenz-microgrid-betterproto
Version: 0.16.0
Summary: Bindings to the microgrid API generated using betterproto
Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
License: MIT
Project-URL: Documentation, https://frequenz-floss.github.io/frequenz-microgrid-betterproto-python/
Project-URL: Changelog, https://github.com/frequenz-floss/frequenz-microgrid-betterproto-python/releases
Project-URL: Issues, https://github.com/frequenz-floss/frequenz-microgrid-betterproto-python/issues
Project-URL: Repository, https://github.com/frequenz-floss/frequenz-microgrid-betterproto-python
Project-URL: Support, https://github.com/frequenz-floss/frequenz-microgrid-betterproto-python/discussions/categories/support
Keywords: api,betterproto,bindings,frequenz,grpc,lib,library,microgrid,proto,protobuf,python,rpc
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev-flake8
Provides-Extra: dev-formatting
Provides-Extra: dev-mkdocs
Provides-Extra: dev-mypy
Provides-Extra: dev-noxfile
Provides-Extra: dev-pylint
Provides-Extra: dev-pytest
Provides-Extra: dev
License-File: LICENSE

# Frequenz Microgrid API Python Bindings

[![Build Status](https://github.com/frequenz-floss/frequenz-microgrid-betterproto-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/frequenz-floss/frequenz-microgrid-betterproto-python/actions/workflows/ci.yaml)
[![PyPI Package](https://img.shields.io/pypi/v/frequenz-microgrid-betterproto)](https://pypi.org/project/frequenz-microgrid-betterproto/)
[![Docs](https://img.shields.io/badge/docs-latest-informational)](https://frequenz-floss.github.io/frequenz-microgrid-betterproto-python/)

## Introduction

Bindings to the [microgrid API] generated using [betterproto].

Versions of this package matches the version of the API it is generated from.

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

[betterproto]: https://test-betterproto.readthedocs.io/en/docs/index.html
[microgrid API]: https://frequenz-floss.github.io/frequenz-api-microgrid/
