Metadata-Version: 1.1
Name: pylinky
Version: 0.1.1
Summary: Get your consumption data from your Enedis account (www.enedis.fr)
Home-page: https://github.com/Pirionfr/pyLinky
Author: Dimitri Capitaine
Author-email: grytes29@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: pyLinky
        =======
        Get your consumption data from your Enedis account (www.enedis.fr) 
        
        This library This is based on jeedom_linky, created by Outadoc (https://github.com/Asdepique777/jeedom_linky)
        
        Installation
        ------------
            pip install pyLinky
            
        
        Usage
        -----
        Print your current data
        
            pylink -u <USERNAME> -p <PASWORD>
        
        
        Dev env
        -------
            virtualenv -p /usr/bin/python3.5 env
            pip install -r requirements.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
