1 مستودع
Web frameworks distributed as a single source file to simplify installation and deployment.
Distinct from Single-File Distributions: Candidates focus on HTML files (SPAs) or binary executables, not source-code frameworks.
Explore 1 awesome GitHub repository matching web development · Single-File Web Frameworks. Refine with filters or upvote what's useful.
Bottle is a lightweight Python web micro-framework and template engine. It functions as a WSGI web framework that routes HTTP requests to Python functions to generate dynamic content. The framework is distributed as a single Python file with no external dependencies. This minimalist distribution model allows for rapid application prototyping and the creation of web services with a small footprint. The project provides capabilities for dynamic request routing, REST API development, and dynamic HTML rendering. It includes a built-in HTTP development server for web application hosting and a plu
Distributed as a single Python file with no external dependencies for a minimalist footprint.