The www/py-gunicorn,python3 port
py3-gunicorn-20.0.4p5 – Python WSGI HTTP server (cvsweb github mirror)
Description
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.WWW: https://gunicorn.org/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/bin/gunicorn
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/LICENSE
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/entry_points.txt
- /usr/local/lib/python3.11/site-packages/gunicorn-20.0.4.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/gunicorn/
- /usr/local/lib/python3.11/site-packages/gunicorn/__init__.py
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/arbiter.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/arbiter.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/config.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/config.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/debug.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/debug.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/errors.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/errors.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/glogging.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/glogging.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/pidfile.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/pidfile.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/reloader.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/reloader.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/sock.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/sock.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/systemd.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/systemd.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/util.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/__pycache__/util.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__init__.py
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/base.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/base.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/pasterapp.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/pasterapp.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/wsgiapp.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/__pycache__/wsgiapp.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/app/base.py
- /usr/local/lib/python3.11/site-packages/gunicorn/app/pasterapp.py
- /usr/local/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py
- /usr/local/lib/python3.11/site-packages/gunicorn/arbiter.py
- /usr/local/lib/python3.11/site-packages/gunicorn/config.py
- /usr/local/lib/python3.11/site-packages/gunicorn/debug.py
- /usr/local/lib/python3.11/site-packages/gunicorn/errors.py
- /usr/local/lib/python3.11/site-packages/gunicorn/glogging.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__init__.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/body.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/body.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/errors.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/errors.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/message.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/message.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/parser.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/parser.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/unreader.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/unreader.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/wsgi.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/__pycache__/wsgi.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/http/body.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/errors.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/message.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/parser.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/unreader.py
- /usr/local/lib/python3.11/site-packages/gunicorn/http/wsgi.py
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/__init__.py
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/statsd.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/statsd.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/instrument/statsd.py
- /usr/local/lib/python3.11/site-packages/gunicorn/pidfile.py
- /usr/local/lib/python3.11/site-packages/gunicorn/reloader.py
- /usr/local/lib/python3.11/site-packages/gunicorn/sock.py
- /usr/local/lib/python3.11/site-packages/gunicorn/systemd.py
- /usr/local/lib/python3.11/site-packages/gunicorn/util.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__init__.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base_async.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base_async.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/geventlet.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/geventlet.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/ggevent.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/ggevent.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gthread.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gthread.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gtornado.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gtornado.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/sync.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/sync.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/workertmp.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/__pycache__/workertmp.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/base.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/base_async.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/geventlet.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/ggevent.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/gthread.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/gtornado.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/sync.py
- /usr/local/lib/python3.11/site-packages/gunicorn/workers/workertmp.py
- @conflict py-gunicorn-*