slackbuilds/python/PasteDeploy
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
PasteDeploy.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
PasteDeploy.info python/PasteDeploy: Fix REQUIRES. 2021-04-24 22:07:00 +07:00
README python/PasteDeploy: Fix README. 2021-04-27 01:03:29 -05:00
slack-desc

README

Paste Deployment is a system for finding and configuring WSGI
applications and servers.  For WSGI application consumers it provides a
single, simple function (loadapp) for loading a WSGI application from a
configuration file or a Python Egg.

For WSGI application providers it only asks for a single, simple entry
point to your application, so that application users don't need to be
exposed to the implementation details of your application.

The result is something a system administrator can install and manage
without knowing any Python, or the details of the WSGI application or
its container.

Paste Deployment currently does not require other parts of Paste, and is
distributed as a separate package.