summaryrefslogtreecommitdiffstats
path: root/python/PasteDeploy
diff options
context:
space:
mode:
author Yth - Arnaud <yth@ythogtha.org>2021-04-24 15:19:24 +0000
committer Robby Workman <rworkman@slackbuilds.org>2021-04-27 01:03:29 -0500
commit107828ce757ada125e795eea40308d443331a850 (patch)
tree7e121b464042081bca5e725766d0958d9714e3f6 /python/PasteDeploy
parentd2e4c67490ea9bb36bcbacf1d8a8849efabf483d (diff)
downloadslackbuilds-107828ce757ada125e795eea40308d443331a850.tar.gz
slackbuilds-107828ce757ada125e795eea40308d443331a850.tar.xz
python/PasteDeploy: Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/PasteDeploy')
-rw-r--r--python/PasteDeploy/README23
1 files changed, 13 insertions, 10 deletions
diff --git a/python/PasteDeploy/README b/python/PasteDeploy/README
index 72665410e3..c77a6ee274 100644
--- a/python/PasteDeploy/README
+++ b/python/PasteDeploy/README
@@ -1,12 +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.
+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.
-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.
+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.
-Paste Deployment currently does not require other parts of Paste, and is distributed
-as a separate package.
+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.