{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks"},{"label":"WSGI","url":"https://skillfed.io/packages/category/internet-www-http-wsgi"},{"label":"HTTP Servers","url":"https://skillfed.io/packages/category/internet-www-http-http-servers"},{"label":"Application","url":"https://skillfed.io/packages/category/internet-www-http-wsgi-application"},{"label":"Middleware","url":"https://skillfed.io/packages/category/internet-www-http-wsgi-middleware"},{"label":"Server","url":"https://skillfed.io/packages/category/internet-www-http-wsgi-server"},{"label":"CGI Tools/Libraries","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content-cgi-tools-libraries"}],"enrichment":{"capability":"Bottle is a lightweight WSGI microframework for building web applications in Python, providing routing, templating, and HTTP utilities with no external dependencies beyond the standard library.","skillfed_tags":["microframework","wsgi","zero-dependencies"],"use_cases":["Build a small REST API or web service that needs routing and HTTP utilities without framework overhead.","Prototype a web application quickly using the built-in development server and template engine.","Embed a lightweight HTTP interface into an existing Python application or tool.","Create a simple web application that runs on constrained environments where minimal dependencies matter.","Serve templated HTML responses with form data handling and cookie management."],"what_it_does":"Bottle is a single-file WSGI microframework designed for small web applications. It bundles routing, templating, and HTTP utilities into one module with zero external dependencies, making it quick to install and deploy. The framework handles URL mapping to functions, provides a built-in template engine, and can integrate with external template engines. It includes a development server and works with standard WSGI servers for production use.\n\nThe framework is aimed at developers who want a minimal, self-contained tool for web development without overhead. Its single-file distribution and lack of dependencies make it portable and suitable for embedded use or rapid prototyping. It supports Python 2.7 and Python 3.8 through 3.13, though the project is classified as Beta status.","worth_installing":"Yes, if you need a lightweight, dependency-free web framework for small projects or prototyping. The permissive MIT license, active repository, and zero external dependencies make it low-risk to adopt. Verify the project's maintenance cadence for production use before committing."},"id":"bottle","links":{"html":"https://skillfed.io/packages/bottle","md":"https://skillfed.io/packages/bottle.md","pypi":"https://pypi.org/project/bottle/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-06-15","license_spdx":null,"license_treatment":"permissive","name":"bottle","python_support":"unspecified","summary":"Fast and simple WSGI-framework for small web-applications."},"popularity":{"monthly_downloads":11271242,"position":1403,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.13.4"}
