Metadata-Version: 2.1
Name: pygrowcube
Version: 0.1.4
Summary: Python modules for interacting with Elecrow GrowCube smart plant watering system
Home-page: https://github.com/robotedward/pygrowcube
Author: Edward Fretwell
Author-email: pypi@comfortableshoe.co.uk
License: MIT license
Keywords: pygrowcube
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
License-File: LICENSE
License-File: AUTHORS.rst

==========
PyGrowCube
==========


.. image:: https://img.shields.io/pypi/v/pygrowcube.svg
        :target: https://pypi.python.org/pypi/pygrowcube

.. image:: https://img.shields.io/travis/robotedward/pygrowcube.svg
        :target: https://travis-ci.com/robotedward/pygrowcube

.. image:: https://readthedocs.org/projects/pygrowcube/badge/?version=latest
        :target: https://pygrowcube.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/robotedward/pygrowcube/shield.svg
     :target: https://pyup.io/repos/github/robotedward/pygrowcube/
     :alt: Updates



Python module for interacting with Elecrow GrowCube smart plant watering system

* Free software: MIT license
* Documentation: https://pygrowcube.readthedocs.io.


Features
--------

* Basic CLI and module to read current GrowCube version, temperature, humidity and status of each conencted moisture sensor

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.1.0 (2023-09-02)
------------------

* First release on PyPI.
