Utilities for interacting with Planète Casio
Project description
This project is a Python module for interacting with Planète Casio programmatically.
For example, you can use this module to post a message on the shoutbox:
import asyncio
from planetcasio.client import Client
async def main():
async with Client(auth=("my_username", "my_password")) as client:
channel = await client.shout.get_channel("hs")
await channel.post("Hello, world!")
asyncio.run(main())
The project is present at the following locations:
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
planetcasio-0.5.tar.gz
(30.1 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
planetcasio-0.5-py3-none-any.whl
(42.2 kB
view details)
File details
Details for the file planetcasio-0.5.tar.gz.
File metadata
- Download URL: planetcasio-0.5.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.11.0 Linux/6.12.48-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
364d87673d1945e44df424732f4d4f09ff842f84f3a180e3bf6a2f3b258b4273
|
|
| MD5 |
666bfa587e2921a6a143670c900aba53
|
|
| BLAKE2b-256 |
d90da8108e0da7f8ce3e3eaf59123aaa550bfe9329fc453a66cd7d83b570130b
|
File details
Details for the file planetcasio-0.5-py3-none-any.whl.
File metadata
- Download URL: planetcasio-0.5-py3-none-any.whl
- Upload date:
- Size: 42.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.11.0 Linux/6.12.48-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0d84a81b5b2c724c74dae23278b337611062b51cb58cbbfdba6e553ac458462
|
|
| MD5 |
f758957c5a84f35b61e45a9a2395a370
|
|
| BLAKE2b-256 |
c0db27c17a3761feaa7a33fc5383c770b3d16312b713bca68eb698324f49d1af
|