Source: djangorestframework Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Brian May , Build-Depends: debhelper-compat (= 13), dh-python, mkdocs (>= 1.0.4), python3-all, python3-coreapi, python3-defusedxml (>= 0.3), python3-django, python3-django-filters (>= 1.1.0), python3-django-guardian (>= 1.4.9), python3-pytest (>= 3.6.2), python3-pytest-cov (>= 2.5.1), python3-pytest-django (>= 3.5.1), python3-setuptools, python3-yaml, Standards-Version: 4.5.0 Homepage: http://django-rest-framework.org Vcs-Browser: https://salsa.debian.org/python-team/packages/djangorestframework Vcs-Git: https://salsa.debian.org/python-team/packages/djangorestframework.git Rules-Requires-Root: no 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, ${misc:Depends}, ${python3:Depends}, Recommends: python3-coreapi (>= 2.3.3), python3-coreschema (>= 0.0.4), python3-django-filters (>= 1.1.0), python3-django-guardian (>= 1.4.9), python3-markdown (>= 2.6.11), python3-psycopg2 (>= 2.7.5), 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.