File: control

package info (click to toggle)
python-gql 3.6.0~b4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,824 kB
  • sloc: python: 20,567; makefile: 52
file content (59 lines) | stat: -rw-r--r-- 2,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: python-gql
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiofiles <!nocheck>,
 python3-aiohttp <!nocheck>,
 python3-anyio <!nocheck>,
 python3-backoff <!nocheck>,
 python3-botocore <!nocheck>,
 python3-graphql-core <!nocheck>,
 python3-httpx <!nocheck>,
 python3-mock <!nocheck>,
 python3-parse <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-requests-toolbelt <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-argparse <!nodoc>,
 python3-sphinx-rtd-theme <!nocheck>,
 python3-vcr <!nocheck>,
 python3-websockets <!nocheck>,
 python3-yarl <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/graphql-python/gql
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-gql
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-gql.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-gql
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: GraphQL client for Python
 This library provides a versatile GraphQL client that allows for the execution
 of GraphQL queries, mutations, and subscriptions. It supports multiple
 transport protocols including HTTP, websockets, and AWS AppSync. The client
 offers both synchronous and asynchronous usage, enabling concurrent requests.
 Queries can be validated locally, with the option to use a provided GraphQL
 schema or fetch one from the backend through introspection. Additional
 features include file uploads, custom scalars and enums, as well as a CLI tool
 to execute GraphQL queries or download schemas. The DSL module allows dynamic
 composition of GraphQL queries, making it highly adaptable to various use
 cases.