diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-07 09:53:55 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-07 09:53:55 +0000 |
commit | b171b6f540b94d491d0e2ac5af2877443cd99b1b (patch) | |
tree | 46e25337bc730580559afdce9bb904442e62fda7 /www/py-pastedeploy/pkg-descr | |
parent | e6657effaa14378ba6bf425cd8aee7e3ba656cd2 (diff) |
Notes
Diffstat (limited to 'www/py-pastedeploy/pkg-descr')
-rw-r--r-- | www/py-pastedeploy/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/py-pastedeploy/pkg-descr b/www/py-pastedeploy/pkg-descr new file mode 100644 index 000000000000..afd74230b6e8 --- /dev/null +++ b/www/py-pastedeploy/pkg-descr @@ -0,0 +1,21 @@ +Load, configure, and compose WSGI applications and servers + +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. + +This tool provides code to load WSGI applications and servers from +URIs; these URIs can refer to Python Eggs for INI-style configuration +files. Paste Script provides commands to serve applications based on +this configuration file. + +Author: Ian Bicking <ianb at colorstudy com> +WWW: http://pythonpaste.org/deploy/ |