File: control

package info (click to toggle)
django-oauth-toolkit 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • ctags: 785
  • sloc: python: 4,214; makefile: 157
file content (67 lines) | stat: -rw-r--r-- 2,507 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
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
Source: django-oauth-toolkit
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-django (>= 1.6),
               python-django-braces,
               python-djangorestframework,
               python-mock,
               python-oauthlib,
               python-pytest,
               python-pytest-django,
               python-setuptools,
               python-six,
               python3-all,
               python3-django,
               python3-django-braces,
               python3-djangorestframework,
               python3-mock,
               python3-oauthlib,
               python3-pytest,
               python3-pytest-django,
               python3-setuptools,
               python3-six
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: https://github.com/evonove/django-oauth-toolkit
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-oauth-toolkit.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-oauth-toolkit.git

Package: python-django-oauth-toolkit
Architecture: all
Depends: libjs-twitter-bootstrap,
         python-django (>= 1.6),
         python-oauthlib,
         python-django-braces,
         python-six,
         ${misc:Depends},
         ${python:Depends}
Recommends: python-djangorestframework
Description: OAuth2 capabilities for Django projects
 Django OAuth Toolkit can help you providing out of the box all the endpoints,
 data and logic needed to add OAuth2 capabilities to your Django projects.
 Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
 rfc-compliant.

Package: python3-django-oauth-toolkit
Architecture: all
Depends: libjs-twitter-bootstrap,
         python3-django,
         python3-oauthlib,
         python3-django-braces,
         python3-six,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-djangorestframework
Description: OAuth2 capabilities for Django projects (Python3 version)
 Django OAuth Toolkit can help you providing out of the box all the endpoints,
 data and logic needed to add OAuth2 capabilities to your Django projects.
 Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
 rfc-compliant.
 .
 This package contains the Python 3 version of the library.