home-assistant-ecosystem / webthing-ws

WebThing WebSocket consumer and API client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webthing-ws

A WebThing WebSocket consumer and API client.

Installation

The module is available from the Python Package Index.

$ pip3 install webthing-ws

On a Fedora-based system or on a CentOS/RHEL host with EPEL 8.

$ sudo dnf -y install python3-webthing-ws

For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only be present in the unstable channel.

$ nix-env -iA nixos.python3Packages.webthing-ws

Usage

The file example.py contains an example about how to use this module.

Development

For development is recommended to use a venv. Create it in the directory after cloning the Git repository.

$ python3 -m venv .
$ source bin/activate
$ python3 setup.py develop

License

webthing-ws is licensed under MIT, for more details check LICENSE.

About

WebThing WebSocket consumer and API client.

License:MIT License


Languages

Language:Python 100.0%