File: control

package info (click to toggle)
strawberry-graphql-django 0.67.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,988 kB
  • sloc: python: 27,682; sh: 20; makefile: 20
file content (57 lines) | stat: -rw-r--r-- 2,122 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
Source: strawberry-graphql-django
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),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django-channels <!nocheck>,
 python3-django-choices-field <!nocheck>,
 python3-django-debug-toolbar (>= 6.0.0) <!nocheck>,
 python3-django-guardian <!nocheck>,
 python3-django-model-utils <!nocheck>,
 python3-django-polymorphic <!nocheck>,
 python3-django-tree-queries <!nocheck>,
 python3-factory-boy <!nocheck>,
 python3-poetry-core,
 python3-psycopg2 <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-django <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-snapshot <!nocheck>,
 python3-setuptools,
 strawberry-graphql (>= 0.283.2) <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/strawberry-graphql/strawberry-django
Vcs-Browser: https://salsa.debian.org/python-team/packages/strawberry-graphql-django
Vcs-Git: https://salsa.debian.org/python-team/packages/strawberry-graphql-django.git
Testsuite: autopkgtest-pkg-python

Package: strawberry-graphql-django
Architecture: all
Depends:
 python3-django-debug-toolbar (>= 6.0.0),
 strawberry-graphql (>= 0.283.2),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-django-choices-field,
 python3-django-debug-toolbar,
Description: Strawberry GraphQL Django extension
 Strawberry is a developer friendly Python based GraphQL library for creating
 GraphQL APIs, designed for modern development inspired by dataclasses. One of
 its goals is to provide a great developer experience for both GraphQL
 beginners and advanced users.
 .
 Strawberry is also a code-first GraphQL server library that uses Python type
 annotations to define GraphQL types. This allows you to focus more on how
 you can integrate one or more DBs into your workflow and less on the
 idiosyncrasies of GraphQL itself.
 .
 This package provides the Django integration of strawberry-graphql.