Metadata-Version: 2.1
Name: pyubibot
Version: 0.0.3
Summary: Python implementation for Ubibot APIs.
Home-page: https://github.com/dannytsang/pyubibot
Author: Danny Tsang
Author-email: danny@tsang.uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pyubibot
Ubibot API wrapped in Python implementation library.

Currently, only supports application key access to all "channels" (devices) associated to the account.

The base class is a Channel. Each channel has accessor methods to return the latest data from the channel.

Channels object holds multiple channel. All channels are held in a dictionary keyed on their channel_id.
