1 Star 0 Fork 185

kernelgjs/mootdx

forked from bopo/mootdx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
[tool.poetry]
name = "mootdx"
version = "0.9.11"
description = "通达信数据读取接口."
authors = ["bopo <[email protected]>"]
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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/kernelgjs/mootdx.git
[email protected]:kernelgjs/mootdx.git
kernelgjs
mootdx
mootdx
master

搜索帮助