Skip to main content

Gunicorn with concurrent support for HTTP Pipeline requests

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 http://docs.gunicorn.org.

Installation

Gunicorn requires Python 2.x >= 2.6 or Python 3.x >= 3.2.

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

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

gunicorn_pipe-19.10.1.tar.gz (398.6 kB view details)

Uploaded Source

Built Distribution

gunicorn_pipe-19.10.1-py2.py3-none-any.whl (113.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file gunicorn_pipe-19.10.1.tar.gz.

File metadata

  • Download URL: gunicorn_pipe-19.10.1.tar.gz
  • Upload date:
  • Size: 398.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.42.1 CPython/3.7.7

File hashes

Hashes for gunicorn_pipe-19.10.1.tar.gz
Algorithm Hash digest
SHA256 de7ff2ae3582d1bae907bc3814eab293bd0554a7722a43493e7b35a57a98fa8f
MD5 c0a5b547482f45eb98b94c0314bea040
BLAKE2b-256 0efc076f9d15d26dcb6f4da1170b7069cef431f210070bc3c7a40e53a62bfebb

See more details on using hashes here.

File details

Details for the file gunicorn_pipe-19.10.1-py2.py3-none-any.whl.

File metadata

  • Download URL: gunicorn_pipe-19.10.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 113.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.42.1 CPython/3.7.7

File hashes

Hashes for gunicorn_pipe-19.10.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f126707075716e451a83a94c980abc580c529c00041a18d9c9b49ba45b80c58c
MD5 ccfaab45c2b1e6185dc74a78817c4cc1
BLAKE2b-256 0af21c0d292007bee6f91ba84d06ecd2567ecc9a23ed5b06b4befff74e6d7b9a

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