File: control

package info (click to toggle)
python-wsme 0.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 680 kB
  • sloc: python: 6,091; makefile: 24; javascript: 8
file content (68 lines) | stat: -rw-r--r-- 1,941 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
Source: python-wsme
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 lsb-release,
 python3-cherrypy3,
 python3-flask (>= 1.1.0),
 python3-flask-restful,
 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: https://opendev.org/x/wsme

Package: python3-wsme
Architecture: all
Depends:
 python3-jinja2,
 python3-netaddr,
 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.