1 Star 0 Fork 6

Ben Luo/restfx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
小李 提交于 2021-01-07 10:41 . 将 license 添加到包中
[metadata]
name=restfx
# Version needs regex in setup.py.
url = https://gitee.com/hyjiacan/restfx
project_urls =
Documention = https://gitee.com/hyjiacan/restfx/wikis
Code = https://gitee.com/hyjiacan/restfx
Issue tracker = https://gitee.com/hyjiacan/restfx/issues
license_files =
LICENSE
LICENSE.WERKZEUG.rst
author = hyjiacan
author_email = [email protected]
maintainer = hyjiacan
maintainer_email = [email protected]
description = Auto RESTful framework for Python3.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
Development Status :: 4 - Beta
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Topic :: Software Development :: Libraries :: Application Frameworks
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires= >=3.5
# Dependencies are in setup.py for GitHub's dependency graph.
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
restfx = restfx.commands:execute
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/benluo/restfx.git
[email protected]:benluo/restfx.git
benluo
restfx
restfx
master

搜索帮助