Metadata-Version: 2.3
Name: symnet-cp
Version: 0.6.0
Summary: SymNet External Control Protocol implementation
License: MIT
Keywords: Symetrix,SymNet,Solus
Author: Christian Kohlstedde
Author-email: christian@kohlsted.de
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: prometheus-client (>=0.21.1,<0.22.0)
Description-Content-Type: text/markdown

# SymNet Control Protocol implementation

[![PyPI](https://img.shields.io/pypi/v/symnet-cp)](https://pypi.org/project/symnet-cp/)
[![Tests](https://github.com/chrko/python-symnet-cp/actions/workflows/tests.yml/badge.svg)](https://github.com/chrko/python-symnet-cp/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/chrko/python-symnet-cp/branch/main/graph/badge.svg?token=hUXpLvpMJi)](https://codecov.io/gh/chrko/python-symnet-cp)

This is an asyncio implementation of the [SymNet Control Protocol](https://www.symetrix.co/repository/SymNet_cp.pdf).
At bermudafunk we use this to control a Solus 16x8.

