1 repositorio
Lightweight, no-frills Python web frameworks that keep routing, templating, and database access simple and explicit.
Distinct from Python Web Frameworks: Distinct from Python Web Frameworks: focuses on minimal, lightweight frameworks rather than full-featured ones.
Explore 1 awesome GitHub repository matching web development · Minimal. Refine with filters or upvote what's useful.
web.py is a minimal Python web framework that provides the core components needed to build web applications: URL routing, template rendering, database access, form handling, and session management. The framework uses a convention-based approach where URL patterns are automatically mapped to handler classes based on their names, eliminating the need for manual route configuration. It exposes applications as WSGI callables, making them deployable with any WSGI-compliant server. The framework distinguishes itself through its metaclass-driven auto-discovery system, which automatically registers h
Provides a minimal Python web framework that keeps routing, templating, and database access simple and explicit.