mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 16:18:42 +02:00
19 lines
715 B
XML
19 lines
715 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<longdescription lang="en">
|
|
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
|
|
pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
|
|
server is broadly compatible with various web frameworks, simply
|
|
implemented, light on server resources, and fairly speedy.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">gunicorn</remote-id>
|
|
<remote-id type="github">benoitc/gunicorn</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|