Skip to main content

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L535, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P110M, P115), power strips (P300, P304M, P306, P316M), hubs (H100), switches (S200B, S200D, S210) and sensors (KE100, T100, T110, T300, T310, T315).

Project description

Tapo

License Crates Documentation Crates.io PyPI Python PyPI
Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L535, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P110M, P115), power strips (P300, P304M, P306, P316M), hubs (H100), switches (S200B, S200D, S210) and sensors (KE100, T100, T110, T300, T310, T315).

Supported Devices

See /SUPPORTED_DEVICES.md for the supported devices and feature matrix.

Rust Library

Usage

Cargo.toml

[dependencies]
tapo = "0.9"

main.rs

let device = ApiClient::new("<tapo-username>", "tapo-password")
    .p110("<device ip address>")
    .await?;

device.on().await?;

Examples

export TAPO_USERNAME=
export TAPO_PASSWORD=
export IP_ADDRESS=

cargo run --example tapo_l530

See all examples in /tapo/examples.

Python Library

Usage

pip install tapo
client = ApiClient("<tapo-username>", "tapo-password")
device = await client.p110("<device ip address>")

await device.on()

Examples

cd tapo-py
uv venv # On the initial run only
uv sync --group dev --locked
uv run maturin develop # On the initial run and whenever the Rust code is modified

export TAPO_USERNAME=
export TAPO_PASSWORD=
export IP_ADDRESS=
uv run python examples/tapo_p110.py

See all examples in /tapo-py/examples.

MCP Server

An MCP server that exposes Tapo devices as AI-callable tools and resources via the Model Context Protocol. See /tapo-mcp/README.md for setup and usage.

Community Projects

  • tapo-rest — a REST wrapper of this library that can be deployed as a service or serve as an advanced example.

Contributing

Contributions are welcome and encouraged! See /CONTRIBUTING.md.

Credits

Inspired by petretiandrea/plugp100.

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

