Metadata-Version: 2.1
Name: openwebifpy
Version: 3.0.8
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)
Requires-Dist: zeroconf (>=0.21.3)
Requires-Dist: wakeonlan (>=1.1.6)

===========
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.
* OpenWebif API docs: https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/wiki/OpenWebif-API-documentation

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

1.2.0 (2019-03-06)
------------------
* adding prefer_picon parameter

1.2.1 (2019-03-06)
------------------
* Tidy up api class

1.2.2 (2019-03-06)
------------------
* Bug fix with sources

1.2.3 (2019-03-06)
------------------
* Bug fix

1.2.4 (2019-03-06)
------------------
* Bug fix

1.2.5 (2019-03-06)
------------------
* Make build faster

1.2.6 (2019-03-06)
------------------
* Default all

1.2.7 (2019-03-08)
------------------
* Check in_standby state before going into or out of standby

2.0.0 (2019-03-17)
------------------
* Fixing up tox to include pylint
* Fixes for same
* Adding zeroconf discovery for e2 boxes.

2.0.1 (2019-03-17)
------------------
* No change.

3.0.0 (2019-03-24)
------------------
* Adding deep standby feature.
* If in deep standby, dont throw exceptions on every update()

3.0.1 (2019-03-24)
------------------
* Allow pass in source_bouquet

3.0.2 (2019-03-24)
------------------
* Fix tox

3.0.3 (2019-03-24)
------------------
* Catch connection error on deep standby

3.0.4 (2019-03-24)
------------------
* Unpin all reqs

3.0.5 (2019-03-24)
------------------
* Fix bug

3.0.6 (2019-03-24)
------------------
* Handle deep standby

3.0.7 (2019-03-24)
------------------
* Fix offline reset

3.0.8 (2019-03-24)
------------------
* Handle getversion on host down


