File: control

package info (click to toggle)
python-wadllib 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 648 kB
  • ctags: 269
  • sloc: xml: 3,484; python: 902; makefile: 24
file content (40 lines) | stat: -rw-r--r-- 1,482 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
Source: python-wadllib
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 7.3.0),
 python-all (>= 2.6.6-3~),
 python-lazr.uri,
 python-setuptools,
 python3-all (>= 3.1.2-6~),
 python3-lazr.uri,
 python3-setuptools
Standards-Version: 3.9.6
Homepage: https://launchpad.net/wadllib
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-wadllib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-wadllib/trunk/
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.4

Package: python-wadllib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python library for navigating WADL files
 The Web Application Description Language (WADL) is an XML vocabulary for
 describing the capabilities of HTTP resources. wadllib can be used in
 conjunction with an HTTP library to navigate and manipulate those resources.
 .
 This package provides wadllib for Python 2.x.

Package: python3-wadllib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library for navigating WADL files
 The Web Application Description Language (WADL) is an XML vocabulary for
 describing the capabilities of HTTP resources. wadllib can be used in
 conjunction with an HTTP library to navigate and manipulate those resources.
 .
 This package provides wadllib for Python 3.x.