philipstv
=========
.. image:: https://github.com/bcyran/philipstv/workflows/CI/badge.svg?event=push
:target: https://github.com/bcyran/philipstv/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI
:alt: CI
.. image:: https://codecov.io/gh/bcyran/philipstv/branch/master/graph/badge.svg?token=ROJONX34RB
:target: https://codecov.io/gh/bcyran/philipstv
:alt: codecov
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: black
.. image:: https://img.shields.io/pypi/v/philipstv
:target: https://pypi.org/project/philipstv/
:alt: pypi
.. image:: https://readthedocs.org/projects/philipstv/badge/?version=stable
:target: https://philipstv.readthedocs.io/en/stable/?badge=stable
:alt: Documentation status
.. image:: https://img.shields.io/pypi/pyversions/philipstv
:target: https://pypi.org/project/philipstv/
:alt: versions
.. image:: https://img.shields.io/github/license/bcyran/philipstv
:target: https://github.com/bcyran/philipstv/blob/master/LICENSE
:alt: license
.. -begin-intro-
Python package providing CLI and library for interacting with Philips Android-powered TVs.
Features:
- Get and set TV power state.
- Get and set volume.
- List and change TV channels.
- Emulate pressing remote keys.
- Get and set Ambilight power state.
- Get and set Ambilight color.
- List and launch applications.
Installation
------------
PyPI
^^^^
If you plan to use the CLI:
.. code-block:: console
$ pip install 'philipstv[cli]'
If you only need library for use in Python code:
.. code-block:: console
$ pip install philipstv
.. -end-intro-
Arch Linux (AUR)
^^^^^^^^^^^^^^^^
`philipstv AUR package <https://aur.archlinux.org/packages/philipstv>`_ is available.
Documentation
-------------
See full documentation: `Read the Docs: philipstv <https://philipstv.readthedocs.io>`_.
See also
--------
- `PhilipsTV GUI <https://github.com/bcyran/philipstv-gui>`_ - GUI application built with this library.
Resources
---------
- `Fantastic unofficial API documentation <https://github.com/eslavnov/pylips/blob/master/docs/Home.md>`_ and `script <https://github.com/eslavnov/pylips>`_ by `@eslavnov <https://github.com/eslavnov>`_.
- Philips `JointSpace API documentation <http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html>`_.
Raw data
{
"_id": null,
"home_page": "https://github.com/bcyran/philipstv",
"name": "philipstv",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "cli, tv, api-wrapper, philips, ambilight",
"author": "Bazyli Cyran",
"author_email": "bazyli@cyran.dev",
"download_url": "https://files.pythonhosted.org/packages/51/e8/bb0b74316ef037012fb47d4d7a4c458df6828b239338a00a2c96f7c3fca4/philipstv-2.1.1.tar.gz",
"platform": null,
"description": "philipstv\n=========\n\n.. image:: https://github.com/bcyran/philipstv/workflows/CI/badge.svg?event=push\n :target: https://github.com/bcyran/philipstv/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI\n :alt: CI\n\n.. image:: https://codecov.io/gh/bcyran/philipstv/branch/master/graph/badge.svg?token=ROJONX34RB\n :target: https://codecov.io/gh/bcyran/philipstv\n :alt: codecov\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code style: black\n\n.. image:: https://img.shields.io/pypi/v/philipstv\n :target: https://pypi.org/project/philipstv/\n :alt: pypi\n\n.. image:: https://readthedocs.org/projects/philipstv/badge/?version=stable\n :target: https://philipstv.readthedocs.io/en/stable/?badge=stable\n :alt: Documentation status\n\n.. image:: https://img.shields.io/pypi/pyversions/philipstv\n :target: https://pypi.org/project/philipstv/\n :alt: versions\n\n.. image:: https://img.shields.io/github/license/bcyran/philipstv\n :target: https://github.com/bcyran/philipstv/blob/master/LICENSE\n :alt: license\n\n.. -begin-intro-\n\nPython package providing CLI and library for interacting with Philips Android-powered TVs.\n\nFeatures:\n\n- Get and set TV power state.\n- Get and set volume.\n- List and change TV channels.\n- Emulate pressing remote keys.\n- Get and set Ambilight power state.\n- Get and set Ambilight color.\n- List and launch applications.\n\nInstallation\n------------\n\nPyPI\n^^^^\n\nIf you plan to use the CLI:\n\n.. code-block:: console\n\n $ pip install 'philipstv[cli]'\n\nIf you only need library for use in Python code:\n\n.. code-block:: console\n\n $ pip install philipstv\n\n.. -end-intro-\n\nArch Linux (AUR)\n^^^^^^^^^^^^^^^^\n\n`philipstv AUR package <https://aur.archlinux.org/packages/philipstv>`_ is available.\n\n\nDocumentation\n-------------\nSee full documentation: `Read the Docs: philipstv <https://philipstv.readthedocs.io>`_.\n\nSee also\n--------\n- `PhilipsTV GUI <https://github.com/bcyran/philipstv-gui>`_ - GUI application built with this library.\n\nResources\n---------\n- `Fantastic unofficial API documentation <https://github.com/eslavnov/pylips/blob/master/docs/Home.md>`_ and `script <https://github.com/eslavnov/pylips>`_ by `@eslavnov <https://github.com/eslavnov>`_.\n- Philips `JointSpace API documentation <http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html>`_.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CLI and library to control Philips Android-powered TVs.",
"version": "2.1.1",
"project_urls": {
"Documentation": "https://philipstv.readthedocs.io",
"Homepage": "https://github.com/bcyran/philipstv",
"Repository": "https://github.com/bcyran/philipstv"
},
"split_keywords": [
"cli",
" tv",
" api-wrapper",
" philips",
" ambilight"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ad8bcc8e2432805a791e4d1ccdfcb4380ee112c605a9c05f8e54ffb0893a810e",
"md5": "e25e6d2e4297747bd11cd307561e87f6",
"sha256": "fc2a9880fba7588b2eb22b7f8d515270f0f2ca8eb19e18078c875522383a3aab"
},
"downloads": -1,
"filename": "philipstv-2.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e25e6d2e4297747bd11cd307561e87f6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 25988,
"upload_time": "2024-07-07T14:09:10",
"upload_time_iso_8601": "2024-07-07T14:09:10.112937Z",
"url": "https://files.pythonhosted.org/packages/ad/8b/cc8e2432805a791e4d1ccdfcb4380ee112c605a9c05f8e54ffb0893a810e/philipstv-2.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "51e8bb0b74316ef037012fb47d4d7a4c458df6828b239338a00a2c96f7c3fca4",
"md5": "b5db963d11d58728bbbb918203e927b8",
"sha256": "976dac368c3d357d9b1b4bb27b6ab1756328d28a8a3a484ffab65bcc4d6d917e"
},
"downloads": -1,
"filename": "philipstv-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b5db963d11d58728bbbb918203e927b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 28677,
"upload_time": "2024-07-07T14:09:12",
"upload_time_iso_8601": "2024-07-07T14:09:12.032949Z",
"url": "https://files.pythonhosted.org/packages/51/e8/bb0b74316ef037012fb47d4d7a4c458df6828b239338a00a2c96f7c3fca4/philipstv-2.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-07 14:09:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bcyran",
"github_project": "philipstv",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "philipstv"
}