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.2.tar.gz
(3.2 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.2.tar.gz.
File metadata
- Download URL: pysilentwave-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac76255f657c987b221a8707445be19b2dd11e34039bd9358d96c8413bf2ab7f
|
|
| MD5 |
3ade045bfa6c54fef8215b361189e0e7
|
|
| BLAKE2b-256 |
e1ecb0e6099d47baa75fd3738b54362d3516c8e7b3279dc104ffab28c028fa45
|
File details
Details for the file pysilentwave-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pysilentwave-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
8cf2ef4177da37299e8e1d47636b282c82afdd3b3ecf32013dd3d636a76ea154
|
|
| MD5 |
0b7d858cf439f57ab48a051272b16c44
|
|
| BLAKE2b-256 |
6376c48f1462c713629767f5099fbf50cab85a722c4f2174d8536765a9218721
|