1 Star 0 Fork 15

henry-fock/Vank

forked from vanker/Vank 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vank 提交于 2023-07-31 17:03 . bugfix
[build-system]
requires = ['setuptools>=61.0']
build-backend = 'setuptools.build_meta'
[project]
name = "vank"
version = "1.0.3"
authors = [
{ name = "WanKe", email = "[email protected]" },
]
description = "A Python Web Framework"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"itsdangerous==2.1.2"
]
[project.urls]
"Homepage" = "https://github.com/Vank-WebFramework/Vank"
"Documents" = "http://docs.bestvank.cn/"
[project.entry-points.console_scripts]
vank = "vank.__main__:entry_point"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/henry-fock/vank.git
[email protected]:henry-fock/vank.git
henry-fock
vank
Vank
main

搜索帮助