Python client for private Wyze API
Project description
Wyzeapy
A python library for the (unofficial) Wyze Labs web APIs.
Used By
This project is used by the ha-wyzeapi project. Let me know if you are utilizing it so that I can feature your project here!
Usage/Examples
Getting logged in:
import asyncio
from wyzeapy import Wyzeapy
async def async_main():
client = await Wyzeapy.create()
await client.login("EMAIL", "PASSWORD")
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(async_main())
License
Appendix
Full doc reference - Please note that I am still working on doc strings so please be patient
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
wyzeapy-0.2.10.tar.gz
(27.5 kB
view details)
Built Distribution
wyzeapy-0.2.10-py3-none-any.whl
(35.7 kB
view details)
File details
Details for the file wyzeapy-0.2.10.tar.gz
.
File metadata
- Download URL: wyzeapy-0.2.10.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b06dfca6bd59551a0e75200186c15ff206349c372403733babbd6ca2fe6a84e |
|
MD5 | 8a6607b5f832ab70a10edb4a6ae2a923 |
|
BLAKE2b-256 | b57779e16d8892e92bc197bd9faae6b6e5820a426d722374ad58d7f02c73b706 |
File details
Details for the file wyzeapy-0.2.10-py3-none-any.whl
.
File metadata
- Download URL: wyzeapy-0.2.10-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0c94d4f4733cd75837c2be79ac57a2fa902b666592cce700e93d3e2790ccc58 |
|
MD5 | b1c513e0a3c3cb4db7194cf821dd307c |
|
BLAKE2b-256 | 22efa2df483f272be4c1825e083b645b0589c06e475169928a789fb4f1a2d327 |