1 Star 1 Fork 0

kin9-0rz / pyftype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
kin9-0rz 提交于 2022-02-23 17:06 . chore: 🤖 update version
[tool.poetry]
name = "pyftype"
version = "1.2.4"
description = "类型检测"
authors = ["kin9-0rz <kin9-0rz@outlook.com>"]
license = "MIT"
readme = "README.rst"
repository = "https://gitee.com/kin9-0rz/pyftype"
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Development Status :: 5 - Production/Stable",
"Natural Language :: Chinese (Simplified)"
]
[tool.poetry.dependencies]
python = ">=3.7"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
flake8 = "^4.0.1"
black = "^21.9b0"
pytest-benchmark = "^3.4.1"
tox = "^3.24.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
pyftype = "pyftype.cli:main"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/kin9-0rz/pyftype.git
git@gitee.com:kin9-0rz/pyftype.git
kin9-0rz
pyftype
pyftype
master

搜索帮助