Ravenports generated: 05 Aug 2023 23:27
[ravenports.git] / bucket_6A / python-django-graphiql-debug-toolbar
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-django-graphiql-debug-toolbar
4 VERSION=                0.2.0
5 KEYWORDS=               python
6 VARIANTS=               py310 v11
7 SDESC[py310]=           Django Debug Toolbar for GraphiQL IDE (3.10)
8 SDESC[v11]=             Django Debug Toolbar for GraphiQL IDE (3.11)
9 HOMEPAGE=               https://github.com/flavors/django-graphiql-debug-toolbar
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/89/20/01a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb
14 DISTFILE[1]=            django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[v11]=             single
18
19 OPTIONS_AVAILABLE=      PY310 PY311
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY310=ON PY311=OFF
22 VOPTS[v11]=             PY310=OFF PY311=ON
23
24 DISTNAME=               django_graphiql_debug_toolbar-0.2.0.dist-info
25
26 GENERATED=              yes
27
28 [PY310].RUN_DEPENDS_ON=                 python-Django:single:py310
29                                         python-django-debug-toolbar:single:py310
30                                         python-graphene-django:single:py310
31 [PY310].USES_ON=                        python:py310,wheel
32
33 [PY311].RUN_DEPENDS_ON=                 python-Django:single:v11
34                                         python-django-debug-toolbar:single:v11
35                                         python-graphene-django:single:v11
36 [PY311].USES_ON=                        python:v11,wheel
37
38 [FILE:831:descriptions/desc.single]
39 # Django GraphiQL Debug Toolbar
40
41 [Tests]
42 [Coverage]
43 [Codacy]
44 [Package version]
45
46 [Django Debug Toolbar] for [GraphiQL] IDE.
47
48 ![Graphiql Debug Toolbar]
49
50 ## Dependencies
51
52 *   Python ≥ 3.6
53 *   Django ≥ 2.2
54
55 ## Installation
56
57 Install last stable version from Pypi.
58
59 ```sh
60 pip install django-graphiql-debug-toolbar
61
62 See the [documentation] for further guidance on setting *Django Debug
63 Toolbar*.
64
65 Add `graphiql_debug_toolbar` to your *INSTALLED_APPS* settings:
66
67 ```py
68 INSTALLED_APPS = [
69     'debug_toolbar',
70     'graphiql_debug_toolbar',
71 ]
72 ```
73
74 **Replace** the Django Debug Toolbar **middleware** with the GraphiQL Debug
75 Toolbar one. 
76
77 ```py
78 MIDDLEWARE = [
79     # 'debug_toolbar.middleware.DebugToolbarMiddleware',
80     'graphiql_debug_toolbar.middleware.DebugToolbarMiddleware',
81 ]
82 ```
83
84 Credits to [@jazzband] / [django-debug-toolbar].
85
86
87 [FILE:131:distinfo]
88 85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777         7319 django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl
89