File: control

package info (click to toggle)
python-oauth 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 165
  • sloc: python: 640; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,229 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
Source: python-oauth
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9), python-all, python-setuptools, python3-all, dh-python, python3-setuptools
Standards-Version: 3.9.6
Homepage: http://code.google.com/p/oauth
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-oauth.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-oauth.git
X-Python-Versions: >= 2.6
X-Python3-Versions: >= 3.3

Package: python-oauth
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python library implementing of the OAuth protocol
 python-oauth implements OAuth, which is an open protocol to allow API
 authentication in a simple and standard method from desktop and web
 applications. 

Package: python3-oauth
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library implementing of the OAuth protocol
 python-oauth implements OAuth, which is an open protocol to allow API
 authentication in a simple and standard method from desktop and web
 applications for Python 3.