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
|
Source: djangorestframework-api-key
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Adam Cecile <acecile@le-vert.net>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
mkdocs <!nodoc>,
mkdocs-material <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-djangorestframework,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/florimondmanca/djangorestframework-api-key
Vcs-Browser: https://salsa.debian.org/python-team/packages/djangorestframework-api-key
Vcs-Git: https://salsa.debian.org/python-team/packages/djangorestframework-api-key.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-djangorestframework-api-key-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends:
${misc:Depends},
${mkdocs:Depends},
Multi-Arch: foreign
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.
Package: python3-djangorestframework-api-key
Architecture: all
Depends:
python3-djangorestframework,
${misc:Depends},
${python3:Depends},
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.
|