Metadata-Version: 2.1
Name: pyatmo
Version: 1.8
Summary: Simple API to access Netatmo weather station data from any python script. Design for Home-Assitant (but not only)
Home-page: https://github.com/jabesq/netatmo-api-python
Author: Hugo Dupras
Author-email: jabesq@gmail.com
License: MIT
Platform: UNKNOWN

netatmo-api-python
==================
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

Simple API to access Netatmo weather station data from any python script
For more detailed information see http://dev.netatmo.com

I have no relation with the netatmo company, I wrote this because I needed it myself,
and published it to save time to anyone who would have same needs.

### Install ###

To install lnetatmo simply run:

    python setup.py install

Depending on your permissions you might be required to use sudo.
Once installed you can simple add lnetatmo to your python scripts by including:

    import lnetatmo

### Note ###

this release is an interim release waiting for Netatmo dashboard finalization. As any work in progress, it can stop to work at any time if serious changes occurs.


