Metadata-Version: 1.2
Name: smart_meter_texas
Version: 0.2.9
Summary: Package to connect to and retrieve data from the unofficial         Smart Meter Texas API
Home-page: https://github.com/grahamwetzler/smart-meter-texas
Author: Graham Wetzler
Author-email: graham@wetzler.dev
License: MIT license
Description: =================
        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
        
        
        Package to asynchronously connect to and retrieve data from the unofficial Smart Meter Texas API using aiohttp.
        
        Currently only obtaining the current meter reading is implemented. There are serval other API endpoints that are not implemented in this package.
        
        
        * Free software: MIT license
        
        
        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
        
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
