# List of available Plugins
This is a list of third-party plugins that add extend Bottles core functionality or integrate other libraries with the Bottle framework.
Have a look at Plugins (opens new window) for general questions about plugins (installation, usage). If you plan to develop a new plugin, the Plugin Development Guide (opens new window) may help you.
Bottle-Beaker (opens new window)
Beaker to session and caching library with WSGI Middleware
Bottle-Cork (opens new window)
Cork provides a simple set of methods to implement Authentication and Authorization in web applications based on Bottle.
Bottle-Cors-plugin (opens new window)
Cors-plugin is the easiest way to implement cors on your bottle web application
Bottle-Extras (opens new window)
Meta package to install the bottle plugin collection.
Bottle-Flash (opens new window)
flash plugin for bottle
Bottle-Hotqueue (opens new window)
FIFO Queue for Bottle built upon redis
-
Macaron is an object-relational mapper (ORM) for SQLite.
Bottle-Memcache (opens new window)
Memcache integration for Bottle.
Bottle-Mongo (opens new window)
MongoDB integration for Bottle
Bottle-OAuthlib (opens new window)
Adapter for oauthlib - create your own OAuth2.0 implementation
Bottle-Redis (opens new window)
Redis integration for Bottle.
Bottle-Renderer (opens new window)
Renderer plugin for bottle
Bottle-Servefiles (opens new window)
A reusable app that serves static files for bottle apps
Bottle-Sqlalchemy (opens new window)
SQLAlchemy integration for Bottle.
Bottle-Sqlite (opens new window)
SQLite3 database integration for Bottle.
Bottle-Web2pydal (opens new window)
Web2py Dal integration for Bottle.
Bottle-Werkzeug (opens new window)
Integrates the werkzeug library (alternative request and response objects, advanced debugging middleware and more).
bottle-smart-filters (opens new window)
Bottle Querystring smart guessing.
-
JSON Web Token authentication plugin for bottle.py
-
JWT integration for bottle
-
a bottle wrapper to provide logging, sessions and authentication
bottle-cerberus (opens new window)
Cerberus integration for bottle
Bottle-errorsrest (opens new window)
All errors generated from bottle are returned in json
Bottle-tools (opens new window)
Decorators that auto-supply function arguments using POST/query string data.
Plugins listed here are not part of Bottle or the Bottle project, but developed and maintained by third parties.