Cross-platform gRPC client for remotely hosted xtquant domains.
Project description
xtquant-rpc-client
Cross-platform Python client for remotely hosted xtquant domains.
Supported client platforms:
- macOS
- Linux
- Windows
Current scope:
- gRPC transport over protobuf
- token-based authentication
xtdatasynchronous read interface wrappers- IDE-friendly
client.xtdata.*type hints viaXtdataProxy
Typical usage:
from xtquant_rpc_client import configure_default_client, xtdata
configure_default_client(host="127.0.0.1", port=50051, token="your-token")
dates = xtdata.get_trading_dates("SH", count=5)
The client package is pure Python and does not depend on the Windows-only xtquant wheel.
Only the server package requires Windows.
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
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 xtquant_rpc_client-0.1.4.tar.gz.
File metadata
- Download URL: xtquant_rpc_client-0.1.4.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa64530b9acbdb6ede5b938863bbc205a17226e43e18160926a05cb470b6387d
|
|
| MD5 |
9d597ec64ce65b8813d2527ee0520339
|
|
| BLAKE2b-256 |
0d832e5d5180beb814d6b7fc37e3c13abaf7d1f64354df78d41570b7d08058b1
|
File details
Details for the file xtquant_rpc_client-0.1.4-py3-none-any.whl.
File metadata
- Download URL: xtquant_rpc_client-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a505c7ca38bbd688e104b792da89f74dcc1991944a39b70a268f7a48b2b262d7
|
|
| MD5 |
309f6dfd5b4b2f1e5a783f3271c5002e
|
|
| BLAKE2b-256 |
e99d746f57acde3ca8fc64ac3f893ee23ebf747bc22c30020419203c3dc4e14d
|