Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115).
Project description
Tapo
Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315).
Device support
✓ - Rust only
✅ - Rust and Python
Feature | GenericDevice | L510, L520, L610 | L530, L630, L900 | L920, L930 | P100, P105 | P110, P115 |
---|---|---|---|---|---|---|
device_reset | ✅ | ✅ | ✓ | ✅ | ✅ | |
get_current_power | ✅ | |||||
get_device_info | ✅ | ✅ | ✅ | ✓ | ✅ | ✅ |
get_device_info_json | ✅ | ✅ | ✅ | ✓ | ✅ | ✅ |
get_device_usage | ✅ | ✅ | ✓ | ✅ | ✅ | |
get_energy_data | ✅ | |||||
get_energy_usage | ✅ | |||||
off | ✅ | ✅ | ✅ | ✓ | ✅ | ✅ |
on | ✅ | ✅ | ✅ | ✓ | ✅ | ✅ |
set_brightness | ✅ | ✅ | ✓ | |||
set_color | ✅ | ✓ | ||||
set_color_temperature | ✅ | ✓ | ||||
set_hue_saturation | ✅ | ✓ | ||||
set_lighting_effect | ✓ | |||||
set() API * | ✅ | ✓ |
* The set()
API allows multiple properties to be set in a single request.
Hub (H100) Support
Feature | KE100 | S200B | T100 | T110 | T300 | T310, T315 |
---|---|---|---|---|---|---|
get_device_info * | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
get_device_info_json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
get_temperature_humidity_records | ✓ | |||||
get_trigger_logs | ✓ | ✓ | ✓ | ✓ | ||
set_child_protection | ✓ | |||||
set_frost_protection | ✓ | |||||
set_max_control_temperature | ✓ | |||||
set_min_control_temperature | ✓ | |||||
set_target_temperature | ✓ | |||||
set_temperature_offset | ✓ |
* 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for tapo-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c08868a89e33e4f9f23b2ca761374967a4fd5042a0007459d9e7aaab280aa46 |
|
MD5 | f0c3e91dd80d7d12fccff244d7654678 |
|
BLAKE2b-256 | 4fac6def8d1754b788f57eb2714a8a08c04887ff0e8e95069151ae87d0cd9283 |
Hashes for tapo-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1da94b4bcf33a76a4c0985de0059e7fc585a6bf7639e00bf016ceb57cd0ccfa5 |
|
MD5 | 6d603190d7289300fb96eb1b58be014a |
|
BLAKE2b-256 | e9de3adc1b39cca85eabff1d69cf278139101082ea18414507faea379fc89cb8 |
Hashes for tapo-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d925c76701949809cbb29e764532170844180cfefece09a5ceae49e29b7ead4e |
|
MD5 | 9fcb32ed46a8a2ad17b975d61f6208a0 |
|
BLAKE2b-256 | a7acda057ac209e24b6a3cf3a15a2d1081b28a9cb9365ca736b2ce7bfdbea4b4 |
Hashes for tapo-0.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9012df7f4ee2d6a627f84780e3e708c914e7bd57341b19f5e481424763c96bf |
|
MD5 | e70d9d029aa240702685be1dd452f0c1 |
|
BLAKE2b-256 | 9a6ad1483365d8a1f147cb3bc2f1add09a70e59f0f410eb5c483ceabdfe2771e |
Hashes for tapo-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15ec55fc8d1f747164cc16c989204e7268b4d25e0e5b68082052cdeca6f84b1f |
|
MD5 | e83d15197a37ef51261444c1aca2c859 |
|
BLAKE2b-256 | f17b1b24893fd1ca4e7df61751ad125f012f94c5966f7eff2f2f59f728347ae7 |
Hashes for tapo-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 534f53791afa2c29a3926401cc17e1d08098f3591c12bb1e9e1bd299a3bacfb0 |
|
MD5 | 1ceadb83fbf0fd8b47728f4eeec6118b |
|
BLAKE2b-256 | e09bca57549dae20cdc914f79a2f08691c0e429d6debf8c7e744ac6c646bea21 |
Hashes for tapo-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 132d9ef3d0531a483ed47c1545e28f18fa679b2aa33505bb8304b81fa0666bb8 |
|
MD5 | 65e270441b4fb2784c7dfd005c191984 |
|
BLAKE2b-256 | dd4450352c6c849b9d93ede0bbddca222db98ea9e364ad8af4b9e1223f2d613d |
Hashes for tapo-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fcb04eba42c773567f57d6654102694f737e659e37f6b761bdfabcd468cfe47 |
|
MD5 | c3ab098e8d256d9926ca0efc5511a979 |
|
BLAKE2b-256 | f98c21ce6a579b1da868831d9f997397ff9eb87b3727bbc929bfe35d07f2ca7a |
Hashes for tapo-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d460c0f3085d0be655a115f1ce45755a77ab1516bd03d5199272325ff181435 |
|
MD5 | 5ff2062c3cbde746312ba4040311655a |
|
BLAKE2b-256 | 8790182ab299ada49a672462c5a861ce08c45a145388bf48418a0cd57b06a7f0 |
Hashes for tapo-0.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c2f55f69c984904a0785f008c7afc22b1d32f2e6c04c588276a2467f50552b1 |
|
MD5 | 82fd4c59f4c622e236d4a3d710199f2b |
|
BLAKE2b-256 | c6994f0f010eabaf8ad8692ebd6a2f429063e9a7666699b5097abaca4b3e257f |
Hashes for tapo-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc89e557b56c3f06e143db645b867688572ceb8961718cf7ba0c0f550301fc81 |
|
MD5 | 9a6518cebad07f7219d82b459cbbe121 |
|
BLAKE2b-256 | 408acbcbeab288e8722f7ca77b7641b292349a33c5e1681507b5afbe5ce42197 |
Hashes for tapo-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 382db646ac63ed5ae48aabc173ccd287d6ba2cdb1073aeb87519a98f9de6b2cf |
|
MD5 | 75ff19856adf37983a573454eb7e15cd |
|
BLAKE2b-256 | 22ad7ee415ae90c4745fca9dc4ffff666d8bdda3a17c14d78b29e5266873c0c9 |
Hashes for tapo-0.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e2df2302fb1198979a73952b3f814f8198ccb0b2a7bb3f24c14e73075a47e1c |
|
MD5 | 0b65876242cce89f5510d0dc81859afe |
|
BLAKE2b-256 | 7f8ac937ee4e21ea9a85067803e6a931eb70c64976521a8932c83829d57f592b |
Hashes for tapo-0.2.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | efbc59ee35ef7ab87d63c8899f0d091b0f2576b002a52b04e6718c1ea73de38a |
|
MD5 | dd9127440ca3310bcb7b7b415c7c5797 |
|
BLAKE2b-256 | a2f0ec0ef162c96ef476e2533c6157c794214310021263a60a87bbbc82b5b11a |
Hashes for tapo-0.2.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54e4ce8daa23fa524e073577c39fafa1135022b68c13e51d29921b49b8e2f4ea |
|
MD5 | 3675dc39d937295c61f0fa375e49cab5 |
|
BLAKE2b-256 | 27ff0cd98a0e2252829027791c6c0f989977a50ce61ed6870d8037c6bb8ed76a |
Hashes for tapo-0.2.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a71355885a7aff259519806f3812159cbcb5f4c0a86afba87c75577810bdcd57 |
|
MD5 | d297095210cb1ebfe38290dc734f4ec1 |
|
BLAKE2b-256 | 33dc228b970e6476e81feb29446ea8cff7077e463bfd645d8786f352e7ded5d9 |
Hashes for tapo-0.2.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9496b6c0a1f92771dbb02cc11b797d0b6a5e1f57a2621d7ed5bcbe6c9b408b29 |
|
MD5 | 7e33fad6e08f4faf822dc9104a85bdf4 |
|
BLAKE2b-256 | 7c930701ced4dfe052930f9405a65a3a74d74467e2010fe3b71619e1f7d8c485 |
Hashes for tapo-0.2.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8fedc124d162c8d75768bebf730bc87fe5cab1eaab49b71ca6ee0851028bc71 |
|
MD5 | f1005e92388aa294001425b616feef34 |
|
BLAKE2b-256 | faab840da88109b29417a410d97eb5a782e127a103cab1c180ea15350cadb3ab |
Hashes for tapo-0.2.1-cp312-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85ea7cb0ccc249a4f041cc05a0a40e55825ba2bb9692d2ae34c6bd3e60fb4f26 |
|
MD5 | d9cb3b2a57861fb376d4471eb2f63752 |
|
BLAKE2b-256 | 49b6e267c56c0797142be86985967c62fcef39c88d874301b784e0c1abfcd25a |
Hashes for tapo-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 520608fac236802bb8c5c2beaa53c16963d2a6aa3638e831971379fdc62f6aa4 |
|
MD5 | 0755fdee3fefbd405a0ab27db74284fb |
|
BLAKE2b-256 | 7752c8c60f466f6054699b1df8faa4f85da27399fd3e6f4ca86310550465238c |
Hashes for tapo-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3439b0fc3db78d8fa7142b5c285276c150027e56844015af841b2703d57ad731 |
|
MD5 | c340859b1d59d93a417a13af33b618d5 |
|
BLAKE2b-256 | d493398b8b3ada5eebf46f078f8219a41373907ef63567777ff9fcef4492d6cf |
Hashes for tapo-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24a3855f9a7f50bcaf380340f02da26ca1e90080fea13483c5a55e48d16bb9a2 |
|
MD5 | 81aca1ccc2e78bc5838191f0a20c5a15 |
|
BLAKE2b-256 | 6368612e4da9db8837ff44a7442389b204f9f019291844086be17f74e8d290da |
Hashes for tapo-0.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c88ac3e203eb23176b9cf6693c524e8e638c762af92f7d15cbf2b29eee3e6fa |
|
MD5 | d8b62980ad835e41b96fc5faad7e6151 |
|
BLAKE2b-256 | a8b8f0ece0e3cac6fb961ed35c2033e67eb7c4446ace2b39b3f98d826f89b5c8 |
Hashes for tapo-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9408876396e4ec96199551b0490fb72261a81e5d9dbb27bd1c1321319266a20 |
|
MD5 | eaf1b25867e47e3988c54024f4628bf4 |
|
BLAKE2b-256 | ddd85d4ee70ec7c9de65158ae4f8b84aa62f495845512f8b638a611551861ced |
Hashes for tapo-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2df95dfde6ad68df3601bd00c298313ef53f791fcd0115dfd6355e17cb6db528 |
|
MD5 | 69cd86134ffbc2f57a0b4c7bf14e5e24 |
|
BLAKE2b-256 | 0c706901b89f385474f6d112e5c0ca3fce1f4ae297767bed56cd79bfc006515a |
Hashes for tapo-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f80aae7512ed76fdbfe778330572b40a88490aa293dd8f42b0778d96e740073 |
|
MD5 | b41bb57082cfc30fe325d1508c7fd4e8 |
|
BLAKE2b-256 | f2543601923027f2750ba108c75b3480376f0d71bd86d11e2e04c16c96a99e1a |
Hashes for tapo-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4296580616a53c7c017b6fe9b6e296a933e99acddb0b14542acb0d22ee3c7322 |
|
MD5 | da477d46b0e9ebe9db89498c0621ce56 |
|
BLAKE2b-256 | 7bb8d2cfa7a6bd81298bcf88abdcbb7ff488d0d0fedbc60145d41d11d9f75d41 |
Hashes for tapo-0.2.1-cp311-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc1212cf9195f46e5ca5c72a561e7be3a34e7ffd52676d59968fb15c4e347f93 |
|
MD5 | 4623faad48694ae523f7a993c2ed4fd4 |
|
BLAKE2b-256 | dd94f0722e385437e78a2f1acdb6253e7f1dc5cc2349ecba18d24a32ebe805fb |
Hashes for tapo-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47ad9154b50ecd2dfc902395b5cbd924666539717dfcf0ba4400cf4cae79c20f |
|
MD5 | 707336e4579c43f05e2e9b81b462bb1e |
|
BLAKE2b-256 | 35d742ad007bde6f42285ad8ffc53187c4d7368c91b52ba7fc7eb818d92fedde |
Hashes for tapo-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f0acd893e3bd73856e31f76664e3086d0923df20aa876936e61b26d6b81b04 |
|
MD5 | 271fb8567a103edd11858dac366b550f |
|
BLAKE2b-256 | 164e587653a07f9249d9c258169bbd750c6368d135883e0808400cc7d4c2278b |
Hashes for tapo-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 730e295db199915364aa326585047f856d335cacbe6f97a7c56c17bd475dab2a |
|
MD5 | a9c77964956dc9bc0b8e8fb94c034138 |
|
BLAKE2b-256 | 9ca77e4806fc6ad5e855f63ffa5ba34ee984bd778f5148d110db5400c9b95f9f |
Hashes for tapo-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06417704e7f85dac9758d3bae34b9cfdb9c0a438d21706b9ba6945541d66565d |
|
MD5 | bb21a9f409437a5ddfc9e6d0d54960e2 |
|
BLAKE2b-256 | cdde8e2bd0316b66680017a816ba5dded1b7d4d900a665cfa7d544f0a7e18e8b |
Hashes for tapo-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9137e137937a7f758f4a6f487a255b80ee823fdc9fd596221957bcd653718c34 |
|
MD5 | b53d51e686ed50526ea34af9d5bccc47 |
|
BLAKE2b-256 | 951981e4c87ac84776beaae4113c75d830fb3568fd74dabafb00bc628c241aa4 |
Hashes for tapo-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03a8eb14fe183c89422c45381cfbebe7394d7c7ef6655fb65751f7feea18a4e4 |
|
MD5 | e2656d16ebf4091c5b4ea3ba9d9bd914 |
|
BLAKE2b-256 | a02d8c12fc36402efd2da70c01d3c23dc320d658cfcf88c01867eaa98b51fc56 |
Hashes for tapo-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b34115a35c85287a58eca5c27dc64221cf36408fa0670e02e22e904ae7f35ea |
|
MD5 | 600767beb128bf7782c7ceb5319869af |
|
BLAKE2b-256 | f8b108cd82455ff0a2195a0cd4895c96675b72ee36c3280a44ccdceb70df99af |
Hashes for tapo-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3687c6a01e5ba45e0361738d64b4ee610a7ee9bd2ce58c67718a06c54f7df9a2 |
|
MD5 | fe569d00561b7cbcacbd6cc6bbfee9b3 |
|
BLAKE2b-256 | 8433776c08f5050c6d1b6af7019c02ec590a972a9a32bcdd4defcfd4c3d93bb1 |
Hashes for tapo-0.2.1-cp310-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ee88dcf7ccde168f0676e9bd6f6cf5e674d51d31f177e453af213dcf2275269 |
|
MD5 | 40a90cffe3e11e90d352a0a28c320cab |
|
BLAKE2b-256 | af832532060231cda81bf4da2e540ecb82e783afb6987e741ab59a6ef324e7e4 |
Hashes for tapo-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 624a8d207427f81755b356a44950e7e20b68128e0df19f0fb036eef560dbecdf |
|
MD5 | 6d8bf0f5be282111530c5dd9344089cb |
|
BLAKE2b-256 | 8678eab3295c6c9e7a801d25ede7c18fada6189f31e2ce09e43485df63da23fd |
Hashes for tapo-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a55d332a8a4634ebe80ee9336cffd619277d7372a011eccab9159303214d404 |
|
MD5 | 7608e5cec0f79c1274875ee971aa8a71 |
|
BLAKE2b-256 | 3519d21d9cc96a9289933a2c7c97a54eebac76df61ada122bc1863ab759498d0 |
Hashes for tapo-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 513fff211c4b3960729f5e3c18a70deaafbd43b47b0f2fe2b2a3447898c46ad3 |
|
MD5 | 85bbc171408dfeb016ebbaf2981e05da |
|
BLAKE2b-256 | 529344004c2f0ef77fd781138585b5d0d84a8f988294e3f633c49c779aaf8cd9 |
Hashes for tapo-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d39ce3564879080f8f443dd54a5d86e6bc3841b47ec5515c167af4ba68046150 |
|
MD5 | 742642418ed38b921f7f0bd92b2fff37 |
|
BLAKE2b-256 | 7f3e6494a18a268f8e9a38b50cf732a246cd635665709627e5e9ab39aec2b5d1 |
Hashes for tapo-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0250a533bb3a5631765db492352fd80de8547fba780784efde66bc781fbc83c6 |
|
MD5 | aa031bfa767512b2c1728d20040eaa46 |
|
BLAKE2b-256 | 23ac22be9093b2579d3f32a7cb4d0d1e46ca25cc00f5d74dc15f072d7c99b705 |
Hashes for tapo-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14bd064e4ab9c5e9d96e829954ee3553d2f407863c5ef8b79a2be741d4a91b43 |
|
MD5 | 8f0ad713c8993eaf8baa6472d3ee03cb |
|
BLAKE2b-256 | a313bd2acba1001d2c65c135a65e3853a215666b33b743008f9685de7679d058 |
Hashes for tapo-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26b178107c4f6329fe3f74aab95b3e3fa3ca0935ee4a4ea94b436a1e61e7ec2c |
|
MD5 | e75c30a5648abba659c203c8ed4cf223 |
|
BLAKE2b-256 | b65eaf823c3b098a92e8f41bb767999fad546bc20893437b9e4609e594caba73 |
Hashes for tapo-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7013110f19fd5338f33f97d666028ab45a620c4c157e83c6d24ad2a4639cc6bf |
|
MD5 | 3cc4be171ebfc543484aaa47ae6e0f9a |
|
BLAKE2b-256 | d9d5918154f745ef6271816634b611191d053b98b2a42e822f04312313229e5b |
Hashes for tapo-0.2.1-cp39-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2eaa0dde629e738c4b0ce00f4aa8571d6f985b6e711d9bbecc23ca7d82669348 |
|
MD5 | 072181f0f4cfc5007aabd80778580e23 |
|
BLAKE2b-256 | b388efec2a09c454da0fb79c4439eb1601de8bbb0f4744048dcd52d47773f312 |
Hashes for tapo-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b008ed35b2af90048f1528d2b167277241047fb0a2452b8253457ea6df253092 |
|
MD5 | eadbc39f9548f3ce9cd64be784e343c9 |
|
BLAKE2b-256 | bdaff6bfb0eb0215c6e0456f9b4c850a4136d9162abdb574779dfda8e8600e78 |
Hashes for tapo-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 517904df5fb0c90ad339c8fefbb10219ea61feb26d99a8957e1895eaf6848924 |
|
MD5 | cb91e79baea0fd8958a0c05d03b82acf |
|
BLAKE2b-256 | d1b75359211cdfd6d719cc7b428ddbf9619a802d340ea5d3cfea1620aa446c15 |
Hashes for tapo-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 269f75baeae7282f1fe3b12ec7754916a9c7825266c41f6997ab9e4dee7478e7 |
|
MD5 | 7715afad9ebd553ac3e5ca8d3e8d32ae |
|
BLAKE2b-256 | e34eb0f25c5479de7fcdcf0e3d3084656b64ecd5624c78cc3627b5de31a755ec |
Hashes for tapo-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e40adc518837231ecdb3edafaba0686c2cc6f646d8525c2d73ed327b505feeca |
|
MD5 | af6ad066e25a9f9e456c921b175fb6cb |
|
BLAKE2b-256 | 0181547bf7dce1ac822bcbd02a4aed77c944e7f05c5b5d42fcb8a7b7e21509bd |
Hashes for tapo-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecf5261c6ded8b08166a24bfeca400c996bbd473fdf66a314b754df00868cb2f |
|
MD5 | de1579d29add384daad5ec08c57c005a |
|
BLAKE2b-256 | 05ec6882078a87d9d8ef3bb6110dffa27f1ef03343f4e5c190a5decf5ef08cbc |
Hashes for tapo-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c36fdc380362ec15e6f47e843c408406d0449c53534a2d944055488622dc1671 |
|
MD5 | d4f8434a5897c14c30b591fa47499786 |
|
BLAKE2b-256 | 682d54de13cc9463a801fc68f072ca2d61a35f67093bea842e6ebd40fbe21aec |
Hashes for tapo-0.2.1-cp38-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84311a3ea222f41536cfa230c1e7df92bb4954bc37b9a4df5197eb8efc916061 |
|
MD5 | 81fe5adcc67c8b017398af59e7a7ba44 |
|
BLAKE2b-256 | ab51e92dea43f2982b7845a4c5690ea69a281c4bda81a4f88ea4ca2992dff900 |
Hashes for tapo-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44ca75a9a0ff4836e9d619178b6eb8913f7dbbf6be9dadbbb51bdab2209ba0a4 |
|
MD5 | 3180d898d671ecd88d962538d685c7ae |
|
BLAKE2b-256 | 9219882d4b617471282a3b696eb32102df368d0743f0408bb2fe9dd6fcd9185c |
Hashes for tapo-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6a9b87efea6b18a6d854059ef89af2df5a933cb6434d628e6742ce266cc7a4 |
|
MD5 | 63b73235acce06850271ce2dae9e6486 |
|
BLAKE2b-256 | 0b2b589416874f7985ce9901b582c59d7ec7973f96086f023819bb1c7bca04d8 |
Hashes for tapo-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680421f33d67b5967d48d6f99336f6fd67c8e9a7822bd799776f7b416ea53ed9 |
|
MD5 | 9bdd9355b70a2d4221182516729cd8c9 |
|
BLAKE2b-256 | 5713852e1d89c37df504d6d8c076a102bf150d56dc137ec0bb11cca6df99e412 |
Hashes for tapo-0.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cecf53d650c868a56d0fa55842ea8b3d44ecac02a8267a749ed886892417a8b |
|
MD5 | 447cce1897a3ac3fc4fd54f3662935f5 |
|
BLAKE2b-256 | 237a0e609490b5c9263c90354faca21eeb1730ab3149e5831a74f0cf9001786f |
Hashes for tapo-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fa897cbbb55d2d9f64439c546785a0a814a34e99b34e8333f1ec9cf2c8f4b18 |
|
MD5 | b2e50d81487c9eafb88a5719002d9d95 |
|
BLAKE2b-256 | 39cc0cdb8f425e9e6b635aa7b7632be8a7a860dc6bf4e70da4dd519d3a1dc057 |
Hashes for tapo-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff6a0f1543208cb882ebcec503da89921ee32663df92d4add70d1437a13e9b76 |
|
MD5 | a22ee580c73f4b61d6d0b7a9b5d58f0e |
|
BLAKE2b-256 | e469443322c62489ddcb8c763a1bf757fd94bd8fe49ad8dfbda5cb42ed17213f |