Metadata-Version: 2.1
Name: pyAtome
Version: 0.1.1
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
Requires-Dist: requests
Requires-Dist: fake-useragent
Requires-Dist: simplejson

# Atome PyPi

[![Build Status](https://travis-ci.org/BaQs/pyAtome.svg?branch=master)](https://travis-ci.org/BaQs/pyAtome)

Get your energy consumption data from Atome, a Linky-compatible device made by Total/Direct-Energie.

### Installing


```
pip install pyatome
```



## Running the tests
The tox configuration is already included.
Simply launch:
```
$ tox
```

(Do not forget to 'pip install tox' if you do not have it.)
Tests are written in the tests directory.
tests/data folder contains samples of Atome API for tests purposes.


## 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

## Changelog

### 0.1.x
- Better tests
- Added consumption feature

### 0.0.x
First versions, providing live data only
