pasteorg / paste

Python Paste (core) repository
Other
59 stars 47 forks source link

Paste is in maintenance mode and recently moved from bitbucket to github. Patches are accepted to keep it on life support, but for the most part, please consider using other options.

As of release 3.7.0 Paste no longer supports Python 2. If you are required to continue using Python 2 please pin an earlier version of Paste.

With version 3.10.0 Paste development moves to the pasteorg GitHub organization and will be going deeper into maintenance mode unless more active maintainers step forward to take over. "Deeper" in this case means that releases will be much less frequent and patches will only be accepted for security issues or major problems. Current consumers of Paste should prepare to migrate away to more modern solutions.

Paste provides several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333_) interface, and should be compatible with other middleware based on those interfaces.

.. _PEP 333: http://www.python.org/dev/peps/pep-0333/

See also:

Includes these features...

Testing

Dispatching

Web Application

Tools

Debugging Filters

Other Tools

The official development repo is at https://github.com/pasteorg/paste.