{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/4"}],"enrichment":{"capability":"Runs WSGI applications like Django and Flask on aiohttp, enabling async handling of client connections and adding websocket support to existing Python web apps.","skillfed_tags":["wsgi-adapter","async-bridge","abandoned"],"use_cases":["Migrate a Django or Flask app to async without rewriting it, running it on aiohttp's event loop","Add websocket endpoints to an existing WSGI application using aiohttp's websocket support","Handle many concurrent client connections by leveraging asyncio instead of threading","Gradually transition a synchronous web framework toward async by running it under aiohttp"],"what_it_does":"aiohttp-wsgi is a bridge that lets you run traditional WSGI applications (Django, Flask, etc.) inside an aiohttp async web server. Instead of running your WSGI app in a separate process or thread pool, it adapts the WSGI interface to work with aiohttp's async event loop, allowing you to handle many concurrent connections more efficiently and add websocket endpoints to an otherwise synchronous web framework.\n\nThe package is small and stable, designed to be a thin adapter layer rather than a full rewrite. It depends only on aiohttp and works across Python 3.6\u20133.10. However, it has been abandoned since February 2022 with no updates since then, so compatibility with newer Python versions or recent aiohttp releases is not guaranteed.","worth_installing":"Yes-with-conditions. The package is permissive-licensed, has low install friction, and solves a real problem for teams wanting to run WSGI apps on aiohttp. However, it is abandoned (last release 2022-02-20) and untested against newer Python versions or recent aiohttp releases. Install only if you are confident the current version works with your target environment, or if you are willing to fork and maintain it yourself."},"id":"aiohttp-wsgi","links":{"html":"https://skillfed.io/packages/aiohttp-wsgi","md":"https://skillfed.io/packages/aiohttp-wsgi.md","pypi":"https://pypi.org/project/aiohttp-wsgi/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-02-20","license_spdx":null,"license_treatment":"permissive","name":"aiohttp-wsgi","python_support":"unspecified","summary":"WSGI adapter for aiohttp."},"popularity":{"monthly_downloads":79271,"position":14369,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.10.0"}
