Metadata-Version: 2.1
Name: Domoticzpy
Version: 0.1.8
Summary: Interact with Domoticz JSON API
Home-page: https://framagit.org/slallemand/Domoticzpy
Author: Sebastien LALLEMAND
Author-email: dev@lallemand.fr
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests

# Class Domoticzpy

This class aims to be an interface to Domoticz JSON API (domoticz.com).

## Install

```
pip install Domoticzpy
```

### Usage

### License
This code uses the Apache License 2.0


