Skip to main content

WSGI HTTP Server for UNIX

Project description

Gunicorn

Gunicorn is maintained by volunteers. If it powers your production, please consider supporting us:
GitHub Sponsors Open Collective Revolut

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.

New in v25: Per-app worker allocation for dirty arbiters, HTTP/2 support (beta)!

Quick Start

pip install gunicorn
gunicorn myapp:app --workers 4

For ASGI applications (FastAPI, Starlette):

gunicorn myapp:app --worker-class asgi

Features

  • WSGI support for Django, Flask, Pyramid, and any WSGI framework
  • ASGI support (beta) for FastAPI, Starlette, Quart
  • HTTP/2 support (beta) with multiplexed streams
  • Dirty Arbiters for heavy workloads (ML models, long-running tasks)
  • uWSGI binary protocol for nginx integration
  • Multiple worker types: sync, gthread, gevent, eventlet, asgi
  • Graceful worker process management
  • Compatible with Python 3.9+

Documentation

Full documentation at https://gunicorn.org

Community

Support

Powering Python apps since 2010. Support continued development.

Become a Sponsor

License

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

Release history Release notifications | RSS feed

Download files

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

Source Distribution

gunicorn-25.0.3.tar.gz (9.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gunicorn-25.0.3-py3-none-any.whl (171.7 kB view details)

Uploaded Python 3

File details

Details for the file gunicorn-25.0.3.tar.gz.

File metadata

  • Download URL: gunicorn-25.0.3.tar.gz
  • Upload date:
  • Size: 9.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.0

File hashes

Hashes for gunicorn-25.0.3.tar.gz
Algorithm Hash digest
SHA256 b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d
MD5 bf51d04ad2102b414a7f7a346cb59e8b
BLAKE2b-256 f3e5e1d2225d2b75fe4988821715d2c526fdf7b39f4a7260aa7e2bb4b25ec65c

See more details on using hashes here.

File details

Details for the file gunicorn-25.0.3-py3-none-any.whl.

File metadata

  • Download URL: gunicorn-25.0.3-py3-none-any.whl
  • Upload date:
  • Size: 171.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.0

File hashes

Hashes for gunicorn-25.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35
MD5 05f4b3c61cc31c26de7f4604e00b367c
BLAKE2b-256 5e84117f39896ded517149be72d16c02252885690e9b0d1b84281944928f61aa

See more details on using hashes here.

Supported by

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