代码拉取完成,页面将自动刷新
同步操作将从 bopo/mootdx 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[tool.poetry]
name = "mootdx"
version = "0.9.11"
description = "通达信数据读取接口."
readme = "README.rst"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
license = "MIT license"
homepage = "https://www.mootdx.com"
repository = "https://github.com/mootdx/mootdx"
[tool.poetry.scripts]
mootdx = "mootdx.__main__:entry"
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.1.3"
httpx = "^0.23.1"
pandas = "^1.5.2"
prettytable = "^3.5.0"
tenacity = "^8.1.0"
tqdm = "^4.64.1"
PyYAML = "^6.0"
tdxpy = "^0.1.10"
py-mini-racer = "^0.6.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
bumpversion = "^0.6.0"
twine = "^4.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "0.9.11"
tag_format = "v$version"
version_files = [
"mootdx/__init__.py:__version__",
"setup.cfg:current_version = ",
"pyproject.toml:version",
"Makefile:VERSION := ",
]
update_changelog_on_bump = true
annotated_tag = true
changelog_file = "HISTORY.md"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。