File: control

package info (click to toggle)
graphql-relay 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 236 kB
  • sloc: python: 2,740; sh: 14; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,333 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
Source: graphql-relay
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
Build-Depends-Indep:
 dh-python,
 python3-graphql-core (<< 3~),
 python3-pytest,
 python3-pytest-asyncio,
 python3-pytest-tornado,
 python3-pytest-twisted,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/graphql-relay
Vcs-Git: https://salsa.debian.org/python-team/packages/graphql-relay.git
Homepage: https://github.com/graphql-python/graphql-relay-py

Package: python3-graphql-relay
Architecture: all
Depends:
 python3-graphql-core (<< 3~),
 ${misc:Depends},
 ${python3:Depends},
Description: Relay Library for GraphQL Python (Python3 version)
 This package contains the Relay (https://relay.dev/) library for GraphQL-core.
 .
 It allows the easy creation of Relay-compliant servers using GraphQL-core.
 GraphQL-Relay-Py is a Python port of graphql-relay-js
 (https://github.com/graphql/graphql-relay-js), while GraphQL-Core is a
 Python port of GraphQL.js (https://github.com/graphql/graphql-js), the
 reference implementation of GraphQL for JavaScript.
 .
 This package contains the Python 3 version of the library.