gunicorn

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.

Github stars Tracking Chart

Gunicorn

.. image:: https://img.shields.io/pypi/v/gunicorn.svg?style=flat
:alt: PyPI version
:target: https://pypi.python.org/pypi/gunicorn

.. image:: https://img.shields.io/pypi/pyversions/gunicorn.svg
:alt: Supported Python versions
:target: https://pypi.python.org/pypi/gunicorn

.. image:: https://travis-ci.org/benoitc/gunicorn.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/benoitc/gunicorn

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
resource usage, and fairly speedy.

Feel free to join us in #gunicorn_ on Freenode_.

Documentation

The documentation is hosted at http://docs.gunicorn.org.

Installation

Gunicorn requires Python 3.x >= 3.5.

Install from PyPI::

$ pip install gunicorn

Usage

Basic usage::

$ gunicorn [OPTIONS] APP_MODULE

Where APP_MODULE is of the pattern $(MODULE_NAME):$(VARIABLE_NAME). The
module name can be a full dotted path. The variable name refers to a WSGI
callable that should be found in the specified module.

Example with test app::

$ cd examples
$ gunicorn --workers=2 test:app

Contributing

See our complete contributor's guide <CONTRIBUTING.md>_ for more details.

License

Gunicorn is released under the MIT License. See the LICENSE_ file for more
details.

.. _Unicorn: https://bogomips.org/unicorn/
.. _#gunicorn: https://webchat.freenode.net/?channels=gunicorn
.. _Freenode: https://freenode.net/
.. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE

Main metrics

Overview
Name With Ownerbenoitc/gunicorn
Primary LanguagePython
Program languageMakefile (Language Count: 2)
Platform
License:Other
所有者活动
Created At2009-11-30 18:18:08
Pushed At2025-03-20 20:19:12
Last Commit At2025-03-20 21:19:12
Release Count94
Last Release Name23.0.0 (Posted on )
First Release Name0.2 (Posted on )
用户参与
Stargazers Count10.1k
Watchers Count224
Fork Count1.8k
Commits Count3.2k
Has Issues Enabled
Issues Count2170
Issue Open Count148
Pull Requests Count630
Pull Requests Open Count97
Pull Requests Close Count431
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private