quiz:适用于Python的GraphQL客户端

时间:2024-04-25 09:37:28
【文件属性】:

文件名称:quiz:适用于Python的GraphQL客户端

文件大小:122KB

文件格式:ZIP

更新时间:2024-04-25 09:37:28

graphql-client graphql async http-client api-client

测验 适用于Python的GraphQL客户端。 特征: 同步/异步兼容的可插拔HTTP客户端。 自动生成键入和记录的python API 类似于ORM的语法来编写GraphQL。 请注意,该项目处于早期Alpha阶段。 某些功能尚未实现(请参见下面的路线图),边缘可能有些粗糙。 如果您遇到问题或有功能要求,请随时在打开。 快速开始 对GitHub新的V4 API的一个快速的'n肮脏的请求: >> > import quiz >> > query = ''' ... { ... repository(owner: "octocat", name: "Hello-World") { ... createdAt ... description ... } ... } ... ''' >> > quiz . execute (


【文件预览】:
quiz-master
----setup.py(1KB)
----.gitignore(1KB)
----Makefile(481B)
----.readthedocs.yml(130B)
----pyproject.toml(332B)
----.travis.yml(339B)
----MANIFEST.in(28B)
----LICENSE(11KB)
----HISTORY.rst(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(255B)
----quiz()
--------compat.py(1KB)
--------__init__.py(387B)
--------types.py(11KB)
--------__about__.py(276B)
--------execution.py(6KB)
--------utils.py(5KB)
--------build.py(10KB)
--------schema.py(16KB)
----README.rst(11KB)
----tests()
--------conftest.py(806B)
--------__init__.py(0B)
--------example.py(2KB)
--------test_utils.py(3KB)
--------test_types.py(15KB)
--------test_schema.py(12KB)
--------helpers.py(856B)
--------test_execution.py(7KB)
--------test_build.py(8KB)
--------example_schema.json(659KB)
----pytest.ini(97B)
----.coveragerc(142B)
----requirements()
--------dev.txt(95B)
--------test.txt(70B)
--------docs.txt(14B)
----docs()
--------Makefile(601B)
--------api.rst(830B)
--------examples.rst(379B)
--------index.rst(471B)
--------conf.py(4KB)
--------_static()
--------guide.rst(5KB)
--------advanced.rst(10KB)
----tox.ini(577B)

网友评论