Metadata-Version: 2.1
Name: openwebifpy
Version: 1.1.9
Summary: Provides a python interface to interact with a device running OpenWebIf
Home-page: https://github.com/fbradyirl/openwebifpy
Author: Finbarr Brady
Author-email: fbradyirl@github.io
License: MIT license
Keywords: openwebif
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests (==2.21.0)

===========
openwebifpy
===========


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

.. image:: https://img.shields.io/travis/fbradyirl/openwebifpy.svg
        :target: https://travis-ci.org/fbradyirl/openwebifpy

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


.. image:: https://pyup.io/repos/github/fbradyirl/openwebifpy/shield.svg
     :target: https://pyup.io/repos/github/fbradyirl/openwebifpy/
     :alt: Updates



Provides a python interface to interact with a device running OpenWebIf


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


Features
--------

* Basic control of an Enigma2 box running OpenWebif.

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

1.0.4 (2019-03-01)
------------------

* Move to new repo.

1.0.5 (2019-03-01)
------------------

* First travis deploy

1.0.6 (2019-03-04)
------------------
* added get_bouquet_sources

1.0.7 (2019-03-04)
------------------
* Load src on startup + add select source

1.0.8 (2019-03-04)
------------------
* Fix tox

1.0.9 (2019-03-04)
------------------
* Retry deploy

1.1.0 (2019-03-04)
------------------
* Return screenshot URL if no picon

1.1.1 (2019-03-05)
------------------
* Return screenshot URL if recording playback

1.1.2 (2019-03-05)
------------------
* Fix bug

1.1.3 (2019-03-05)
------------------
* adding parse channel name from recording for picon.

1.1.4 (2019-03-05)
------------------
* Fix channel name in status info on recording playback

1.1.5 (2019-03-05)
------------------
* Adding send stop command

1.1.6 (2019-03-05)
------------------
* Debug all the logs

1.1.7 (2019-03-05)
------------------
* bug fix

1.1.8 (2019-03-05)
------------------
* Randomise the picon url so image doesnt get cached.

1.1.9 (2019-03-05)
------------------
* Docs update


