Metadata-Version: 2.1
Name: python-tuya-oittm
Version: 0.0.1
Summary: A package for communicating with Tuya/Oittm devices on a local network.
Home-page: https://github.com/Supermortal/python-tuya-oittm
Author: Supermotal
Author-email: supermortaldns@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pycryptodome

# python-tuya-oittm
## Supported Python Versions
Python versions 3.5 and up are currently building correctly on Travis CI
## Description
Branch - master

[![Build Status](https://travis-ci.org/Supermortal/python-tuya-oittm.svg?branch=master)](https://travis-ci.org/Supermortal/python-tuya-oittm)

Branch - development

[![Build Status](https://travis-ci.org/Supermortal/python-tuya-oittm.svg?branch=development)](https://travis-ci.org/Supermortal/python-tuya-oittm)

This library facilitates communication with Tuya/Oittm devices on your local network. Currently working with the Oittm Wifi Smart Humidifier, 3L.
## Reason This Exists
I wanted a project to learn Python, and had just bought an Oittm Humidifer(https://www.amazon.com/gp/product/B07C5QL15R) and wanted to integrate it with Home Assistant. This seemed like a good, non-trivial project to work on. All respect due to the forefathers - tuyapi and python-tuya (listed below).
## Attribution
https://github.com/codetheweb/tuyapi - The original; responsible for all of the reverse engineering
https://github.com/clach04/python-tuya - The original Python implementation
## Getting Started
The peoples at codetheweb (https://github.com/codetheweb/tuyapi) have great guides around getting the required credentials/parameters.


