Metadata-Version: 1.2
Name: FHmonitor
Version: 0.0.1
Summary: Reads the active and reactive power registers of the atm90e32 and stores the readings into a mongo database.  
Home-page: https://github.com/bitknitting/FHmonitor
Author: Margaret Johnson
Author-email: contact@fithome.life
License: MIT license
Description: =========
        FHmonitor
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/FHmonitor.svg
                :target: https://pypi.python.org/pypi/FHmonitor
        
        .. image:: https://img.shields.io/travis/bitknitting/FHmonitor.svg
                :target: https://travis-ci.com/bitknitting/FHmonitor
        
        .. image:: https://readthedocs.org/projects/FHmonitor/badge/?version=latest
                :target: https://FHmonitor.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Reads the active and reactive power registers of the atm90e32 and stores the readings into a mongo database.  
        
        
        * Free software: MIT license
        * Documentation: https://FHmonitor.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        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
        
        
        =======
        History
        =======
        
        0.0.1 (2020-03-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: FHmonitor
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
