mootdx-china-stock-data
Provides a wrapper around `mootdx` to fetch China A-share market data (K-line bars, realtime quotes, tick transactions). Includes a setup script that runs `subprocess.check_call([sys.executable, "-m", "pip", "install", "mootdx"])` and demo code that calls `client.bars(...)`, which performs network activity.