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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: djangorestframework
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Brian May <bam@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-mkdocs <!nodoc>,
dh-sequence-python3,
node-jquery <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-coreapi <!nocheck>,
python3-django <!nocheck>,
python3-django-filters <!nocheck>,
python3-django-guardian (>= 2.4.0) <!nocheck>,
python3-inflection <!nocheck>,
python3-psycopg2 <!nocheck>,
python3-pygments <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-django (>= 3.5.1) <!nocheck>,
python3-pytz <!nocheck>,
python3-setuptools,
python3-uritemplate <!nocheck>,
python3-yaml <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/encode/django-rest-framework
Vcs-Browser: https://salsa.debian.org/python-team/packages/djangorestframework
Vcs-Git: https://salsa.debian.org/python-team/packages/djangorestframework.git
Package: python-djangorestframework-doc
Section: doc
Architecture: all
Depends:
fonts-glyphicons-halflings,
${misc:Depends},
${mkdocs:Depends},
Description: Web APIs for Django, made easy (documentation)
powerful and flexible toolkit that makes it easy to build Web APIs.
Some reasons you might want to use REST framework:
* The Web browseable API is a huge useability win for your developers.
* Authentication policies including OAuth1a and OAuth2 out of the box.
* Serialization that supports both ORM and non-ORM data sources.
* Customizable all the way down - just use regular function-based views if you
don't need the more powerful features.
.
This package contains the HTML documentation.
Package: python3-djangorestframework
Architecture: all
Depends:
fonts-font-awesome,
fonts-glyphicons-halflings,
libjs-bootstrap,
libjs-jquery,
libjs-prettify,
python3-django (>> 3:4.2),
python3-pytz,
${misc:Depends},
${python3:Depends},
Recommends:
python3-coreapi,
python3-coreschema,
python3-django-filters,
python3-django-guardian (>= 2.4.0),
python3-markdown,
python3-psycopg2,
python3-yaml,
Suggests:
python-djangorestframework-doc,
Description: Web APIs for Django, made easy for Python3
For Python3.
powerful and flexible toolkit that makes it easy to build Web APIs.
Some reasons you might want to use REST framework:
* The Web browseable API is a huge useability win for your developers.
* Authentication policies including OAuth1a and OAuth2 out of the box.
* Serialization that supports both ORM and non-ORM data sources.
* Customizable all the way down - just use regular function-based views if you
don't need the more powerful features.
* Extensive documentation, and great community support.
|