PSE 3.0.3
Python Servlet Engine
The Python Servlet Engine (PSE) is an application server for web-based applications written in the Python programming language. It offers powerful templating tools, separation of presentation and implementation, and unlimited extensibility through its plugin and custom tag APIs. PSE includes some default plugins that allow automatic session management, persistent data and access to client and server information. Compiled ``servlets'' are written in Python to produce application output. This means that each page runs very fast because it is the result of executing compiled Python code --- no need for parsing past the first run, as with other web application servers.
- Author: Nicholas D. Borko and Christian Holtje
- Home Page: http://nick.borko.org/pse
- Download URL: http://nick.borko.org/pse/getting.html
- License: LGPL
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Web Environment
- Intended Audience :: Developers
- Intended Audience :: Information Technology
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Natural Language :: English
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
- Topic :: Software Development :: Libraries :: Application Frameworks
- Package Index Owner: docwhat, pse
- Package Index Maintainer: docwhat, pse
- DOAP record: PSE-3.0.3.xml
