philipstv


Namephilipstv JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/bcyran/philipstv
SummaryCLI and library to control Philips Android-powered TVs.
upload_time2024-01-01 13:43:40
maintainer
docs_urlNone
authorBazyli Cyran
requires_python>=3.9,<4.0
licenseMIT
keywords cli tv api-wrapper philips ambilight
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "cli,tv,api-wrapper,philips,ambilight",
    "author": "Bazyli Cyran",
    "author_email": "bazyli@cyran.dev",
    "download_url": "https://files.pythonhosted.org/packages/72/d0/7815000d449d0f1015d68c701198030ae2fc181c3f076989b170341ba942/philipstv-2.1.0.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.0",
    "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": "c0ec22febaffe270e3e76fc1ee63993dd747d67f2182fde7878ad341682be29f",
                "md5": "a4bdf90d69924bb1d037a15a7aac935e",
                "sha256": "98dfdf839d5b0bc789e22358d389c1a24a8b0eb4aeaf35db20c6e59cebcd61f5"
            },
            "downloads": -1,
            "filename": "philipstv-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a4bdf90d69924bb1d037a15a7aac935e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 25993,
            "upload_time": "2024-01-01T13:43:38",
            "upload_time_iso_8601": "2024-01-01T13:43:38.534419Z",
            "url": "https://files.pythonhosted.org/packages/c0/ec/22febaffe270e3e76fc1ee63993dd747d67f2182fde7878ad341682be29f/philipstv-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72d07815000d449d0f1015d68c701198030ae2fc181c3f076989b170341ba942",
                "md5": "0152a43a621095405cfec41b7a3cf6e0",
                "sha256": "b4cc6e1778747f5b2ec95315a39bd817637881612923578bea11ae607ac29746"
            },
            "downloads": -1,
            "filename": "philipstv-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0152a43a621095405cfec41b7a3cf6e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 28599,
            "upload_time": "2024-01-01T13:43:40",
            "upload_time_iso_8601": "2024-01-01T13:43:40.608113Z",
            "url": "https://files.pythonhosted.org/packages/72/d0/7815000d449d0f1015d68c701198030ae2fc181c3f076989b170341ba942/philipstv-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-01 13:43:40",
    "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"
}
        
Elapsed time: 0.23495s