Skip to main content

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with plugs (P100, P105, P110, P115).

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, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (T100, T110, T310, T315).

Device support

✓ - Rust only
✅ - Rust and Python

Feature GenericDevice L510, L610 L530, L630, L900 L920, L930 P100, P105 P110, P115
on
off
get_device_info
get_device_usage
get_energy_usage
get_energy_data
get_current_power
set_brightness
set_color
set_hue_saturation
set_color_temperature
set_lighting_effect
set() API *

* The set() API allows multiple properties to be set in a single request.

Hub (H100) Support

Feature S200B T100 T110 T310, T315
get_device_info *
get_temperature_humidity_records
get_trigger_logs

* Obtained by calling get_child_device_list on the hub device or get_device_info on a child handler.

Rust

Usage

Cargo.toml

[dependencies]
tapo = "0.7"

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.

Wrapper REST API

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

Python

Usage

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

await device.on()

Examples

cd tapo-py
poetry install
poetry shell

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

See all examples in /tapo-py/examples.

Contributing

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

Troubleshooting

1. Installing openssl on Windows

With chocolatey

choco install openssl
[System.Environment]::SetEnvironmentVariable('OPENSSL_DIR', $Env:Programfiles + "\OpenSSL-Win64", "User")

or with vcpkg

git clone git@github.com:microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg.exe install openssl-windows:x64-windows
./vcpkg.exe install openssl:x64-windows-static
./vcpkg.exe integrate install
[System.Environment]::SetEnvironmentVariable('OPENSSL_DIR', (Get-Location).Path + "\installed\x64-windows-static", "User")

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.1.1.tar.gz (54.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.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tapo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tapo-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

tapo-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

tapo-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

tapo-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tapo-0.1.1-cp311-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

tapo-0.1.1-cp311-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86

tapo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tapo-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

tapo-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

tapo-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

tapo-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tapo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tapo-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

tapo-0.1.1-cp310-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

tapo-0.1.1-cp310-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86

tapo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tapo-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

tapo-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

tapo-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

tapo-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tapo-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tapo-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

tapo-0.1.1-cp39-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

tapo-0.1.1-cp39-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86

tapo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tapo-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

tapo-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

tapo-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

tapo-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

tapo-0.1.1-cp38-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

tapo-0.1.1-cp38-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86

tapo-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

tapo-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

tapo-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

tapo-0.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

tapo-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

tapo-0.1.1-cp37-none-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7Windows x86-64

tapo-0.1.1-cp37-none-win32.whl (2.4 MB view details)

Uploaded CPython 3.7Windows x86

tapo-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

tapo-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

tapo-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

tapo-0.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

tapo-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

tapo-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: tapo-0.1.1.tar.gz
  • Upload date:
  • Size: 54.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cd288f7a9ccc064fbb18892a27931734c5dfe55d549e3927ad3b8d414ab2d4c7
MD5 51d1491cc558876fbe0b471b0b90c685
BLAKE2b-256 da47c8661fea00c31287725bc0716190a14cf03c2af5259b1c80ac73cb49451c

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a31be689d3a77459de76559726c208f8def1b1d75e45dfac9c74444c5e5ba2a4
MD5 cee4573a7099eb627e01ed838952fd49
BLAKE2b-256 93038f96fc929729640c104b0c594e9dfea5ae1aaec4907b2f45bcad93c4d90d

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3131b859b7e7d96a62bbf02368fe568f8a7c22f36f47c520bae966222d0f9d47
MD5 d50b4e08cb6f65bf537daebaf64fbd2c
BLAKE2b-256 de2676aaabd5b50d4f6bf31f1e86cad4063fafba26d3792c7d330fc3f260c004

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c29736e7a44ac5727a91116724c807635a43006fc74634537ae7f179e9ba643
MD5 8b94e0e242b11977ca48bc0057b69cdb
BLAKE2b-256 8a5d1934750cd39f9d61720ae39ce80717b1ed1d60c9dfe261ae0151429fd5b3

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b78e2f0a7cde2e42778d8806a4b9048d37e6bb93f2eab6810b3381da03f83862
MD5 f9390f896232418982b73d2509c1c551
BLAKE2b-256 aa1126af634210c57732de10615cea8d6450e7933be9836988570c4efd12dd17

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8bbbd65bab95e0cda3843df157c2f14d6f63118cfbfa44e0e4e087d3db98778
MD5 4fdecc702bbd865fdeaef780ad4d2444
BLAKE2b-256 5f7aabca4aa126917122d22ae6aeefb813d40325b295ce2cfc9f9fec014d3b1e

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16bc3747539758f3a5d77912eed16d9ed84f71d078c1e2e8e1c01d25a75a32a3
MD5 6449a8f23eda85bf70a9942974d84ba2
BLAKE2b-256 ad8f677bbeb1a8364fd3b470e57c2147794f1685a9ba95961a7df1fae739975d

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab481b78531e0baadf77497c3d2ed893aad6148bbf78b644f663a0773f557a4a
MD5 9c3da6e82cd229ddd2e82d312952b370
BLAKE2b-256 ac8f8e6972238dbe4a8f877bbfa060e3d3d8ca67bb0f97949a790ffa6b582e34

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5302128408b0b83a8ecb863ffc5cb09b5af80a0fc4b6cb81a25f648c3fd2c47c
MD5 794e6a46a12d7c180f7aa6d6fcfe83ac
BLAKE2b-256 19b7547d9ca76d697e0e5490b3af16c923fcb8ab6eca8badc80036856e1a1bc4

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de30389ed6fb6ad19e0365c3e3cc0d6a30d075a5337bf3d81a833d2dea234949
MD5 1d6c054d04d8f73468848b31d791cf90
BLAKE2b-256 6ac2030ab48d31e5d955cc24f20726698762b34d9d3d51d58e365b0997b4e824

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b234f99a6ee63c2e6da581ce79c4c073273fbe0a83c2dd5c2602dcacc412ae3
MD5 6393180db9cea9825ff17eb88202126a
BLAKE2b-256 b817ea82e9b0e6474060d08cc952e9340f4627ae9d26902d5fc74a72ba584707

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fd6f1e9ab258231aef2c5cc18a9746a357607317ff674b5dffdc779a9ef1d6a5
MD5 49694dc54f59ff9443e974269fb85d77
BLAKE2b-256 45ab7f9ef5ead1733c1b26ddabe9d1263bfdf4a8991a5ca7d3281822a64d40d8

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e53c15823ebf890e600b98d818030f5d428076702e2b6fda2d56611e6ecc291c
MD5 c699f347b6258bba52e232cd3b9da014
BLAKE2b-256 861932850a648cde0f5ca0033506e2f50b02d3cc6e602140f381b6090f5ee68a

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9463f9df32b476d059895b0dea359782b2792c2efd08ee39e9529e8b23fcfcb
MD5 09b35262bb010690a988a9bfde91f646
BLAKE2b-256 ebc8ed2666d8cc6eb4b8eeae649c03f01a3e857eb200e9c321baae961cbe4db7

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe1b8ca8b72d71eb15c20976dd6492736873b0fb3656d8aaf1c44237013abad9
MD5 31c95676ab7b4c564b7c5898b90aa399
BLAKE2b-256 68727da39da7992e33942a81254be5a598e598e21f372569914297cbf0b8f7a5

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f62236bbeba35bfdc30465b6ed9fb1c434bba7260fd240360482c3d02caa0039
MD5 040bb7c8232c066323baa488458e501a
BLAKE2b-256 058681588396eabfda1be0990320acd50d905f1bcdca6a133926e43979e69351

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6172d44cc549c89a1ac62ba0f1e8067cada8c942ce229b26933b744316311f2a
MD5 3d1b024f9e1f9212b07b06c3279aa433
BLAKE2b-256 2b21665d79ce5d780debb852c740aa8e9fe2cf39f532c4702e5852d86d5c3d71

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9eaed52c2a66e2e0ee5cf220a315aadddf826efccb57ddf6cc28bb6cc282dca6
MD5 dab54739a35c8102b1ce6c73da4d37c1
BLAKE2b-256 13c177dbc59d3c0a28cb695f12fbe18a95b33a8d1305ef0fb07f5b1e722d0d3e

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 926a349a74084a994b0573757011d051296a21715949d6e3e3aae17c65d8b46f
MD5 e538ca38da02efec48c09c10a4dec35c
BLAKE2b-256 22c86e319e12bee800a1d74d870b2cbf5b96358b5a8ee192365e13f7528da967

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de267ab901440818f47b271aeb799d2900835cb69cdd37fb5c7fe1d799682330
MD5 0b165299102b6649466878f509268f60
BLAKE2b-256 8b7d90e4c6baab0a3a9c94e7755c32220cf8686961576f639b5f126a884687e4

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c018d098cc71ea4fa5758a5cbd8bab64c7b73a2314b72a11c4f31681a29daf3b
MD5 7223bca03dcce95cf8026b7c8d930312
BLAKE2b-256 e69390bdc220bab9b757a3a97a5bacc10c84b8728b77cb6f54e2b5bb333f21ab

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a14e6441ccabd576971aed888713df1f27f8dc2f981cdf406ce3536167790ca1
MD5 fa90101e198842acbad5676cc5be6d0d
BLAKE2b-256 856792d8c98bf0bb5ca81af56f258de4cfad5b775ccf8519ebfd4c38e1c626ad

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8fbea67bbf0499b3703bd7952c9b1fe74563bfda5400b41a8e197d997652d428
MD5 5e62ee81873e49756d6a8e36bcb50263
BLAKE2b-256 e68056b9bbc4dbf56bafa22ce089665b38b97b6f6a3c29b225e38b81ddbfef0c

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a4e642d2a1d6d58d871fca278047c1fdd3b41f16535fd205a1d2d424868bf54f
MD5 a3f66a79d4bfdf7df8bdb21519e572dd
BLAKE2b-256 b8d8acb68dc0b335a552ce1b036c5771f52f168499e4e52003c33ffd04f2c24b

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ababaf8c5c84b3f75d0eedc4947d269d73c3a461bbccd853185a50ec489a16f1
MD5 013e47734d8b763a4997c14d400530b9
BLAKE2b-256 ff155d1a295969635019ad0c1893526528e0b0036019fbd4dc7dc10bb48e5fc9

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4dd5adf4d7e35cb221499940aebbc5c52bee29d71ce21b1d1b60ffe47ffb6ea
MD5 e8ab964201108e67f3b73d1bd898f78e
BLAKE2b-256 c2142d038f0fe1d613c5ccb6f6929d1959b1cc675c05e6f7478ba53b0acaacf5

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8dc6f50e0ea9fa45b5c156d075e9f8eb55ec6c560577a4fee50907243fce921f
MD5 fb6b7ae8931d8314a934cad3de155d30
BLAKE2b-256 81b801102d3a630cd83748a40c7a88502d568c21f66a469a361e9c41d0c58e6b

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 137d30d8d9e1732bc880270c7f985bffa82b1c075b3730b2eb324288b5833ea3
MD5 070ebc8e48e59e0483947513d2613106
BLAKE2b-256 e84d6d8acbc9e20fbe4a69fe1f0c9ae30e00d948333a78f17b526e11ad7bbddd

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1cecd2287739a4dcad789f1124d862090d2e5689402e66c57204325e51bba197
MD5 6dfc4995cd18874c234227ea2b542e98
BLAKE2b-256 93a3070618a2f86070a25bda5b6055e96600b085b5f9acb91c720ef5028ae2d1

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 917b5f8fae506f83c2ec99bd80cfdcdfdd8d9c470d2ba5d772dc874dc320b64e
MD5 b7de83c7a44a14a39e17bd32c33928bc
BLAKE2b-256 f5ee46391826556bda66255ead56939ad3c90a3f3b1c200795c3f2cc2801b458

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c78803360bb5cee2f34fbfeaa8f935ed177c07e76cc3ee40d6391c26f0b780db
MD5 68cd9164d9b4bed811e8b3907959e4df
BLAKE2b-256 d3af86d69322caaa581f2c6c46aec60eb3fd99c14d3b35078933c5cd3a2411b2

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-none-win_amd64.whl.

File metadata

  • Download URL: tapo-0.1.1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 efe66d919a18e15bb6f8b6dd5e26ba3e7deaaff30ae4e8ebdd8d39a9984d6a1a
MD5 5b46186e431d6631fa9c47b413da1a08
BLAKE2b-256 8b8a22dc5e740d351f4478631c36d2be220339317c8ba2824be793f8e993c407

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-none-win32.whl.

File metadata

  • Download URL: tapo-0.1.1-cp311-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 a9549766611c2adf5df7a8f4e1a55cb1a9010df3a05382faf50ce57ef95d93bf
MD5 5ea83b6589cc7c5d100d1c3448edd711
BLAKE2b-256 15d06ec5298bd25da23dabed50069dd0da4bfe0b9fdf6f42228947c22a0610d3

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11b9a4114703aa40421d653f66f4f34ef2d95f87fe2bd81fa210528d7e9fa35d
MD5 9653fd8ebe1a05738833bf1613d1b4da
BLAKE2b-256 755e18659be661aee94c16702b4c66ff11673f3785bba5cef0d239122477edab

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 10fa7b5498b743659eafe24d7d42aa15ca1a674b3ec16ca3abaa8a898d38ffa1
MD5 90aa8760d2daa6a55c4ca10697e3538d
BLAKE2b-256 db2532692fdb491517565217561a9f3bc3495b3587d996c7fbcc929d362900b2

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d1c8b673be25b53140cd8e8470b624542a316561789194ed1478ceb623d4af9a
MD5 7d963e6056bcd8893a28807251aeaa39
BLAKE2b-256 d0bdb379ebe5661c9d3903ab9fae0e88f7f69e3605cac3b9fff90060e05977eb

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8cd39ce2c460035e0c9c2e6a0469588559b4bab94548e1f13a3f10cfc3003aee
MD5 4138ff376afdef2c4cdf2835743498f8
BLAKE2b-256 5a7f39efc4b4ff55c34deca93d75af4da82c98873a3bdbfc6f403249c064605d

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c87c26767b790f52e4b64c8d5d2152ba7d408b5e723b1dda8aaf4e584ef6e3b0
MD5 ff5f4c1678756edb5a67c9443014cd65
BLAKE2b-256 7b30eb902b2f0e0535e2ac7e781398a00812ad3105a6598c22cf8d00299aefd3

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b64d6fe59cfc773ee1d2b17cb47005e2bfea1460adce6eb7e0d2aca0e79fc79
MD5 aadb256291e0dbadfcaa78bd3c87ebfc
BLAKE2b-256 1be28813eabf26bd89a2b66d01e21519f4a34f9f74efafb57ecb2a0d6db9cf10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf6f737b69f2420ef7c1d08ae7ee5743ca3c6790b45f3fa93edf41671fe38424
MD5 8e77f83b06b6d170a38cab126bd3ab8f
BLAKE2b-256 d2b778b378396cc11727d0225cfb2b99fc879ac6ff5e22ec6e47153495e9574e

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 be14f6b0a9fc4d39f5fc0254317a2704817f7847f39fc934f81acb9f379ec5cd
MD5 4a2a1b920941856832d85dfadef2c51c
BLAKE2b-256 d8a282316c03c1e9b6e5196b2074240417f5abfdfbdf3702686f404b2ab682b2

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: tapo-0.1.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 867ebbba2eab5b06f6a70d6373653ee98bca42a87e78df873f85bcdd2dbcf5fe
MD5 e12e46d5e4a829c8586b762294f92f27
BLAKE2b-256 1b6f54487e2b2ed1268b354340102b1f27cb6408097b898dbc48b6a9cb2c2f12

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-none-win32.whl.

File metadata

  • Download URL: tapo-0.1.1-cp310-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 7dd70e2e3eb3a7836c99778b63d7f31f5f3cfef4069de5c1d3490feda4217655
MD5 973b48e836db8d597eb49cc7600596bf
BLAKE2b-256 df43148e1205417a848add7e333db5ca909e61ff217b429801fd80cb1ba5dc19

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dff5455050d0a548305d3d82bf956aca33ab406721e24733a78fc49aa7571a7b
MD5 d323c62f71f79ea8406cba572fed9b3a
BLAKE2b-256 5b211b68671ff62126b128ec0d022f76dded109c71678614e327496ccf306b63

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 465db0a7ed9c103193f214a8c8abe1ec447df2be516f79f2c0aa6e6c03938206
MD5 633d870f821e029399af0f833d288b38
BLAKE2b-256 c6afeba455d08a405f65e832b4bf172140a30fae4cd2dacb1818178bdb06240f

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 080a361dfbcf3a43c3f4e768333ceb9b5d04af5e6fff32486c6e0f03e77356d5
MD5 14db66d194c16017f2166a97507ea4d9
BLAKE2b-256 ff3993ea93b1a0b1837ef8c1db48aa22b76a00ea23851c98ca8fc5cca77d80b4

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9dea420feff52067e7c9786ce1dfc105afab0c8aeed1c84364b16c9d263fa240
MD5 7c4319739b2b11f1306630b140660683
BLAKE2b-256 ee118b3bba4999acf7593753ad27b564ce4f2eb7aca653f64181b00c10383585

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f12f0ea489947cca74edf5206a38ff3be7555c960a071f3647f4168b94e30b53
MD5 15313a1e9a47709a7d775371628f97ed
BLAKE2b-256 6a064c2eb119e9246b5b188e4bd23355a16162b94233af6da5b4ae2543ae608c

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 382f8e811a4d07419c790b6b8ff45a86159aa39fe15253c59b73bf5ed8750625
MD5 ed80bf9487f57e512c103d8bd2301f09
BLAKE2b-256 a6492bf06b9fd90ab6c244e6bd79fda7963d7b722f2cbfb9f1f48ec74b5003c2

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82a3e9f656011ba220afc623242e63cf0d568f7fc2ec66a3a78d7667147f827c
MD5 bfd570fddc2ef97173dda17bd4757a68
BLAKE2b-256 eef86363bebaa81b83149a1283a9e5a3411e8b89ef7e7f49cdf1352d48d5d6c0

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 7010d1373c3a29c0af1733ed4defa1298b277ed9dce2defdfd842df930238aed
MD5 782981d84003f94ed96e93a3687d602e
BLAKE2b-256 e0e0c6f18b26380a8a6ed1906cac5296f615bdc258ec931e6d98a479cef5d26f

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: tapo-0.1.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 2734aac9f47985b205a5ac1c5640187e065eb12466f4607232d658451e1edd0a
MD5 d0e7d19b198b8eee8af972b9be323273
BLAKE2b-256 26ea1e9bd834db80285273702290c0eaa31ed96774cfd4a9d12fcaa96b8bb85d

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-none-win32.whl.

File metadata

  • Download URL: tapo-0.1.1-cp39-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 11f937c800d4e4ecc87e863361cf22e5f32a15fccd50bbadbd43b149c6ccba84
MD5 cfc6fc805ba55133d91459879e97f6ed
BLAKE2b-256 b4bd5a58533f14e4239299537f79f8f30dc6b9b1445a15ef3eb4a4d48e795733

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcec387f3855bcc5595c7632ec8ba79d8ed510c884f6942e8fc41c9fac70bc10
MD5 813eec6e199c09e4b67c6c4a88c5512b
BLAKE2b-256 eefc51d7c16d3176cc3357b939beea463b41fdb2744d2773bf1f09d792e97a38

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76aa6d533e4dca0666ed4115905140057d46467b3143b94fb5a4d8a08db0105c
MD5 a8871b1b080e983de6b7ecd859be71ef
BLAKE2b-256 1d6d707d7fc804aac6cc2061ac9e462db0c45b86795eb2bc5ff6c233fe573652

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fee99d15e644f4aee508e80c115fc3e381e51266cf10c29547489fee155fc482
MD5 4ac8127f3701b90741a95d6a8eb0664c
BLAKE2b-256 0d1bcbc1a4190c44790a0fed8ba71a9bcc761fb6faa86e064591c029ec63664f

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce504ac838a21e4a93f6a62fddf2292992830a45a7b34fb53ffd54b319d1066c
MD5 e7110012e6e7bd4136e61508cb5051da
BLAKE2b-256 12dc7f978905c43be9598e8e0254c2b1cbde8ae791fdc87da8ff4a2154f0b812

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c9f7d302ea6320263ad4d9028d93c5a3ef693e5a5e20683a8a50aa2d1154995
MD5 405c214287b2a4b14fc3ad8b7574aec5
BLAKE2b-256 cc56063b876f07422e7318deeb1799c60fda61e6591f560c9869e0094f444743

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07f4a8be0a7e8c38694384ada122d257ccd74077877b4194e4eb4d6e37421dc4
MD5 75566c3bf606a493e8a3163f741724fe
BLAKE2b-256 dc2357cd19a8271def1ced9b66551eb59774de729db57d733e7ced4836ea3796

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: tapo-0.1.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 879f26f5e2db140e62bb0017df9e8f315625418356406fca44f3ec47f33b7b77
MD5 a1aca72006b2d94ba3455ea190b41d09
BLAKE2b-256 fbe398308c98512806ebd6aa3f48399d61eb126bbbd7b8ec163e84a3a09b2954

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-none-win32.whl.

File metadata

  • Download URL: tapo-0.1.1-cp38-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 669447c169709ff4a34e04bbe42df76193f47a88bf555f150aab7ab312ae8586
MD5 d47999c1d2c7491b21db9e859f90384a
BLAKE2b-256 279f9ac6f0a8fd4111e8e4bf0758f8cc1eb3e74d8aca42fa4b7f6da5350bd4c6

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44884b163f52334055e60bc2076739726587ef4b5433d8918c1c2845d0a0b911
MD5 387df873f04a95898ab88fd97bdf29e9
BLAKE2b-256 6fd2eb13e3eb449cf22b63b09cca24588e172a0f2575d5995f405fc72cfc2cec

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81ec9c326a4de3e71d74fc565b7712a6851b079ff65345918f0ec5f43196cdb9
MD5 62c14a02c28eb888930d41cae54b8ac5
BLAKE2b-256 d382e066513127d86449ed42b3def03eb0edf67fe335527a722a6538a0a4c31b

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 db4e6d7daab4a6b99fa9718677437236668fa1812557796606539137e5375258
MD5 64573f56649e135cb714bedafd839929
BLAKE2b-256 d1a9835fa2d3759428d95b98a147fdcc1e6c6ce11bbfdcb800626c54bb2d66e6

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27c4fd8890dfcde3da9281b7bace337eb2e34534ee6550e97fdeaf9470311048
MD5 842e0cdd8211de3bae3772536eecc296
BLAKE2b-256 f83da1d9f22a1de3966119ab2dbe5fcb43e2d24edb1eb0b396cf382172ff97dd

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a7e5d7bb506888416775b80648a441881821e32aee46396e1ee4a824457ecdf3
MD5 34517b0676ab98ce12a0fd8de4face12
BLAKE2b-256 ece0cacf2497706da68065d48783237d9a8b663180cb4d6c6a55cda3889c963a

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4fee977e35ba5f864e0d2fe78bc51b78da5d9fb5093d78581b2e7a74b5170a
MD5 dcb26e66edd86fc67ffe911c96a2ca73
BLAKE2b-256 a2c976578284bc9dc730ba528826aac696b7ebc0201632ab7002f615e86fb08f

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: tapo-0.1.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 6fdcdc2746c29f2787cb7b0b6591a65e474c5ce053b1563d7720adaff44c512e
MD5 615ae4e2d4e3f58ccc60e5a66dad72d8
BLAKE2b-256 a76f267433502951bff2255eaf23bbb800b916eaf5e044c23017b8a5b8b38e8d

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-none-win32.whl.

File metadata

  • Download URL: tapo-0.1.1-cp37-none-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for tapo-0.1.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 c8501782628d90d0793a6fd943f676db3eab9998e36123cdeaceb72bbbeb07e4
MD5 2f815fa68c372e9dfcc25770027c447c
BLAKE2b-256 c581fca69848a36f97c5a7205242b82abcd87f08f951596c3b57b2ec387388f0

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cba2d8608b527cc0331ad6d1b946be28ea0034a8ba9a712c50fab6c2797b034
MD5 79e8219c555a54ee0b8c634a29dc8c5c
BLAKE2b-256 765ffa727b1aea70df40418b2edfd881aee5a47846faf7d1c870a843ccdb9cba

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d261c7eb8072c2aa73ecf71952629d67682906ee2f39aba82a255a95eecbb36
MD5 96b79bd4fcf150138fd7ca19c330cd33
BLAKE2b-256 08ab0c1c92aefcea21146620f6bbc2ccdf46cf440bdef4391edcff2b9843d638

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6a98e58266a75f8d9f25b693a68f87b41d9763980321ae0fe3ba3073ff647ccb
MD5 b6f97a45b4b2a251e928ded6f7c4c4c1
BLAKE2b-256 e8bc3137945d36ad2d547a7c1cfe5129c457f85db61a6587d8446f604c4b3a5c

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 930713a057cd295889d258777a556097a850498fa11cb50b30eff00be15e8ff8
MD5 e7bd73413d8ffc3f4e619fc617ea6efb
BLAKE2b-256 1c6f97cd635f1478c902b27c5b1a6c9f728257142181383b7cd3e9a09de32322

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd812172a715907b5456037a9d32271885344df0da8ac0c1f3dd9a8b7af96789
MD5 b896b3fa9f46e5a38cd3a9be47230394
BLAKE2b-256 6f59dc4f105554c1b03452437b3d84b54618f06a4fa373c0e62249665b967497

See more details on using hashes here.

File details

Details for the file tapo-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tapo-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9475ee28d16ad098e3f37fcc3be36fd374709b10a4b77f3badde0ae109bfd9f2
MD5 d5428d23daddfcad4eb8d1af715f5490
BLAKE2b-256 1aeadaf63059b0f2b9ec1d222068b672dba3b7f21d1c5f481d4441dc69e8bca2

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