Skip to main content

WSGI HTTP Server for UNIX

Project description

Gunicorn

PyPI version Supported Python versions Build 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 Freenode.

Documentation

The documentation is hosted at https://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 for more details.

License

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

squad-gunicorn-121.0.4.tar.gz (358.0 kB view details)

Uploaded Source

Built Distribution

squad_gunicorn-121.0.4-py3-none-any.whl (79.0 kB view details)

Uploaded Python 3

File details

Details for the file squad-gunicorn-121.0.4.tar.gz.

File metadata

  • Download URL: squad-gunicorn-121.0.4.tar.gz
  • Upload date:
  • Size: 358.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for squad-gunicorn-121.0.4.tar.gz
Algorithm Hash digest
SHA256 f716e1fa68ad64d7904675a986b251808fc5a3d3d604fd24691ab268878b66f8
MD5 dd9f0b1155bd4fd5b7e74a155e098a13
BLAKE2b-256 1da57b495d7a2f14b6a13f0e52b750bd3298509f450f32276518116da8c65cbc

See more details on using hashes here.

File details

Details for the file squad_gunicorn-121.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for squad_gunicorn-121.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2dbf06b5179a810982b3434e2455d225e95d98dbbef9b9d664addd44634707ff
MD5 1c88109a53a16665fba1169ee6c44090
BLAKE2b-256 22229e0639000a1d417121afea25e192315263613e744d5d9e3e5bbc6e315149

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page