API client for TheSilentWave devices
Project description
PySilentWave
API client for TheSilentWave devices.
Installation
pip install pysilentwave
Usage
import asyncio
from pysilentwave import SilentWaveClient
async def main():
client = SilentWaveClient("192.168.1.100")
status = await client.get_status()
print(f"Device status: {status}")
asyncio.run(main())
Requirements
- Python 3.9 or higher
- aiohttp 3.8.0 or higher
License
MIT
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
pysilentwave-0.1.3.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysilentwave-0.1.3.tar.gz.
File metadata
- Download URL: pysilentwave-0.1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8642dabb36c4ccbca2118e7e29a1e212378e00e0ecc83f4252410d865af99d38
|
|
| MD5 |
a20d8a17b27897dc07886619c25202a0
|
|
| BLAKE2b-256 |
3ef532d693c4ed75965e2464ebdada9b8c6ee48bc7e55608b2b65f2dbd00f61f
|
File details
Details for the file pysilentwave-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pysilentwave-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31cd80388071b46663c835566fbd30e6c2cde13e78302ac9ca713e1e7d5722e5
|
|
| MD5 |
870dac864f9eac6f20cd219d1ac93578
|
|
| BLAKE2b-256 |
00ce11b302113ec7942caf038aa7c03f1c4be202d4f9cc0ddfa2aaf9366c1532
|