gunicorn 23.0.0


pip install gunicorn

  Latest version

Released: Aug 10, 2024


Meta
Author: Benoit Chesneau
Requires Python: >=3.7

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Other Environment

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Operating System
  • MacOS :: MacOS X
  • POSIX

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3 :: Only
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Internet
  • Utilities
  • Software Development :: Libraries :: Python Modules
  • Internet :: WWW/HTTP
  • Internet :: WWW/HTTP :: WSGI
  • Internet :: WWW/HTTP :: WSGI :: Server
  • Internet :: WWW/HTTP :: Dynamic Content

Gunicorn

PyPI version Supported Python versions Build Status Lint Status

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 Libera.chat.

Documentation

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

Installation

Gunicorn requires Python 3.x >= 3.7.

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 for more details.

License

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

23.0.0 Aug 10, 2024
22.0.0 Apr 16, 2024
21.2.0 Jul 19, 2023
21.1.0 Jul 18, 2023
21.0.1 Jul 17, 2023
21.0.0 Jul 17, 2023
20.1.0 Mar 27, 2021
20.0.4 Nov 26, 2019
20.0.3 Nov 25, 2019
20.0.2 Nov 23, 2019
20.0.0 Nov 09, 2019
19.10.0 Nov 23, 2019
19.9.0 Jul 03, 2018
19.8.1 Apr 30, 2018
19.8.0 Apr 28, 2018
19.7.1 Mar 21, 2017
19.7.0 Mar 04, 2017
19.6.0 May 23, 2016
19.5.0 May 11, 2016
19.4.5 Jan 05, 2016
19.4.4 Jan 04, 2016
19.4.3 Dec 29, 2015
19.4.2 Dec 29, 2015
19.4.1 Nov 25, 2015
19.4.0 Nov 25, 2015
19.3.0 Mar 06, 2015
19.2.1 Feb 04, 2015
19.2.0 Jan 30, 2015
19.1.1 Aug 16, 2014
19.1.0 Jul 26, 2014
19.0.0 Jun 12, 2014
18.0 Aug 27, 2013
17.5 Jul 03, 2013
0.17.4 Apr 24, 2013
0.17.3 Apr 24, 2013
0.17.2 Jan 07, 2013
0.17.1 Jan 05, 2013
0.17.0 Dec 25, 2012
0.16.1 Nov 19, 2012
0.16.0 Nov 19, 2012
0.15.0 Oct 18, 2012
0.14.6 Jul 26, 2012
0.14.5 Jun 24, 2012
0.14.4 Jun 24, 2012
0.14.3 May 15, 2012
0.14.2 Mar 16, 2012
0.14.1 Mar 04, 2012
0.14.0 Mar 04, 2012
0.13.4 Sep 23, 2011
0.13.3 Sep 19, 2011
0.13.2 Sep 17, 2011
0.13.1 Aug 22, 2011
0.13.0 Aug 22, 2011
0.12.2 May 18, 2011
0.12.1 Mar 23, 2011
0.12.0 Dec 22, 2010
0.11.2 Oct 30, 2010
0.11.1 Sep 02, 2010
0.11.0 Aug 13, 2010
0.10.1 Aug 06, 2010
0.10.0 Jul 09, 2010
0.9.1 May 26, 2010
0.9.0 May 25, 2010
0.8.1 Apr 29, 2010
0.8.0 Apr 22, 2010
0.7.2 Apr 15, 2010
0.7.1 Apr 02, 2010
0.7.0 Mar 26, 2010
0.6.6 Mar 13, 2010
0.6.5 Mar 11, 2010
0.6.4 Mar 08, 2010
0.6.3 Mar 07, 2010
0.6.2 Mar 01, 2010
0.6.1 Feb 24, 2010
0.6 Feb 22, 2010
0.5.1 Feb 22, 2010
0.5 Feb 20, 2010
0.4.2 Feb 09, 2010
0.4.1 Feb 03, 2010
0.4 Feb 03, 2010
0.3.2 Feb 03, 2010
0.3.1 Feb 02, 2010
0.3 Feb 01, 2010
0.2.1 Jan 26, 2010
0.2 Jan 22, 2010
0.1 Jan 03, 2010

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
packaging
importlib-metadata