Metadata-Version: 2.1
Name: frequenz-channels
Version: 0.16.0
Summary: Channel implementations for Python
Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
License: MIT
Project-URL: Changelog, https://github.com/frequenz-floss/frequenz-channels-python/releases
Project-URL: Repository, https://github.com/frequenz-floss/frequenz-channels-python
Project-URL: Issues, https://github.com/frequenz-floss/frequenz-channels-python/issues
Project-URL: Support, https://github.com/frequenz-floss/frequenz-channels-python/discussions/categories/support
Keywords: frequenz,channel
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
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: watchfiles (<0.20.0,>=0.15.0)
Provides-Extra: docs
Requires-Dist: mike (==1.1.2) ; extra == 'docs'
Requires-Dist: mkdocs-gen-files (==0.5.0) ; extra == 'docs'
Requires-Dist: mkdocs-literate-nav (==0.6.0) ; extra == 'docs'
Requires-Dist: mkdocs-material (==9.1.17) ; extra == 'docs'
Requires-Dist: mkdocs-section-index (==0.3.5) ; extra == 'docs'
Requires-Dist: mkdocstrings[python] (==0.22.0) ; extra == 'docs'

# Frequenz channels

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

This repository contains channel implementations for python.

## Contributing

If you want to know how to build this project and contribute to it, please
check out the [Contributing
Guide](CONTRIBUTING.md).
