File: control

package info (click to toggle)
python-wsme 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 824 kB
  • sloc: python: 9,273; makefile: 140
file content (120 lines) | stat: -rw-r--r-- 3,338 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: python-wsme
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 9),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-pbr,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 lsb-release,
 python-cherrypy3,
 python-flask,
 python-ipaddr,
 python-lxml,
 python-netaddr (>= 0.7.12),
 python-nose,
 python-pecan,
 python-simplegeneric,
 python-six,
 python-sqlalchemy,
 python-suds,
 python-testtools,
 python-transaction,
 python-turbogears2,
 python-tz,
 python-webob,
 python-webtest,
 python3-flask,
 python3-lxml,
 python3-netaddr,
 python3-nose,
 python3-pecan,
 python3-simplegeneric,
 python3-six,
 python3-sqlalchemy,
 python3-testtools,
 python3-transaction,
 python3-tz,
 python3-webob,
 python3-webtest,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-wsme
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-wsme.git
Homepage: http://pythonhosted.org/WSME/

Package: python-wsme
Architecture: all
Depends:
 python-ipaddr,
 python-jinja2,
 python-netaddr (>= 0.7.12),
 python-pkg-resources,
 python-simplegeneric,
 python-simplejson,
 python-six,
 python-tz,
 python-webob,
 ${misc:Depends},
 ${python:Depends},
Recommends:
 ${python:Recommends},
Description: Web Services Made Easy: implement multi-protocol webservices - Python 2.x
 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 WSME can work standalone or on top of your favorite Python web (micro)
 framework, so you can use both your preferred way of routing your REST requests
 and most of the features of WSME that rely on the typing system like:
 .
  * Alternate protocols, including ones supporting batch-calls
  * Easy documentation through a Sphinx extension
 .
 WSME is originally a rewrite of TGWebServices with focus on extensibility,
 framework-independance and better type handling.
 .
 This package provides the Python 2.x module.

Package: python3-wsme
Architecture: all
Depends:
 python-netaddr (>= 0.7.12),
 python3-jinja2,
 python3-pkg-resources,
 python3-simplegeneric,
 python3-simplejson,
 python3-six,
 python3-tz,
 python3-webob,
 ${misc:Depends},
 ${python3:Depends},
 ${wheezy-added-deps},
Recommends:
 ${python3:Recommends},
Description: Web Services Made Easy: implement multi-protocol webservices - Python 3.x
 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 WSME can work standalone or on top of your favorite Python web (micro)
 framework, so you can use both your preferred way of routing your REST requests
 and most of the features of WSME that rely on the typing system like:
 .
  * Alternate protocols, including ones supporting batch-calls
  * Easy documentation through a Sphinx extension
 .
 WSME is originally a rewrite of TGWebServices with focus on extensibility,
 framework-independance and better type handling.
 .
 This package provides the Python 3.x module.