summaryrefslogtreecommitdiffstats
path: root/python/python3-pastedeploy/README
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-03-08 23:27:48 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 09:51:46 +0700
commitd888ea45122a41b04a96c6da904ca592f694665c (patch)
tree5db6959173a447247e3bb34fc952cff73f69501f /python/python3-pastedeploy/README
parent671796db20e4eba791c537abce15033b90db2848 (diff)
downloadslackbuilds-d888ea45122a41b04a96c6da904ca592f694665c.tar.gz
slackbuilds-d888ea45122a41b04a96c6da904ca592f694665c.tar.xz
python/python3-pastedeploy: renamed from PasteDeploy for python3, updated for version 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pastedeploy/README')
-rw-r--r--python/python3-pastedeploy/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/python3-pastedeploy/README b/python/python3-pastedeploy/README
new file mode 100644
index 0000000000..c77a6ee274
--- /dev/null
+++ b/python/python3-pastedeploy/README
@@ -0,0 +1,15 @@
+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.