Metadata-Version: 2.4
Name: xtquant-rpc-server
Version: 0.1.0
Summary: Windows gRPC host for xtquant domains.
Requires-Python: <3.14,>=3.11
Requires-Dist: grpcio>=1.78.0
Requires-Dist: numpy>=2.4.3
Requires-Dist: pandas>=3.0.1
Requires-Dist: protobuf>=6.33.6
Requires-Dist: pyarrow>=23.0.1
Requires-Dist: xtquant>=250516.1.1
Description-Content-Type: text/markdown

# xtquant-rpc-server

Windows gRPC host for `xtquant` capability domains.

Current scope:

- token-protected gRPC server
- `xtdata` domain registration
- explicit whitelist for synchronous read-oriented interfaces

Typical usage:

```bash
xtquant-rpc-server --host 0.0.0.0 --port 50051 --token your-token
```
