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 for FastAPI, Starlette, Quart
  • HTTP/2 support (beta) with multiplexed streams
  • Dirty Arbiters (beta) 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.1.0.tar.gz (594.4 kB view details)

Uploaded Source

Built Distribution

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

gunicorn-25.1.0-py3-none-any.whl (197.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for gunicorn-25.1.0.tar.gz
Algorithm Hash digest
SHA256 1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616
MD5 628e8f69ec2e93c37cb50b639a2c6720
BLAKE2b-256 6613ef67f59f6a7896fdc2c1d62b5665c5219d6b0a9a1784938eb9a28e55e128

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gunicorn-25.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d0b1236ccf27f72cfe14bce7caadf467186f19e865094ca84221424e839b8b8b
MD5 c9bd20cb582eac270fdf099eeae5bc2e
BLAKE2b-256 da734ad5b1f6a2e21cf1e85afdaad2b7b1a933985e2f5d679147a1953aaa192c

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