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.3.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

rokuecp-0.3.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rokuecp-0.3.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for rokuecp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 9b30552835e073922b0daeebfc459da9eaddaa8632917d868ea8fc7bfa383b73
MD5 477c8db762d2f42561940c0bfe3627bd
BLAKE2b-256 9224de098b93e34652b6237d63b7207ad1af5930d75354472ae7ea72b1e09868

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rokuecp-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for rokuecp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 19fa17ad48a0477f098a5bd1d2596b20143a8116cd44648a6ad607d4f9ffbac6
MD5 df5b2a96d694ecfeef15fbfd9c11ebda
BLAKE2b-256 ef0eda1c34a9b167419a2925bc4d2de411597ec4ba32b24d845b2170ffb1c31d

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