pytdxfeed 1.0.0
pytdxfeed 1.0.0 is the first public release of the strict Python client and macOS lifecycle manager for the bundled local tdx-api service.
Highlights:
- Manages one pinned tdx-api service through the per-user macOS LaunchAgent while preserving the fixed 127.0.0.1 host contract.
- Supports explicit local ports, strict service ownership, arm64 and x86_64 bundled artifacts, and shared use by multiple consumers.
- Waits for a correctly deployed managed service to recover after transient health failures without reinstalling or restarting it.
- Bypasses environment HTTP proxies for loopback requests, preventing 127.0.0.1 health and market-data calls from being redirected to a proxy.
- Provides strict stock K-line, index K-line, batch quote, recent trade, and service health APIs with observable failures and no data-source fallback.
Release artifacts:
- pytdxfeed-1.0.0-py3-none-any.whl
- pytdxfeed-1.0.0.tar.gz
Full documentation is available in README.md and README_zh.md.