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
|
Source: python-djangorestframework-yaml
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Jérémy Lal <kapouer@melix.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-mkdocs,
dh-sequence-python3,
node-jquery,
pybuild-plugin-pyproject,
pybuild-plugin-pyproject,
python3-all,
python3-django,
python3-djangorestframework,
python3-poetry-core,
python3-pytest,
python3-pytest-django,
python3-yaml,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-djangorestframework-yaml
Vcs-Git: https://salsa.debian.org/python-team/packages/python-djangorestframework-yaml.git
Homepage: https://github.com/Qu4tro/drf-yaml
X-Style: black
Package: python3-djangorestframework-yaml
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Suggests:
python3-djangorestframework-yaml-doc,
Description: YAML parser and renderer for Django REST Framework
This library exports a parser class and a renderer for the
Django REST Framework, allowing YAML parsing et serialization.
.
Django REST framework is a powerful and flexible toolkit for
building Web APIs.
Package: python3-djangorestframework-yaml-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${mkdocs:Depends},
Description: YAML parser and renderer for Django REST Framework (doc)
This library exports a parser class and a renderer for the
Django REST Framework, allowing YAML parsing et serialization.
.
Django REST framework is a powerful and flexible toolkit for
building Web APIs.
.
This package contains the documentation in HTML format.
|