Skip to main content

Fork of gunicorn, 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

bcore_gunicorn-20.1.0.tar.gz (358.8 kB view details)

Uploaded Source

Built Distribution

bcore_gunicorn-20.1.0-py3-none-any.whl (79.7 kB view details)

Uploaded Python 3

File details

Details for the file bcore_gunicorn-20.1.0.tar.gz.

File metadata

  • Download URL: bcore_gunicorn-20.1.0.tar.gz
  • Upload date:
  • Size: 358.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for bcore_gunicorn-20.1.0.tar.gz
Algorithm Hash digest
SHA256 d9d1a545bc43d45e50814dff33a39c0e35259129e5dcbdb20f78a5123de42348
MD5 6f36a067e6805ad067041b16821fe463
BLAKE2b-256 9cf0b3b7082eb381923d1a279af1e1d2d40924cd3e4b8b023e80143ab79efaa7

See more details on using hashes here.

File details

Details for the file bcore_gunicorn-20.1.0-py3-none-any.whl.

File metadata

  • Download URL: bcore_gunicorn-20.1.0-py3-none-any.whl
  • Upload date:
  • Size: 79.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for bcore_gunicorn-20.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 876f09e18a26a75cdbd7be2fe33f8107fc51f171cd4ffec1517aeff7a216aadb
MD5 a0928f24f84528e2ca421aaa3bb25329
BLAKE2b-256 34a8e9db7585327cd9ecc1aabd4af292fd60409ef312a37bd020ca80b8b0cda5

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