Skip to main content

Asynchronous Python client for Roku (ECP).

Project description

Python: Roku (ECP) Client

Asynchronous Python client for Roku devices using the External Control Protocol.

About

This package allows you to monitor and control Roku devices.

Installation

pip install rokuecp

Usage

import asyncio

from rokuecp import Roku


async def main():
    """Show example of connecting to your Roku device."""
    async with Roku("192.168.1.100") as roku:
        print(roku)


if __name__ == "__main__":
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rokuecp-0.10.0.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

rokuecp-0.10.0-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file rokuecp-0.10.0.tar.gz.

File metadata

  • Download URL: rokuecp-0.10.0.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for rokuecp-0.10.0.tar.gz
Algorithm Hash digest
SHA256 e4aeebddec5b5b585cde6245d6e375a1219fc5b991b4b1ab82e5a349f976af03
MD5 7f1368a6abcb1fe6c5a530898e36d0a4
BLAKE2b-256 19c61f04a4f6483b5a4401825201eba8492f37a8a845ae9ff5b7dfbb924bda3a

See more details on using hashes here.

File details

Details for the file rokuecp-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: rokuecp-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for rokuecp-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 398bcb47942149c23d7c5057303f663e9bfbcea3db3f769e469562fd081d5fcc
MD5 0f9da6ce9c7342f8d6162efa5dd7b34e
BLAKE2b-256 f7d3a610c9d44de6280c76afa43904be3eddc8fa6aa13f154cc7d3f143d1353e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page