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