Metadata-Version: 2.1
Name: smart-meter-texas
Version: 0.2.8
Summary: Package to connect to and retrieve data from the unoffical         Smart Meter Texas API
Home-page: https://github.com/grahamwetzler/smart-meter-texas
Author: Graham Wetzler
Author-email: graham@wetzler.dev
License: MIT license
Keywords: smart_meter_texas
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: python-dateutil (==2.8.1)

=================
Smart Meter Texas
=================


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

.. image:: https://readthedocs.org/projects/smart-meter-texas/badge/?version=latest
        :target: https://smart-meter-texas.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Package to connect to and retrieve data from the unoffical Smart Meter Texas API


* Free software: MIT license
* Documentation: https://smart-meter-texas.readthedocs.io.


Install
--------
To install:

.. code-block:: bash

  $ pip install smart-meter-texas

Example
-------

Please see the examples for an idea of how to get started using the package.

Credits
-------

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


