File: control

package info (click to toggle)
djangorestframework-api-key 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 400 kB
  • sloc: python: 765; sh: 103; makefile: 18
file content (41 lines) | stat: -rw-r--r-- 1,731 bytes parent folder | download
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 Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools,
  python3-djangorestframework,
  mkdocs <!nodoc>,
Standards-Version: 4.6.0
Homepage: https://florimondmanca.github.io/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: python3-djangorestframework-api-key
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-djangorestframework
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.