gunicorn
Python WSGI HTTP Server for UNIX
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.
- Versions: 22.0.0 · 21.2.0
- Website: https://gunicorn.org/
- Licenses: Expat
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gunicorn
as follows:
guix install gunicorn
Or install a particular version:
guix install gunicorn@21.2.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of gunicorn about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gunicorn'><img src='https://packages.guix.gnu.org/packages/gunicorn/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gunicorn)
Example Org:
[[https://packages.guix.gnu.org/packages/gunicorn][https://packages.guix.gnu.org/packages/gunicorn/badges/latest-version.svg]]