Metadata-Version: 2.4
Name: xaudio
Version: 0.3.0
Summary: Classes used to communicate with `XAudio` device over different supported mediums and protocols.
Maintainer-email: Piotr Sznapka <piotr.sznapka@int2code.com>
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cobs
Requires-Dist: device-communication
Requires-Dist: libscrc
Requires-Dist: protobuf==6.*
Requires-Dist: pyserial
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-html; extra == "test"
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-html; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: tox; extra == "dev"
Provides-Extra: docs
Requires-Dist: coverage; extra == "docs"
Requires-Dist: pytest; extra == "docs"
Requires-Dist: pytest-cov; extra == "docs"
Requires-Dist: pytest-html; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Dynamic: license-file

# xaudio

![Read the Docs](https://img.shields.io/readthedocs/xaudio)
![PyPI - Version](https://img.shields.io/pypi/v/xaudio)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xaudio)
[![Unit-tests](https://github.com/int2code/xaudio/actions/workflows/unit_tests.yml/badge.svg?branch=main)](https://github.com/int2code/xaudio/actions/workflows/unit_tests.yml)
[![Publish Python Package](https://github.com/int2code/xaudio/actions/workflows/publish_to_pypi.yml/badge.svg)](https://github.com/int2code/xaudio/actions/workflows/publish_to_pypi.yml)

This package provides classes used to communicate with `XAudio` device over different, 
supported mediums and protocols.
