The Python SDK to the JX3API
Project description
jx3api-py
The Python SDK to the JX3API.
Installation
From pypi
pip install --no-cache -U jx3api
From github
pip install --no-cache -U git+https://github.com/JX3API/jx3api-py.git
Quick Start
Sync
from jx3api import JX3API
api = JX3API(token=..., ticket=...)
api.active_calendar(server="梦江南")
Async
from jx3api import AsyncJX3API
async_api = AsyncJX3API(token=..., ticket=...)
await async_api.active_calendar(server="梦江南")
# Websocket
async for msg in async_api.socket():
...
FYI
The codes in this repository are all automatically generated by large language model.
:)
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
jx3api-2024.12.18.tar.gz
(21.6 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 jx3api-2024.12.18.tar.gz.
File metadata
- Download URL: jx3api-2024.12.18.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17c6304296ac08a6c7ad56241f755094d700a70f87cc5259b10cb826df52070d
|
|
| MD5 |
b69c8cd3c3f5e1aaeea8793a4339d845
|
|
| BLAKE2b-256 |
6d4a57032cfd4b5e8992c78aab9fc66511f12189892b8f544aa983f6644ef3bc
|
File details
Details for the file jx3api-2024.12.18-py3-none-any.whl.
File metadata
- Download URL: jx3api-2024.12.18-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35e462b8507c194932f5403160e59b35e1d37b95a184a0c091b24b57d4012489
|
|
| MD5 |
45ed0a1a0a2c77c9e93b8de316cf34e0
|
|
| BLAKE2b-256 |
bd0053ce74e6bea3f8a089ae3d9a633cb254dc696b6de8326e9bac9778a270a6
|