.. module:: bottle ========================= 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 :ref:`plugins` for general questions about plugins (installation, usage). If you plan to develop a new plugin, the :doc:`/plugindev` may help you. `Bottle-Extras `_ Meta package to install the bottle plugin collection. `Bottle-Flash `_ flash plugin for bottle `Bottle-Hotqueue `_ FIFO Queue for Bottle built upon redis `Macaron `_ Macaron is an object-relational mapper (ORM) for SQLite. `Bottle-Memcache `_ Memcache integration for Bottle. `Bottle-MongoDB `_ MongoDB integration for Bottle `Bottle-Redis `_ Redis integration for Bottle. `Bottle-Renderer `_ Renderer plugin for bottle `Bottle-Servefiles `_ A reusable app that serves static files for bottle apps `Bottle-Sqlalchemy `_ SQLAlchemy integration for Bottle. `Bottle-Sqlite `_ SQLite3 database integration for Bottle. `Bottle-Web2pydal `_ Web2py Dal integration for Bottle. `Bottle-Werkzeug `_ Integrates the `werkzeug` library (alternative request and response objects, advanced debugging middleware and more). Plugins listed here are not part of Bottle or the Bottle project, but developed and maintained by third parties. .. toctree:: :glob: :hidden: /plugins/*