Source: python-djangorestframework-xml
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-mkdocs,
 mkdocs,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-djangorestframework,
 python3-pytest,
 python3-pytest-django,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/jpadilla/django-rest-framework-xml
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-djangorestframework-xml
Vcs-Git: https://salsa.debian.org/python-team/packages/python-djangorestframework-xml.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-djangorestframework-xml
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-djangorestframework-xml-doc,
Description: XML support for Django REST Framework (Python3 version)
 XML support extracted as a third party package directly from the official
 Django REST Framework implementation. It requires the defusedxml package only
 because it safeguards against some security issues that were discovered.
 XML output provided is an ad-hoc format that isn't formally described. If you
 have specific XML requirements you'll need to write your own XML
 parsers/renderers in order to fully control the representation.
 .
 This package contains the Python 3 version of the library.

Package: python-djangorestframework-xml-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${mkdocs:Depends},
Description: XML support for Django REST Framework (Documentation)
 XML support extracted as a third party package directly from the official
 Django REST Framework implementation. It requires the defusedxml package only
 because it safeguards against some security issues that were discovered.
 XML output provided is an ad-hoc format that isn't formally described. If you
 have specific XML requirements you'll need to write your own XML
 parsers/renderers in order to fully control the representation.
 .
 This package contains the documentation.