tapo-0.9.0.tar.gz (197.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (6.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ s390x

tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ppc64le

tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl (6.9 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

tapo-0.9.0-cp314-cp314t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

tapo-0.9.0-cp314-cp314t-musllinux_1_2_armv7l.whl (6.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

tapo-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

tapo-0.9.0-cp314-cp314t-manylinux_2_28_s390x.whl (6.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

tapo-0.9.0-cp314-cp314t-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

tapo-0.9.0-cp314-cp314t-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp314-cp314-win_arm64.whl (5.7 MB view details)

Uploaded CPython 3.14Windows ARM64

tapo-0.9.0-cp314-cp314-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.14Windows x86-64

tapo-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

tapo-0.9.0-cp314-cp314-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

tapo-0.9.0-cp314-cp314-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

tapo-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

tapo-0.9.0-cp314-cp314-manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

tapo-0.9.0-cp314-cp314-manylinux_2_28_s390x.whl (6.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

tapo-0.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

tapo-0.9.0-cp314-cp314-manylinux_2_28_i686.whl (6.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

tapo-0.9.0-cp314-cp314-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-cp314-cp314-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp314-cp314-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tapo-0.9.0-cp314-cp314-macosx_10_12_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

tapo-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

tapo-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

tapo-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

tapo-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

tapo-0.9.0-cp313-cp313t-manylinux_2_28_s390x.whl (6.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ s390x

tapo-0.9.0-cp313-cp313t-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

tapo-0.9.0-cp313-cp313t-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp313-cp313-win_arm64.whl (5.7 MB view details)

Uploaded CPython 3.13Windows ARM64

tapo-0.9.0-cp313-cp313-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.13Windows x86-64

tapo-0.9.0-cp313-cp313-win32.whl (5.0 MB view details)

Uploaded CPython 3.13Windows x86

tapo-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

tapo-0.9.0-cp313-cp313-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

tapo-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

tapo-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

tapo-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

tapo-0.9.0-cp313-cp313-manylinux_2_28_s390x.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

tapo-0.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

tapo-0.9.0-cp313-cp313-manylinux_2_28_i686.whl (6.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

tapo-0.9.0-cp313-cp313-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp313-cp313-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tapo-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

tapo-0.9.0-cp312-cp312-win_arm64.whl (5.7 MB view details)

Uploaded CPython 3.12Windows ARM64

tapo-0.9.0-cp312-cp312-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.12Windows x86-64

tapo-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

tapo-0.9.0-cp312-cp312-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

tapo-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

tapo-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

tapo-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

tapo-0.9.0-cp312-cp312-manylinux_2_28_s390x.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

tapo-0.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

tapo-0.9.0-cp312-cp312-manylinux_2_28_i686.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

tapo-0.9.0-cp312-cp312-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp312-cp312-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tapo-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

tapo-0.9.0-cp311-cp311-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.11Windows x86-64

tapo-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

tapo-0.9.0-cp311-cp311-musllinux_1_2_i686.whl (6.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

tapo-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl (6.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

tapo-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

tapo-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

tapo-0.9.0-cp311-cp311-manylinux_2_28_s390x.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

tapo-0.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl (7.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

tapo-0.9.0-cp311-cp311-manylinux_2_28_i686.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

tapo-0.9.0-cp311-cp311-manylinux_2_28_armv7l.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARMv7l

tapo-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

tapo-0.9.0-cp311-cp311-macosx_11_0_arm64.whl (6.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tapo-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file tapo-0.9.0.tar.gz.

File metadata

  • Download URL: tapo-0.9.0.tar.gz
  • Upload date:
  • Size: 197.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0.tar.gz
Algorithm Hash digest
SHA256 2db5f1bbae9dd1e4e8913a8b9cd6652f22516517789d2b3ca8db33a19a80bd5f
MD5 8bf290a62e67f81523f8fd6c8827f362
BLAKE2b-256 1b4d548cbb1d6c6c62585a0ea66dd637461e89f61574a33fb00db5677c03f753

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41acf26199a2e31b551131012082ae4d9e7a9169dada25c105f5815e3d2085fb
MD5 12546c53b994b120e4fff4145b9f98e2
BLAKE2b-256 76aad534069455f3a52a72045b87cedbe8e43e0359988618115ea600a85526c9

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39b53664c777ff4f257ce1ca6c0534a1c85b75505f4abb437bf25686e266df8d
MD5 c8511aebfb74820fc90d360e4a8b3015
BLAKE2b-256 7dda58e699b1aa6ce848d34816c572aa837ffb885b5017212f42b828f25ed6d4

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 957ed6f3e9e7d93cb76543789138c57674f87499a24ff3470e9ce8d4b6b9d8f0
MD5 e0591a20c722549980ca2ec87d718c6b
BLAKE2b-256 0bc8cf0a75b49752f4550edb23890c91b29587c07a9462096d2503f5c74d9d76

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 544086ba8661cef3ac40a5d92a3d47c3220b78ef742d8f136dfde59389ee96fc
MD5 e40cfe73cf67c9f5a5c2a938e51a0f91
BLAKE2b-256 0a8f80efba9397f061566e2873e838923d0d9f74c6b54af18ca4e959f2b29d73

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: PyPy, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db693e77b09103a8f24d311f885a2cc3d66f2738d718b45729cd2e085b01da68
MD5 4e84593f89f079a5d69b7203050fb445
BLAKE2b-256 010b23da5d79e8f35ac4b69940e9f8b1b5f2eeb4e7d2cde9c5b20187310c6d99

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: PyPy, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 157d817d58e23999125dc404777388e2c1c86e93d3fed690ad4b1cf40ef114f4
MD5 7644511f66ffaf7c8731a665ff31ab25
BLAKE2b-256 87a562aecaebb84ef12393dc856709c1532fdf4466b517daf690c7b235e6fde2

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7da7d18710b76303ba51f2664b98892bb73a4198ab6a56ec4dffedfda0757638
MD5 174707a87a235219ae34708a7f5469e9
BLAKE2b-256 aed643116d28c4fa73ebc4a0285123b0ccceaada97d926400c1ba87f468bf264

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: PyPy, manylinux: glibc 2.28+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 ff79c0c1fdb58628f08f886b1449ed26bee7e786e38498d8a57005e9e54f8a49
MD5 b1510a61d70f86f5218608cc4fe93441
BLAKE2b-256 b7cddb557f21d594cd70606d272e809f920b12a31b959d2adba29a85953bbc8a

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 8fc784531796be486a61e3fe0697ab788ec9925d5545d342ba140f0af7592c20
MD5 1f6830b3b5d4b5d72c48a55bf036ccc1
BLAKE2b-256 3d790f066bf64e7625be2f3c6e794fd9d2525a8e48c4930dc01667606104623a

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: PyPy, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 099c6430e15e56ac0cee301f6ef18d877abf871bba56e1db7d456902348f4e6c
MD5 611498202087087fc9df92d8bb1a70e5
BLAKE2b-256 cbae40b9fd80ead04c77669accfe16df9f29eaf50a3f8f7cc9b2933f2eaca620

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c8dc71ab204f0cc415145a21df81ac47ed71cf8e61c8e1e5225324614d008fa
MD5 dd93f291ded10853a251b78ae7266043
BLAKE2b-256 e0a5379b77fda12f5af92781f28f73ac5811521418980a8edbeea01ab26a28f1

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5a5515fd643a88b2940a4f118cda7349ac82ed22eafc30f2571f05a959fb6e2
MD5 7dd1629a832dbca247550af725952f3b
BLAKE2b-256 086d90c6843b4a19150f34a7acc690ea10b56607f9f27f8e539509e35241383e

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 947f323b194cb35eebb931ce7117169b700fbc22df96b17c7c0403b81315b94d
MD5 abb9f78ff3ffd7c25268acde39fbbb5b
BLAKE2b-256 250b3306eb7fef243ddcab83772b5f347fa332d4f3a77622eed7aa9e682f08a0

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46617ff9eff268a287de5fbca50089b7955514fa98be0b2cfde8db33026b2754
MD5 4f669227a34b5b1237693ae81de961eb
BLAKE2b-256 229f8780176c20118d97f308af69eb01cabb06a0ce3379fdebef5dc4c8ba63f3

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 471b648eef25efd66a1cc9b7cd0e4863486bfceb51cd95a051fc50b8e235ee36
MD5 70c096b1096f56f096ae4b1c068ae5a6
BLAKE2b-256 0f90a80f72f54879715baaf88a14dd62d0b5bd845fe2275a44b19d14bc93b01f

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 532752141750ec3a1cdb173b5a5e7354711cd2c1fab21cbcaa7f397720c55cc0
MD5 dc65163267c7de6e69569ade4e47fe6e
BLAKE2b-256 6a0f7f150eee5b17a19312c739213f45aae2bf750626d0cf275eb8a41ca21efe

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e7c40ffa5e2932f70cd8a794da8e92f588236c242fcb8e0a188faa6a48531177
MD5 ad13a4c13c467fc400bcaee51725cbac
BLAKE2b-256 162863f416ccfd938339e2808d366011c02c6a717034d524cf7be3f79f1d3c7e

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c76e57478d92a08fbe92db0672d472b9bc7e9f6cf7188d24814ba6b0fdf47d91
MD5 0412e70a55e95a4702b394be5eaa7149
BLAKE2b-256 b285393d841e8396b673daeae394afe20566cc691c59340cd4cce7ce39762ddb

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e2b24acb5a1c50d43e04050b78d0a4d8ee16d4949d8211c2a5200aed25b87911
MD5 95e08f16ec9386a505bb8af2233da753
BLAKE2b-256 7a757344e7d5965e61731112702e6c17ef9395dfda7a5ce0a11804d0e0369c52

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8744297ac41dd4d29b48af83ddad3dbf9c789ffdbafa7cb3056a7fd3d767f3f6
MD5 198f0cb15d46846e9a272652795dc4de
BLAKE2b-256 97a5da8e4e307645e367708481567616998e4b6278cfe9096321beae46b3dd5d

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10f411aa601bf94001bab342acc0bd078903d0e6c56e4811db2c5113b389d078
MD5 90fb47b40ede3505963eb78c7b06bb63
BLAKE2b-256 62875c8835caa136c48304b8bffd94366ee9f4e8678884e9e6eeeedb53c19352

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22d5130ab3520ae320f22d55b58a102e56cf4a2ae9e1d102e9afadc017430cab
MD5 0e1efea795455c169d794c187a33ccfc
BLAKE2b-256 566280be09fc6fe403776c43d00f79cd18e3e6e58141eb41a5522b7522d10382

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b08a25232d8871b3f900d35a230598fa5842d2db2d0390530df85e46e5910f36
MD5 d5bb008705be5b10d6ae3aa33e2821e5
BLAKE2b-256 67c2dbe40b9d0155992410a5e2d7c7dfc90a119d2fba225c3e92793afac834d0

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e487fae1b7df442fc13f937fcc065ac556c091baaffd7e37153b8b9b63dafe0f
MD5 351c4ebf2405c57e10ae9c81b55f4d71
BLAKE2b-256 fde58af82dbd12d43cc8a25fe6b5d458b13b684e0873bcd00e034d3152c4749d

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a24516f36049a2b128584c27ef930679bcd8718fc14f0e744c9bba6fea05609
MD5 374bcbcf13fd40b71d6fba6a70acf1e0
BLAKE2b-256 e91a3d9b57bbae57ee5409d9370aaa9e8cf421d97f3fd2fc28975659e779ccb9

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 cdec0db19957525dbd8c85bbaa8497fdd5272d7726928689bba9084bae34d399
MD5 69e9a8c876d64938ab22bc084457f519
BLAKE2b-256 3e4bcdacd6693cccb949acb4108f9cee8d8b25db470e53802b6ee3b168112e60

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2c9cdaf2846bfb510063a7e5bbf61e18c005d96dae412ea50e0686131059f633
MD5 e50266672c3a56b27d735bafe1b73640
BLAKE2b-256 42077f868430345a75a51dd8320b556a02c836a98d81ddcaf6a534988cd71fd9

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-manylinux_2_28_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-manylinux_2_28_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 504df2e8b55d4a8ac7382e377bb0e9921e2a92570cc7a613954045a5fa2713d0
MD5 3723d39e20b65b5354b3c7a36a155bbe
BLAKE2b-256 39e45a57293213ceeff5a4da66a12c75352058c8c3e8a4c2cadb39a38e1122dc

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 3b983dd867da754ffc36a06dd771ba02ed86a08bff1e09fcee73a3c5fba3d827
MD5 90bca66707bcee48ea82bd554f8864f3
BLAKE2b-256 c66112d5d94cffe59ce41ad63ad8b5e6f2eecb16b393ff862c82db558d184ca9

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47452ac19a35924e14b74ff72a585c4d4de66986db38ed9f44d8913db5f62341
MD5 c73bf0fa407b5e0fddbc78f829f054c6
BLAKE2b-256 ccf0ceedc2c9b100bb874dc7dcff11647fecc494285f61d6b5c944d77e05e9a0

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9ec46695b5e8d1fd61bf04529fc7585b6ac42097e9b594b34cf97b4c910d472
MD5 c35afcfbbde7c35377a32a47e1d2e342
BLAKE2b-256 e9e3bda2fb7d9f9a89639978c3f02cb7dfa29b5cc4fe02fd408f1d1c42f3e0c6

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a1b7cbdff9000c47d55bba2ed974cdd4b8619167eac0ebc2dc8c3664e572f2c0
MD5 5b71892c0b641925229553c3217ddda7
BLAKE2b-256 801894a25c576608b34ea26fbd20f7304d8f98e2158809c057180a09a9b4eabc

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 affafe95c5131048e71b0ac4da16486ceb398fc7f46186aba2e29dbf9362e00c
MD5 a4d6058de3fe936e7332504b4c12e842
BLAKE2b-256 e82b14ffdf2f8e672c81faec4fcd948bd06fd0a4952a2356834cdde826f93020

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ed17cbfdf406aaa9b081c64491ef7b44099c9fe2d8082fb17ca836f7a8ec5ca9
MD5 5c166133f7b9529b741ad516915d30cd
BLAKE2b-256 fe8f36281b4b8776b5523d8d840ef173586eb68a4e098bf9dd7754fcfefc54ea

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0d4e9f206b480db79ef0d4a519fb57fc105442660d5969aafd800ae257449996
MD5 706e730cd23362f4ae581df11d80e001
BLAKE2b-256 c4a190fb29375543793a3066c9837697898381cef7d54ced8af4043a382bb3e5

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d661ddd6a35c147910b9808fac4e0986f7ceddd613791c18751a8ed3d953aff
MD5 54baf9c2ab00579d36afb002a7ea9a23
BLAKE2b-256 520d4b30938ae25e9534ffc2fcb295811d845d5a208aa0ed0e1d19cd24e7ac2c

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 8ed1ad4b41b3bbe5ae50fede1d23e667579bddd21b433e600f2d2953e62bf059
MD5 fd12f14738a0a75b4902c51b7658e0fb
BLAKE2b-256 35abe525988de0abd060f6e3fc0747e8e6bc33d675d446dfcf92baa618ee37e6

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 06a1763b52b5ae760a1c4954e031ff120a826b5ccfb114b136460e0d38e42104
MD5 6d1f379eada8efa73109522b9774719c
BLAKE2b-256 816ac8bb7f0caf63ff7b862b1a9c5a7e123363d4942a24089051ed2c2812601e

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 9fc12605e45b74fbb578cf454ad464562efbffa4818d869873846834f5804a24
MD5 5d9abf14519ab4857b7f91142f9416d6
BLAKE2b-256 2b742547efc1c35ab954c3cef17a11579701aa8c0adf64dfafb5e02d0233e2ee

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4940735a6d318e319c5cc92b54291e38ac72b3f2f2190627c149f6ecd09a32a
MD5 10a5789334d5aa148d3a147b9ae299c4
BLAKE2b-256 c5330a836f2e26784cd81514c5cfdaa4a0db51651f9ea9109a0127d170d4bb6f

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 6efc8420a015100bd19bd3d2ba4ce45d82459257908518c1c3bc91f7046c97ce
MD5 c4a5f1d0ba9c9ae0fe82a4163d774dd6
BLAKE2b-256 dc0da622167338917639014219c5d32a5d0c9e113daaf2fa21ad88fcf0b9eac0

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 58b2229f89e4d1ce6ae78412e03cca4847bacbeee57ea1bd42007a924b82f64e
MD5 b4d27cc28b2b8f76d6c914869269bc37
BLAKE2b-256 10fddd7cd3ba1528a5f0acfc673ffff4691ac44a77493edafabd519fb90a92b4

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7fbea6caf58ddeb2006548c98a8beaf0d40211de3eaf9e4ae17048ca8e4164b3
MD5 d2afc9d0ab87eda73844d6a00b92a04e
BLAKE2b-256 1e5b67ce4c37ad26616376ef7bc511c4ba52e3371030addeba486ee8de01e25e

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e45a26c9122947dfaf93d1f9dc94c4e9ff258c59eaa7a072d52f0a4d350ac0c
MD5 f11c8b9481e2d7224c6b8f13257feffa
BLAKE2b-256 5994fb5fb14be0e1a773972b197e3358cd86fa0ed33d50c97b9d6f1184abf342

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10a6926047923255013179b837b75e9b746ded64e3bcc8db86f59f1bf6fc7573
MD5 f6f7ec215ece0b315d8a9b80cd600a0e
BLAKE2b-256 4f19fdf33ada571869baa9bdeac5e2c624906e254ea5c9eb336399106753da02

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b94b66903415eb4cd7329a1036fb6932cde213ecc1c5927a6addf982f1aaad40
MD5 a2d228b67138616c400253646744d20a
BLAKE2b-256 fcfc7db3426c86150e8f719412842416a7a2649e4ea5e2703b0dafeca3f9b4e9

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7879b01d4010ca8b9cefb0745e3ba5069bc8a064b4cf0c7a3ebcddd50067f009
MD5 ae79e777329878188400653e4fdd5087
BLAKE2b-256 3a4303012072b0f2c0a891793c0ce4e6b79e5c33b5904463db29eb2bd40a900a

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 186006e6eda821f35c54f0ef8078babc42a4b4e54304647504162f3aff0950cf
MD5 c43e99f53fcbc12be32873947fd624e8
BLAKE2b-256 e625c2d316267e95e333988afb6f34fb080baf96bb07259a252776d9828f51f9

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ea6540e00718ef26df203529de6a02d3a28f3dea4269843a78b58491948e6a71
MD5 cf07034c466783292517a1be748c63e4
BLAKE2b-256 385e8665bc1b35fb9df28fde2c463047cfaeffadca0a792f9a34161b31cdff5a

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 41eaeff221b64c0c13bb695012af9f080dbf16587f12f1bad00962f1d535017b
MD5 2dd1c289f219bd107680da23443f4769
BLAKE2b-256 5381baf37150281ec73b80ed0c143b7f8788d65bc731bb81389c3c1d175a72f5

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-manylinux_2_28_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-manylinux_2_28_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 885e4589e5ae290bcea4a281512dbac5e2ea23a81952344508655bd75d1ec8fe
MD5 03aab88ea74fcf15ad0f15c9d4172751
BLAKE2b-256 f92daaeb416952c770bf444a12a6d876e0173701a0ec6fc6c6db6d6571d4fe69

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a9d61393b69ee2c68fee742ff7bd9a86395589bf7bde090f309c4aa120acd525
MD5 3bf68c6de5841dc08d38ebe8fda82b51
BLAKE2b-256 50de7f2bf367fbb47120cb86a08ef1ba94aaf239854ae314e52720ca9a8ffedd

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15c13054d83f058ffc631141e9a899da17ef52b099f397b5e960a1fb1e85013a
MD5 d0b31de5eb4e20124f9d4dc8d08200e8
BLAKE2b-256 a6b90e4465b58c4578f0abca11a3af74c833b17559d7685605c556b38cc87768

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a10a2be441caba682d84ada772507ffeb3ac1e562b2f1aa1b06a14973fa09f4
MD5 27269fe332b296d3bd954abe7dba908e
BLAKE2b-256 30d57eab8a3cef957e865762e2ec6cdef83df843b6dc79f6aff8734846fe967c

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a40416c1888c4eb790cb42c5c7a03c81d8618aa4d44e9e738a0bfcc14256806
MD5 d1664b749bfc136f3bed4f9def93d3c0
BLAKE2b-256 f6ab31bbd5dceb0cad5ce3b65e227426a39fbb69a3613e5032be22dd9a246ad4

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ea45139d980cf57c63928953105d0b214207e6f1694f75be55b0fa775790326b
MD5 7b19ac7a784a6dc3a202abdef2297347
BLAKE2b-256 ff31a1efb15dbcce77030873febf37e67b9f6173ea1f4da2431676a51bc5fad4

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b95a8e9189daaa0f534564bf8e4dfcd14d06bf3cddca18b2c6e67ccf9befe87a
MD5 d5eeed9f5f99c4f93c98eec52870d5e7
BLAKE2b-256 b68f2927dc35075c7c926d2423be6435f87b35173ccff0af72f0014cc3f482c5

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f178c8df3b354f7f687f8b202233812b33b916d952b17ce719d453125c3a809
MD5 d5c80a404225b34f1561cc4019b1f393
BLAKE2b-256 133d4753c2cd198c44280100d6d29417cd1702b23cd412552e0477caa079f892

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9c2ac466eccc2880c179d8ff12acaba97703c4ee32c8b268d7dec195e50422c
MD5 762e4156087ea0d625ecacbe7c8b9740
BLAKE2b-256 f4061f040c0f5f34416b1c046e3282fdd2e3b5864775bb1448efda556a4c3fb1

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ff4e9d730bd04ea0966beb5ade24259b47e539aa4883b2cb8d87d9790d05340b
MD5 080f22a27e8dd445fff55780ad49f7fa
BLAKE2b-256 47e4478fc2bf55fd9319ab183f049ca9dc21c7de3b6961663f41e72e7e765d9c

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5749ce283ca17e1922e0b81cd7d4d58d3d766f04e6e60b5eecf9004562e4bd17
MD5 c3071e6ab0fd24edbb9e09d33f7b4602
BLAKE2b-256 b5e81b705cf6d2c23a6ad8d1f2b7448bb1c4680fd4f1b9e6877996d50ad6149b

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f27248cc77042e9a7e8c0943e5610bf5f59025a9d1b1627c74e862571972b963
MD5 f6cc55ee16947969d382948b1db7bfc0
BLAKE2b-256 20b08960afee7a8d2deaa525677aa2767dd86b86149b7343dfde67f9df439f6b

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 9355f2333dcbf10e7470a095293d9db16e93ae3b894bb45c0467edace7506e0a
MD5 d40f633e911f47e4d4335c59de74bc4a
BLAKE2b-256 4fbb3ef2b651605d52a36e22bc013f276c5f632a49616408993e63f11c16c9f2

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 49af11fec6566ab58af3588e0a3ea8738f0aaee5f2a0d03ac252e942029b3874
MD5 77de75811dbc37bb083bf1f4f1c1c81c
BLAKE2b-256 2f2bbf431921e1c33219668d6cd40d86d6a9016402984fed36c1f2143c38dd3a

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-manylinux_2_28_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-manylinux_2_28_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 9c34ebe5ce9e9f435e9f16a0d8c97f8ff9c085f6b1b590c552453786fd409577
MD5 fe78812088ba300489c64a2dca6ad9f9
BLAKE2b-256 0f4d0a719b8feb701ed88fd84e17be97f65f5f3c61513278ff2b1c7f8d07210b

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4a887e9b2a31f76981933dd9ee4031561b8b4dbdeeead20049b9cd30466590c6
MD5 f57f464ccfc18a7f3ca95c8ff20b1c8a
BLAKE2b-256 5436ff6916508d8015197843f21837bebe4fd32422a570c38ebb79bdb99d0027

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd0e2a092ba677f08b8b827550d1b4b40386a1be17a0ec1cab59c883e3fb213c
MD5 9d03feed798a7b5bb4d2084dc4f864f7
BLAKE2b-256 31087888ca78773982d6862e39546432be9e6056a59e790a78f2edf789af9fd2

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41cf12283ba2351569d40839c16c84079b16403309961d60b8b35cc7fc9230bc
MD5 0c820f0e166198f8161bcaeea1c4071d
BLAKE2b-256 ea5a916e10a0c8bcf53c631b830cd3147e42d45b484c2a996671752745a9b819

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f11aa0e0fb0896729280e7d8ede8bb84d0b594ba6bfecc296bdcb42a2c8682eb
MD5 f985ebf8cfee702c3479fe5d7505d345
BLAKE2b-256 e44a813c8f71c01411f5a0c63ffbbab983a16148d1f4e1c278b660cd7934f67c

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ac2bc70f3ac8a063b0dcdc743a0a990ce678d5ef1f6e8f5713538908fdf1f7cc
MD5 392dbfd8c673534bfd3ec523e2e1e8f6
BLAKE2b-256 baf0f8f555139ebf0ab1befb162c51cf794f4beb0d3cd9ecac020bb1232f8aaa

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04fc91f079f5bfbdc8fe4883d151417cbda002a672578aed8622b3f127916e71
MD5 130baad723c44bd72f845c2549730145
BLAKE2b-256 c292295de7c2fcbc66c3206acc61af6411d052fd610e860566ac425c6ca4bb9b

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 edd237096dfd936f7971e166d6e88dda2220d83847b26d2828462a3267952472
MD5 04035a1d2d6a9f97d8337ef25b66910c
BLAKE2b-256 acf44c42d2c0b204edcd205509bf0f72ed928f012eb5aa1c9488bac5ec7e5426

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7e5ef63c5b045f8704c1f3a6c702592af61022870357bf02527363e3537e8374
MD5 aaca84528fa6c8e07a54204ec8445cf1
BLAKE2b-256 2a071b4fc877d19957825ad5aa46b6353996d3adb46563b4f16fa28ba1db695d

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 191228a1a7ed17e42da8bf49ae3bdf39c6c6912b75d570dc9e9e20cd1fb54326
MD5 05422769660f46c6a9099467d9873374
BLAKE2b-256 649c8774d2f3900a812bb73e4760fc855dfc37b7ef474211f604d8e06b16cf47

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5329c2151a183f2ea461bb09a3269b7e867584004ff29a68ce5235dcde61b135
MD5 cfb9e4bfef8abf1611e7290cdcc4450c
BLAKE2b-256 be68106162b5ef0c9bccc2d944241aa2c33e548ca52db0d65de9fced272915b3

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-manylinux_2_28_s390x.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-manylinux_2_28_s390x.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 fb47b51e463be9276a2814e21d76292550034b34609c439508e3c2377b6e55f8
MD5 dc44f24fab95519a3321482d6c21ab5a
BLAKE2b-256 7a35e5730b7f71d788513f16ede1a104896290c4e269ff40d10364df2b8c8cb1

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 dcd37a6e41dd92353c3f3d97d77277f1290e653fd92bfd89a975520712a13b3a
MD5 1f073d44dde9edd04065e7817ef476fb
BLAKE2b-256 1061595f7ccb9feb1e4fadf5f6a0cef7369503d018bfd19b325906811ef14aa6

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-manylinux_2_28_i686.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-manylinux_2_28_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 dd7955d74fbca81c10e469c61d85b8811ce5e3c3feadde3d54c78b760457e7ef
MD5 15d595b2bc821eb4186299e169bb0d7d
BLAKE2b-256 72c60a253d2cb6f829e26be47468e40a68c2d48ca392dd42bb27a62a553177af

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-manylinux_2_28_armv7l.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-manylinux_2_28_armv7l.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a321361775cd8aefbe2b09e81beee1f7367ca144ea8fde8bb5692feb7fcf39c4
MD5 f697b626406a313303e60ef7ea16429f
BLAKE2b-256 ba1277f57c59b2208b5c4d84646772a9cf30bafe42893868a027f84c7b13e0b8

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 682553d3295ca8622a1463c6fd58e3e99d0757540d192b86287af145fffec313
MD5 9a3f3343e7ee356f4ec9b88c5d78d336
BLAKE2b-256 62c351a3dcb28474962860c94f2c538c9e55f055e7acc275a4a067b97cde1f13

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84ca3fe41301143f02cf39afcc747ffc384287935b968621759aaf8397a55cbf
MD5 a5e45fa77736b629722e90b1ac66402c
BLAKE2b-256 5354bcb30471a5687e86100662ce56a97efb5f605bf4c740c624d2a1d31b24dd

See more details on using hashes here.

File details

Details for the file tapo-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tapo-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tapo-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 34b3375245b418a92763c1677a7e4a4fcb85c0b6c14244576e0a30897cb38cff
MD5 4f1cc433a5dcff38a5050eecb1a590e3
BLAKE2b-256 a40d767d1d8096d7cf24942cce598b9605bf7414ba1da22ced616873e161fc32

See more details on using hashes here.

Supported by

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