A client supporting Home Theater Direct's gateway device.
Project description
htd_client
This library contains a client to communicate with the HTD MC/MCA66 gateway. Future support for the Lync system is planned.
Table of Contents
Installation
Use pip to install this package
pip install htd_client
Usage
Here's a basic example.
import HtdClient
from base_client
client = HtdClient("192.168.1.2")
model_info = client.get_model_info()
client.async_volume_up()
client.async_volume_down()
Contributing
Poetry is used to manage dependencies, run tests, and publish.
Run unit tests
$ poetry run pytest
Generate documentation
$ poetry run sphinx-build -b html docs docs/_build
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file htd_client-0.0.25.tar.gz.
File metadata
- Download URL: htd_client-0.0.25.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c87f35bc73b64cd730973e74a2e63aabbad14ba9cbf439a24a4d3b9f9f5420a7
|
|
| MD5 |
acd2d1313b37897358edbdbf43d7da94
|
|
| BLAKE2b-256 |
f34009bb7ebed8b4428c3800e0fe4aa38fd42eb821fd161f7c086e27544b64e7
|
File details
Details for the file htd_client-0.0.25-py3-none-any.whl.
File metadata
- Download URL: htd_client-0.0.25-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
444712cb13edb752d4c161bdcd28e4d7f5928e8893fd2c91fc039bb90898d68a
|
|
| MD5 |
e6512aed00f732120d88d33adabda640
|
|
| BLAKE2b-256 |
79c9ac136e8152cd832eb50f9d4c3ed6bbc72065de71415f77e274fe1e996058
|