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
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
planetcasio-0.1.tar.gz
(16.3 kB
view details)
Built Distribution
planetcasio-0.1-py3-none-any.whl
(21.4 kB
view details)
File details
Details for the file planetcasio-0.1.tar.gz
.
File metadata
- Download URL: planetcasio-0.1.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.20 Linux/5.15.154+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0e4e98026a9a1da549df4899c36cae0ffdff031f50b413b89d92f36be039522 |
|
MD5 | d495ff09725a188d903d5a0fb2de9f09 |
|
BLAKE2b-256 | f01a68fd8ff323a7eed09aac28cfd2904254f82d3c3aeac0aa94a8459342c61d |
File details
Details for the file planetcasio-0.1-py3-none-any.whl
.
File metadata
- Download URL: planetcasio-0.1-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.20 Linux/5.15.154+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 943a7bb40bd5e7f5533e2532e9d583c4df6fc0f574e6a6f6434543631b4a06af |
|
MD5 | 8f26bd3eaed31a1b0d47eba8a6de9f7c |
|
BLAKE2b-256 | f5b671087e56122b34bbf5273146feb83966d7bf55dabd43833eb1a8fb5ed873 |