{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"web.py is a lightweight Python web framework for building web applications with minimal boilerplate, routing HTTP requests to handler functions.","skillfed_tags":["web-framework","lightweight","http-routing"],"use_cases":["Build a simple REST API or microservice that routes HTTP requests to handler functions without heavy framework overhead.","Prototype a web application quickly with minimal setup and configuration before scaling to a larger framework.","Create a lightweight web server for internal tools, dashboards, or single-purpose applications.","Learn web framework fundamentals by studying a small, readable codebase with clear request-to-response flow.","Serve dynamic content with form handling and session management for small-to-medium web projects."],"what_it_does":"web.py is a minimalist web framework that strips away complexity to let you build HTTP applications by mapping URLs to Python classes and functions. It handles routing, request/response processing, and session management with a small API surface and few dependencies\u2014just cheroot for the WSGI server, more_itertools for utility functions, and multipart for form data parsing.\n\nThe framework is designed for developers who want to write web applications without the overhead of larger frameworks. It has been actively maintained since 2007 and currently supports Python 3.10 through 3.14. With no known security vulnerabilities and a permissive public-domain license, it's a straightforward choice for simple web projects where you want direct control over routing and request handling.","worth_installing":"Yes, if you need a simple, low-friction web framework for prototyping or small applications. The public-domain license, active maintenance, low install friction, and lack of security vulnerabilities make it a safe choice. Not recommended if you need the ecosystem, middleware, or scalability of larger frameworks like Django or FastAPI."},"id":"web-py","links":{"html":"https://skillfed.io/packages/web-py","md":"https://skillfed.io/packages/web-py.md","pypi":"https://pypi.org/project/web-py/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-08","license_spdx":null,"license_treatment":"permissive","name":"web-py","python_support":"supports_current","summary":"web.py: makes web apps"},"popularity":{"monthly_downloads":103559,"position":12798,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.76"}
