Metadata-Version: 2.1
Name: pyAtome
Version: 0.0.5
Summary: Get your energy consumption from Atome Linky device
Home-page: http://github.com/baqs/pyAtome/
Author: Pierre Ourdouille
Author-email: baqs@users.github.com
License: Apache Software License
Description: # Atome PyPi
        
        Get your energy consumption data from Atome, a Linky-compatible device made by Total/Direct-Energie.
        
        ### Installing
        
        
        ```
        pip install pyatome
        ```
        
        
        
        ## Running the tests
        
        
        ### Break down into end to end tests
        
        
        ## Side notes
        
        As there is no official documentation on the API, I had to reverse-engineer what is the one used in the Atome IOS APP.
        This module will cover only the /api path, and not crawl the pages generated by the "graph-query" paths.
        
        
        ## Contributing
        
        Any contribution is welcome, considering the number of features the API provides, there is room for improvement!
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/baqs/pyAtome/tags). 
        
        ## Authors
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        
        * Thanks to k20human for the original inspiration with https://github.com/k20human/domoticz-atome
        
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Provides-Extra: testing
