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
|
Source: djangorestframework-api-key
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools,
python3-djangorestframework (>= 2.2~),
mkdocs <!nodoc>,
Standards-Version: 4.5.0
Homepage: https://florimondmanca.github.io/djangorestframework-api-key/
Vcs-Browser: https://salsa.debian.org/python-team/modules/djangorestframework-api-key
Vcs-Git: https://salsa.debian.org/python-team/modules/djangorestframework-api-key.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-djangorestframework-api-key
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-djangorestframework (>= 2.2~)
Suggests: python-djangorestframework-api-key-doc
Description: API key permissions for Django REST Framework
Django REST Framework API Key is a powerful library for allowing server-side
clients to safely use your API.
.
These clients are typically third-party backends and services
(i.e. machines) which do not have a user account but still need to
interact with your API in a secure way.
Package: python-djangorestframework-api-key-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${mkdocs:Depends}
Description: API key permissions for Django REST Framework (documentation)
Django REST Framework API Key is a powerful library for allowing server-side
clients to safely use your API.
.
These clients are typically third-party backends and services
(i.e. machines) which do not have a user account but still need to
interact with your API in a secure way.
.
This package contains HTML documentation.
|