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

Uploaded Source

Built Distribution

rokuecp-0.13.2-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rokuecp-0.13.2.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Linux/5.11.0-1028-azure

File hashes

Hashes for rokuecp-0.13.2.tar.gz
Algorithm Hash digest
SHA256 8ae5330225dfbf18ff9ed50274fb5509e76d8a56c2ec183634e50b60a875ea8d
MD5 40e45520b98a9f95ee9803215e1bbc2c
BLAKE2b-256 0e956470a2a213a84660e5ae27fdf1428e0c5b95332bdce46e552e492e0c4f06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rokuecp-0.13.2-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Linux/5.11.0-1028-azure

File hashes

Hashes for rokuecp-0.13.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cd682544865bc193fcba9e477acff5d3c08814782ba26070f33c742931c1954a
MD5 13909c99651692836d7ea7f3bda76865
BLAKE2b-256 1449bb9a8158d414a07fdcd2e3d5377d191d4a9360dd1cb940bab942b94a00be

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