LICENSE
README.md
pyproject.toml
captcha_model/data_generate.py
captcha_model/data_generate2.py
captcha_model/data_generate3.py
captcha_model/data_generate4.py
captcha_model/eval.py
captcha_model/eval_ddddocr.py
captcha_model/export_onnx.py
captcha_model/infer_onnx.py
captcha_model/train.py
captcha_model/models/__init__.py
captcha_model/models/crnn.py
captcha_model/models/loss.py
easyths/__init__.py
easyths/main.py
easyths/trade_client.py
easyths.egg-info/PKG-INFO
easyths.egg-info/SOURCES.txt
easyths.egg-info/dependency_links.txt
easyths.egg-info/entry_points.txt
easyths.egg-info/requires.txt
easyths.egg-info/top_level.txt
easyths/api/app.py
easyths/api/dependencies/__init__.py
easyths/api/dependencies/common.py
easyths/api/middleware/__init__.py
easyths/api/middleware/api_key_auth.py
easyths/api/middleware/ip_whitelist.py
easyths/api/middleware/logging.py
easyths/api/middleware/rate_limit.py
easyths/api/routes/__init__.py
easyths/api/routes/mcp_server.py
easyths/api/routes/operations.py
easyths/api/routes/queue.py
easyths/api/routes/system.py
easyths/assets/config_example.toml
easyths/assets/onnx_model/captcha_ocr.onnx
easyths/assets/onnx_model/captcha_ocr.onnx.data
easyths/core/__init__.py
easyths/core/base_operation.py
easyths/core/operation_queue.py
easyths/core/tonghuashun_automator.py
easyths/models/__init__.py
easyths/models/operations.py
easyths/operations/buy.py
easyths/operations/condition_buy.py
easyths/operations/condition_order_cancel.py
easyths/operations/condition_order_query.py
easyths/operations/funds_query.py
easyths/operations/historical_commission_query.py
easyths/operations/holding_query.py
easyths/operations/market_buy.py
easyths/operations/market_sell.py
easyths/operations/order_cancel.py
easyths/operations/order_query.py
easyths/operations/reverse_repo_buy.py
easyths/operations/reverse_repo_query.py
easyths/operations/sell.py
easyths/operations/stop_loss_profit.py
easyths/utils/__init__.py
easyths/utils/captcha_ocr.py
easyths/utils/config.py
easyths/utils/logger.py
easyths/utils/screen_capture.py
easyths/utils/table_text_handel.py