Cycls SDK
Project description
cycls-py
sync
from cycls import Cycls, Text, Message
push = Cycls()
@push("hello")
def app(m: Message):
return Text(m.content)
async
from cycls import Cycls, Text, Message
push = Cycls()
@push("hello")
async def app(m: Message):
return Text(m.content)
debug
push = Cycls(debug=True)
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
cycls-0.0.2.8.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file cycls-0.0.2.8.tar.gz
.
File metadata
- Download URL: cycls-0.0.2.8.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.13 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 936a738884e46fc794dcc08799cd3fdad8fde7e09fd84e59c63aec7c17d30f85 |
|
MD5 | aabaf91c8530847fb1bf905b5039eeca |
|
BLAKE2b-256 | 8a3474c9247dcd12acdba3eb45611af66878c272c005147f6d204eec270af0ad |
File details
Details for the file cycls-0.0.2.8-py3-none-any.whl
.
File metadata
- Download URL: cycls-0.0.2.8-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.13 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 267ddea14f25f5a2f4457c4e30ba73c10aca680c739ea78bb085566252fab5db |
|
MD5 | 938bd434a68889d4e8c35b9df60dc8ea |
|
BLAKE2b-256 | 3568931ee16de008a208e0716165afeb7eb8b82e1e9601b5c63142a6d4ecf325 |