Bottle

E430994

Bottle is a lightweight Python web framework used for building simple web applications and APIs in a single file.

All labels observed (1)

Label Occurrences
Bottle canonical 2

How this entity was disambiguated

Statements (56)

Predicate Object
instanceOf Python web framework
architecture single-module
author Marcel Hellkamp NERFINISHED
category microframework
comparedWith Django NERFINISHED
Flask
deploymentModel WSGI application
designedFor building web APIs
building web applications
designGoal lightweight
single-file applications
distribution PyPI NERFINISHED
documentationURL https://bottlepy.org/docs/dev/
feature built-in development server
no external dependencies
fileOrganization single file
initialReleaseYear 2009
installCommand pip install bottle
license MIT License
programmingLanguage Python
provides built-in HTTP server
error handling
plugin support
request handling
response handling
routing
templating
repository https://github.com/bottlepy/bottle
supports Cheetah NERFINISHED
Gunicorn NERFINISHED
Jinja2 NERFINISHED
Mako NERFINISHED
Paste
Python 2 NERFINISHED
Python 3 NERFINISHED
WSGI NERFINISHED
bjoern NERFINISHED
cgi
cherrypy NERFINISHED
diesel
eventlet NERFINISHED
fapws3
flup
gevent NERFINISHED
meinheld
rocket
third-party template engines
tornado
uWSGI NERFINISHED
waitress
wsgiref NERFINISHED
templatingEngine SimpleTemplate NERFINISHED
URL https://bottlepy.org/
useCase embedded web interfaces
prototyping
small web services

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

WSGI usedBy Bottle