gunicorn

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者benoitc/gunicorn
主編程語言Python
編程語言Makefile (語言數: 2)
平台
許可證Other
所有者活动
創建於2009-11-30 18:18:08
推送於2025-03-20 20:19:12
最后一次提交2025-03-20 21:19:12
發布數94
最新版本名稱23.0.0 (發布於 )
第一版名稱0.2 (發布於 )
用户参与
星數10.1k
關注者數224
派生數1.8k
提交數3.2k
已啟用問題?
問題數2176
打開的問題數153
拉請求數630
打開的拉請求數99
關閉的拉請求數432
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?