Skip to main content

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 htd_client

client = HtdClient("192.168.1.2")
(friendly_name, model_info) = client.get_model_info()
client.volume_up()
client.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

htd_client-0.0.3.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

htd_client-0.0.3-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page