{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"},{"label":"WSGI","url":"https://skillfed.io/packages/category/internet-www-http-wsgi"},{"label":"Server","url":"https://skillfed.io/packages/category/internet-www-http-wsgi-server"}],"enrichment":{"capability":"pyuwsgi packages the uWSGI application server as an importable Python module with pre-built wheels, allowing you to run a WSGI application server directly from Python code or via command-line scripts.","skillfed_tags":["wsgi-server","application-deployment"],"use_cases":["Deploy a Python WSGI application as a managed server without installing uWSGI separately on the system.","Run uWSGI configuration and management entirely within Python code, importing and calling it programmatically.","Package a complete application server as part of a Python environment or container without relying on system package managers.","Use the stats_pusher_statsd plugin for metrics collection without additional uWSGI configuration."],"what_it_does":"pyuwsgi is the uWSGI application server packaged as a Python module rather than a standalone binary. It lets you run a production-grade WSGI server directly from Python code or via console scripts (pyuwsgi and uwsgi), with pre-built wheels that bundle common libraries (zlib, pcre, jansson) to avoid compilation on most platforms.\n\nThe package is built directly from uWSGI's source without modifications, using a different setup.py to integrate it into the Python ecosystem. It includes the stats_pusher_statsd plugin by default and intentionally omits SSL support from pre-built wheels; SSL can be added by rebuilding locally if needed. It's a drop-in replacement for uWSGI when you want to manage it as a Python dependency rather than a system package.","worth_installing":"Yes, if you want to manage uWSGI as a Python dependency and avoid system-level installation or compilation. The pre-built wheels cover common platforms and Python versions, and the GPLv2 linking exception removes licensing friction for proprietary projects. No if you need SSL support out of the box or prefer uWSGI as a standalone binary managed outside Python's package ecosystem."},"id":"pyuwsgi","links":{"html":"https://skillfed.io/packages/pyuwsgi","md":"https://skillfed.io/packages/pyuwsgi.md","pypi":"https://pypi.org/project/pyuwsgi/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-24","license_spdx":null,"license_treatment":"copyleft","name":"pyuwsgi","python_support":"unspecified","summary":"The uWSGI server"},"popularity":{"monthly_downloads":586276,"position":5881,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.30.post1"}
