File: control

package info (click to toggle)
lazr.restfulclient 0.13.4-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 956 kB
  • ctags: 575
  • sloc: python: 1,484; makefile: 9
file content (53 lines) | stat: -rw-r--r-- 1,568 bytes parent folder | download | duplicates (2)
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
Source: lazr.restfulclient
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 (>= 9),
 dh-python,
 python-all (>= 2.6.6-14~),
 python-setuptools,
 python3-all,
 python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://launchpad.net/lazr.restfulclient
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/lazr.restfulclient.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/lazr.restfulclient.git
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.2

Package: python-lazr.restfulclient
Architecture: all
Depends:
 python-httplib2,
 python-lazr.uri,
 python-pkg-resources,
 python-simplejson,
 python-wadllib (>= 1.1.4),
 python-zope.interface,
 ${misc:Depends},
 ${python:Depends},
Description: client for lazr.restful-based web services
 A programmable client library that takes advantage of the commonalities
 among lazr.rest web services to provide added functionality on top
 of wadllib.

Package: python3-lazr.restfulclient
Architecture: all
Depends:
 python3-httplib2,
 python3-lazr.uri,
 python3-pkg-resources,
 python3-simplejson,
 python3-wadllib (>= 1.1.4),
 python3-zope.interface,
 ${misc:Depends},
 ${python3:Depends},
Description: client for lazr.restful-based web services (Python 3)
 A programmable client library that takes advantage of the commonalities
 among lazr.rest web services to provide added functionality on top
 of wadllib.
 .
 This package is for Python 3.