Commit graph

5 commits

Author SHA1 Message Date
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Dryice Dong Liu
2bded9d1ed update to 1.3.1 2007-07-02 11:32:37 +00:00
Dryice Dong Liu
127c3d96de update to 1.3
Approved by:	itetcu (mentor, implicit)
2007-04-14 06:34:23 +00:00
Dryice Dong Liu
f4e28421ee update to 1.1
Approved by:	itetcu (mentor)
2007-01-15 23:51:16 +00:00
Nicola Vitale
b171b6f540 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/

PR:		ports/106755
Submitted by:	Dryice Liu	<dryice at dryice.name>
Approved by:	alexbl (mentor)
Reviewed by:	dryice (maintainer)
2007-01-07 09:53:55 +00:00