File: control

package info (click to toggle)
strawberry-graphql 0.287.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,812 kB
  • sloc: javascript: 178,052; python: 64,329; sh: 32; makefile: 24
file content (90 lines) | stat: -rw-r--r-- 2,805 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: strawberry-graphql
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-aiohttp <!nocheck>,
 python3-all,
 python3-asgiref <!nocheck>,
 python3-daphne <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-django-channels <!nocheck>,
 python3-fastapi <!nocheck>,
 python3-freezegun <!nocheck>,
 python3-graphene <!nocheck>,
 python3-httpx <!nocheck>,
 python3-inline-snapshot <!nocheck>,
 python3-lia <!nocheck>,
 python3-libcst <!nocheck>,
 python3-litestar <!nocheck>,
 python3-msgspec <!nocheck>,
 python3-opentelemetry-api <!nocheck>,
 python3-poetry-core,
 python3-pydantic <!nocheck>,
 python3-pyinstrument <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-codspeed <!nocheck>,
 python3-pytest-emoji <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-snapshot <!nocheck>,
 python3-python-multipart <!nocheck>,
 python3-pytest-twisted <!nocheck>,
 python3-pytest-tornasync <!nocheck>,
 python3-pytest-trio <!nocheck>,
 python3-starlette <!nocheck>,
 python3-typer <!nocheck>,
 python3-typing-extensions <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/strawberry-graphql/strawberry
Vcs-Browser: https://salsa.debian.org/python-team/packages/strawberry-graphql
Vcs-Git: https://salsa.debian.org/python-team/packages/strawberry-graphql.git

Package: strawberry-graphql
Architecture: all
Conflicts:
 strawberry,
Depends:
 python3-graphql-core,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-aiohttp,
 python3-asgiref,
 python3-django,
 python3-fastapi,
 python3-flask,
 python3-libcst,
 python3-litestar,
 python3-opentelemetry-api,
 python3-opentelemetry-sdk,
 python3-pydantic,
 python3-pygments,
 python3-python-multipart,
 python3-quart,
 python3-rich,
 python3-starlette,
 python3-websockets,
 typer,
 uvicorn,
Description: Python GraphQL library for creating GraphQL APIs
 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 ore more DBs into your workflow and less on the
 idiosyncrasies of GraphQL itself.
 .
 Have a lock at the suggested packages in case you want to install this
 package. You will probably need one or more packages additionally to get your
 setup working!
 .
 This package contains the Python 3 version.