File: control

package info (click to toggle)
django-graphiql-debug-toolbar 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 196 kB
  • sloc: python: 160; javascript: 30; sh: 30; makefile: 13
file content (33 lines) | stat: -rw-r--r-- 1,065 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
Source: django-graphiql-debug-toolbar
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,
 pybuild-plugin-pyproject,
 python3-django,
 python3-django-graphene (>> 2.15.0-2~),
 python3-django-debug-toolbar,
 python3-poetry,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-graphiql-debug-toolbar
Vcs-Git: https://salsa.debian.org/python-team/packages/django-graphiql-debug-toolbar.git
Homepage: https://github.com/flavors/django-graphiql-debug-toolbar

Package: python3-django-graphiql-debug-toolbar
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Django Debug Toolbar for GraphiQL IDE (Python3 version)
 This package adds a debug toolbar within your Django application for the
 GraphiQL IDE.
 .
 This package contains the Python 3 version of the library.