Pakket: python3-pecan (1.5.1-6)
Verwijzigingen voor python3-pecan
Debian bronnen:
Het bronpakket python-pecan downloaden:
Beheerders:
Externe bronnen:
- Homepage [pypi.python.org]
Vergelijkbare pakketten:
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.
Andere aan python3-pecan gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-logutils
- handlers for the Python standard library's logging package - Python 3.x
-
- dep: python3-mako (>= 0.4.0)
- fast and lightweight templating for the Python 3 platform
-
- dep: python3-markupsafe
- HTML/XHTML/XML string library
-
- dep: python3-simplegeneric
- simple generic functions for Python3
-
- dep: python3-webob
- Python module providing WSGI request and response objects (Python 3)
-
- sug: python-pecan-doc
- WSGI object-dispatching web framework