Metadata-Version: 2.1
Name: pystrom
Version: 1.0.4
Summary: Unoffizielle MyStrom-Steuerung
Home-page: https://github.com/rafaelurben/python-mystrom
Author: Rafael Urben
Author-email: github@rafaelurben.ch
Maintainer: Rafael Urben
Maintainer-email: github@rafaelurben.ch
License: MIT
Project-URL: GitHub, https://github.com/rafaelurben/python-mystrom
Project-URL: Issues, https://github.com/rafaelurben/python-mystrom/issues
Description: # python-mystrom aka. pystrom
        
        Dies ist eine unoffizielle Python-Integration für die Steuerung von lokalen MyStrom-Geräten.
        
        Dieses Projekt ist noch sehr neu und hat deshalb noch nicht sehr viele Features.
        
        HINWEIS: Dieses Projekt wird nicht von [MyStrom](https://mystrom.ch) entwickelt und steht auch nicht damit in Verbindung.
        
        ## Installation
        
        Die Installation benötigt [Python](https://www.python.org/downloads/) sowie [Pip](https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py).
        
        `python -m pip install -U pip pystrom`
        
        ## Features
        
        ### Konsolen-Befehle
        
        | Befehl                     | Funktion                                 |
        | -------------------------- | ---------------------------------------- |
        | `python -m pystrom search` | Suche MyStrom-Geräte im lokalen Netzwerk |
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
