1 Star 1 Fork 0

ysun/gqlgen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
YuSUN 提交于 2022-07-23 17:54 . feat: full screen for client interactive
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "gqlcli"
authors = [
{name = "syfun", email = "sunyu418@gmail.com"},
]
readme = "README.md"
dynamic = ["version", "description"]
requires-python = ">=3.8"
dependencies = [
"pyclip ~=0.6.0",
"prompt_toolkit ~=3.0.22",
"requests ~=2.25.1",
"graphql-core >=3",
"click ~=8.0",
]
[project.urls]
Documentation = "https://github.com/syfun/gqlcli"
Source = "https://github.com/syfun/gqlcli"
[project.optional-dependencies]
dev = [
"black ==22.3.0",
"flake8 ==4.0.1",
"isort ==5.10.1",
"pre-commit ==2.19.0",
]
[project.scripts]
gqlcli = 'gqlcli.main:main'
[tool.isort]
skip_gitignore = true
profile = "black"
line_length = 120
multi_line_output = 3
[tool.black]
line-length = 120
skip-string-normalization = false
exclude = '''
(
/(
\.git
| \.venv
| \.mypy_cache
| __pycache__
)
)
'''
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acidrain/gqlgen.git
git@gitee.com:acidrain/gqlgen.git
acidrain
gqlgen
gqlgen
master

搜索帮助