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-2026.5.22.tar.gz
(22.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
File details
Details for the file jx3api-2026.5.22.tar.gz.
File metadata
- Download URL: jx3api-2026.5.22.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30295587e0ddef342b789fee66aefb97259e87f56fbf13f13b87133bf72ac5d0
|
|
| MD5 |
ae361fabe9c59f000ddc48d9f383b302
|
|
| BLAKE2b-256 |
6086bbc96168c5d0cd2a111cc7885bf820f1e15859fa66f706721d8f9d00e728
|
File details
Details for the file jx3api-2026.5.22-py3-none-any.whl.
File metadata
- Download URL: jx3api-2026.5.22-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b64b2caeec2e0925f3d0afab4aca9d72c6b7e1740cd55e9943e6ba46702a6815
|
|
| MD5 |
a24b4a74e1570e4c3207bf6b4e1e8bcb
|
|
| BLAKE2b-256 |
6d4bd6248f154582529fc0e1655ce2c08a475ac6d8d6fb17336404850598eae2
|