1 config BR2_PACKAGE_PYTHON_GUNICORN
3 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
4 select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
5 select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
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.