Metadata-Version: 2.1
Name: wemopy
Version: 0.2.5
Summary: WEMO Python Wrapper is a simple wrapper around the WEMO gRPC code that simplifies the usage
Home-page: https://github.com/bengrewell/wemopy
Author: Benjamin Grewell
Author-email: benjamin.grewell@intel.com
License: Apache Software License 2.0
Keywords: wemopy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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
Requires-Dist: attrs (==21.2.0)
Requires-Dist: beautifulsoup4 (==4.9.3)
Requires-Dist: bleach (==4.0.0)
Requires-Dist: build (==0.6.0.post1)
Requires-Dist: bump2version (==1.0.1)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: cffi (==1.14.6)
Requires-Dist: charset-normalizer (==2.0.4)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cryptography (==3.4.7)
Requires-Dist: docutils (==0.17.1)
Requires-Dist: google (==3.0.0)
Requires-Dist: grpcio (==1.39.0)
Requires-Dist: grpcio-tools (==1.39.0)
Requires-Dist: idna (==3.2)
Requires-Dist: importlib-metadata (==4.6.3)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: jeepney (==0.7.1)
Requires-Dist: keyring (==23.0.1)
Requires-Dist: packaging (==21.0)
Requires-Dist: pep517 (==0.11.0)
Requires-Dist: pkg-resources (==0.0.0)
Requires-Dist: pkginfo (==1.7.1)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: protobuf (==3.17.3)
Requires-Dist: py (==1.10.0)
Requires-Dist: pycparser (==2.20)
Requires-Dist: Pygments (==2.9.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==6.2.4)
Requires-Dist: readme-renderer (==29.0)
Requires-Dist: requests (==2.26.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: rfc3986 (==1.5.0)
Requires-Dist: SecretStorage (==3.3.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: soupsieve (==2.2.1)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tomli (==1.2.1)
Requires-Dist: tqdm (==4.62.0)
Requires-Dist: twine (==3.4.2)
Requires-Dist: typing-extensions (==3.10.0.0)
Requires-Dist: urllib3 (==1.26.6)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==3.5.0)

===================
WEMO Python Wrapper
===================


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

.. image:: https://github.com/bengrewell/wemopy/actions/workflows/publish.yml/badge.svg
        :target: https://github.com/bengrewell/wemopy/actions/workflows/publish.yml

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




WEMO Python Wrapper is a simple wrapper around the WEMO gRPC code that simplifies the usage


* Free software: Apache Software License 2.0
* Documentation: https://wemopy.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

Notes
-----

bumpversion [major|minor|patch]


=======
History
=======

0.1.0 (2021-08-09)
------------------

* First release on PyPI.


