2012-02-06 16:39:49 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
|
|
<herd>python</herd>
|
2012-04-01 12:19:34 +04:00
|
|
|
<longdescription lang="en">Paste Deployment is a system for finding and configuring WSGI applications
|
2012-02-06 16:39:49 +04:00
|
|
|
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
|
2012-04-01 12:19:34 +04:00
|
|
|
to be exposed to the implementation details of your application.</longdescription>
|
|
|
|
<upstream>
|
|
|
|
<remote-id type="pypi">PasteDeploy</remote-id>
|
|
|
|
</upstream>
|
2012-02-06 16:39:49 +04:00
|
|
|
</pkgmetadata>
|