Source: django-json-widget
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-django <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-django <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.7.4
Homepage: https://github.com/jmrivas86/django-json-widget
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-json-widget
Vcs-Git: https://salsa.debian.org/python-team/packages/django-json-widget.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-django-json-widget
Architecture: all
Depends: python3-django, ${misc:Depends}, ${python3:Depends}
Description: Alternative widget to edit Django's JSONField
 django-json-widget provides JSONEditorWidget, a Django form widget that
 makes editing JSONField fields easier in the admin interface and custom
 forms by exposing a tree, code or text editor instead of a plain textarea.
 .
 The widget is built on top of the JSON editor JavaScript library by Jos
 de Jong and supports several editor modes (text, code, tree, form, view)
 along with configurable width, height and editor options.
