证券交易助手 Stock Trader Helper
本仓库目前处于开发内测阶段, 敬请期待
TODOLIST
- 免责条款
- 合作协议
- 交易接口
UI库可行性
开发指南
安装软件 pip install traderhelper
helloworld
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__time__ = '2020/10/26 0:45'
from stocktrader import StockTrader
if __name__ == '__main__':
trader = StockTrader()
'''
trader.login()
trader.insert_order()
trader...
'''
运行以上程序, python helloworld.py
Release files for traderhelper 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| traderhelper-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / traderhelper-0.0.1-py3-none-any.whl
| Download URL | traderhelper-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bf8bdfcd5ee4a071460ac6c77c2f7cb2dac9c4a14009e8454dc9e3059dc78db7
|
|
BLAKE2b-256 checksum How to use checksums |
4ba3a681d15ddcf12f88c13cc5c1f54890909f0b408af52dfa601ec69ce2bfe2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.3
|