1config BR2_PACKAGE_PYTHON_GUNICORN 2 bool "python-gunicorn" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 5 select BR2_PACKAGE_PYTHON3_SSL # runtime 6 help 7 Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for 8 UNIX. It's a pre-fork worker model ported from Ruby's 9 Unicorn project. The Gunicorn server is broadly compatible 10 with various web frameworks, simply implemented, light on 11 server resource usage, and fairly speedy. 12 13 http://gunicorn.org/ 14