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 121 122 123 124 125 126 127 128 129 130
|
Source: python-pecan
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep:
gunicorn,
python-genshi,
python-jinja2,
python-kajiki,
python-logutils,
python-mako,
python-markupsafe,
python-mock,
python-simplegeneric,
python-singledispatch,
python-six,
python-sqlalchemy,
python-unittest2,
python-virtualenv,
python-webob,
python-webtest,
python3-genshi,
python3-gunicorn,
python3-jinja2,
python3-kajiki,
python3-logutils,
python3-mako,
python3-markupsafe,
python3-mock,
python3-simplegeneric,
python3-singledispatch,
python3-six,
python3-sqlalchemy,
python3-virtualenv,
python3-webob,
python3-webtest,
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pecan
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pecan.git
Homepage: https://pypi.python.org/pypi/pecan
Testsuite: autopkgtest-pkg-python
Package: python-pecan
Architecture: all
Depends:
python-logutils,
python-mako,
python-markupsafe,
python-simplegeneric,
python-singledispatch,
python-six,
python-webob,
python-webtest,
${misc:Depends},
${python:Depends},
Suggests:
python-pecan-doc,
Description: WSGI object-dispatching web framework - Python 2.x
The Pecan Python module is a WSGI object-dispatching web framework designed to
be lean and fast with few dependencies. Pecan comes bundled with a lightweight
WSGI development server based on Python's wsgiref.simpleserver. Pecan
applications also come with an interactive Python shell which can be used to
execute expressions in an environment very similar to the one your application
runs in (using the "pecan shell" command).
.
WSGI is the "Web Server Gateway Interface". It defines a simple and universal
interface between web servers and web applications or frameworks for the
Python programming language.
.
This package contains the Python 2.x module.
Package: python-pecan-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: WSGI object-dispatching web framework
The Pecan Python module is a WSGI object-dispatching web framework designed to
be lean and fast with few dependencies. Pecan comes bundled with a lightweight
WSGI development server based on Python's wsgiref.simpleserver. Pecan
applications also come with an interactive Python shell which can be used to
execute expressions in an environment very similar to the one your application
runs in (using the "pecan shell" command).
.
WSGI is the "Web Server Gateway Interface". It defines a simple and universal
interface between web servers and web applications or frameworks for the
Python programming language.
.
This package contains the pecan documentation.
Package: python3-pecan
Architecture: all
Depends:
python3-logutils,
python3-mako,
python3-markupsafe,
python3-simplegeneric,
python3-singledispatch,
python3-six,
python3-webob,
python3-webtest,
${misc:Depends},
${python3:Depends},
Suggests:
python-pecan-doc,
Description: WSGI object-dispatching web framework - Python 3.x
The Pecan Python module is a WSGI object-dispatching web framework designed to
be lean and fast with few dependencies. Pecan comes bundled with a lightweight
WSGI development server based on Python's wsgiref.simpleserver. Pecan
applications also come with an interactive Python shell which can be used to
execute expressions in an environment very similar to the one your application
runs in (using the "pecan shell" command).
.
WSGI is the "Web Server Gateway Interface". It defines a simple and universal
interface between web servers and web applications or frameworks for the
Python programming language.
.
This package contains the Python 3.x module.
|