.. image:: https://img.shields.io/pypi/v/smart_meter_texas.svg :target: https://pypi.python.org/pypi/smart_meter_texas
.. image:: https://img.shields.io/travis/grahamwetzler/smart-meter-texas.svg :target: https://travis-ci.com/grahamwetzler/smart-meter-texas
Package to asynchronously connect to and retrieve data from the unofficial Smart Meter Texas API using aiohttp.
Currently only obtaining the dashboard and current meter reading are implemented. There are serval other API endpoints that are not implemented in this package.
To install:
.. code-block:: bash
$ pip install smart-meter-texas
Please see the examples for an idea of how to get started using the package.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage
project template.
.. Cookiecutter: https://github.com/audreyr/cookiecutter
.. audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage