===============================
version number: 0.0.7
author: Neil Griffin
Overview
--------
Library to access Energenie MiHome devices via the web API.
Work in progress. Currently has some functionality, but limited and not
properly tested. Use with care.
Installation / Usage
--------------------
To install use pip:
$ pip install pymihome
Or clone the repo:
$ git clone https://github.com/ng110/pymihome.git
$ python setup.py install
Contributing
------------
Offers welcome, as I don't have much time to work on this!
License
-------
LGPLv3
Example
-------
$ from pymihome import Connection, EnergenieSwitch
$ mihome = Connection([username], [key|password])
$ switches = [EnergenieSwitch(mihome, dev) for dev in mihome.subdevices if dev['is_switch']]
$ for switch in switches:
$ print(switch.name)
Keywords: energenie mihome
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >3.5
version number: 0.0.7
author: Neil Griffin
Overview
--------
Library to access Energenie MiHome devices via the web API.
Work in progress. Currently has some functionality, but limited and not
properly tested. Use with care.
Installation / Usage
--------------------
To install use pip:
$ pip install pymihome
Or clone the repo:
$ git clone https://github.com/ng110/pymihome.git
$ python setup.py install
Contributing
------------
Offers welcome, as I don't have much time to work on this!
License
-------
LGPLv3
Example
-------
$ from pymihome import Connection, EnergenieSwitch
$ mihome = Connection([username], [key|password])
$ switches = [EnergenieSwitch(mihome, dev) for dev in mihome.subdevices if dev['is_switch']]
$ for switch in switches:
$ print(switch.name)
Keywords: energenie mihome
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >3.5
Release files for pymihome 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pymihome-0.0.7.tar.gz | 6.5 kB | Details |
Release files / pymihome-0.0.7.tar.gz
| Download URL | pymihome-0.0.7.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d32bd28be03554d4a0a9bd33b213a52ffe7bb26be3998d09787a3e9a9be360c
|
|
BLAKE2b-256 checksum How to use checksums |
a5449b004c307843db62357e59bf5310c7e82f83c4fde28c4d43de9ec2a2fd5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.8
|