summaryrefslogtreecommitdiff
path: root/docs/plugins/index.rst
blob: 783d0baa9eb7f98f6205b6b6710b9fcb5d2ae5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.. 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-Beaker <http://pypi.python.org/pypi/bottle-beaker/>`_
    Beaker to session and caching library with WSGI Middleware

`Bottle-Cork <http://cork.firelet.net/>`_
	Cork provides a simple set of methods to implement Authentication and Authorization in web applications based on Bottle.

`Bottle-Cors-plugin <http://pypi.org/project/bottle-cors-plugin/>`_
	Cors-plugin is the easiest way to implement cors on your bottle web application

`Bottle-Extras <http://pypi.python.org/pypi/bottle-extras/>`_
	Meta package to install the bottle plugin collection.

`Bottle-Flash <http://pypi.python.org/pypi/bottle-flash/>`_
	flash plugin for bottle

`Bottle-Hotqueue <http://pypi.python.org/pypi/bottle-hotqueue/>`_
	FIFO Queue for Bottle built upon redis

`Macaron <http://nobrin.github.com/macaron/webapp.html>`_
	Macaron is an object-relational mapper (ORM) for SQLite.

`Bottle-Memcache <http://pypi.python.org/pypi/bottle-memcache/>`_
	Memcache integration for Bottle.

`Bottle-Mongo <http://pypi.python.org/pypi/bottle-mongo/>`_
	MongoDB integration for Bottle

`Bottle-OAuthlib <http://pypi.python.org/pypi/bottle-oauthlib/>`_
	Adapter for oauthlib - create your own OAuth2.0 implementation

`Bottle-Redis <http://pypi.python.org/pypi/bottle-redis/>`_
	Redis integration for Bottle.

`Bottle-Renderer <http://pypi.python.org/pypi/bottle-renderer/>`_
	Renderer plugin for bottle

`Bottle-Servefiles <http://pypi.python.org/pypi/bottle-servefiles/>`_
	A reusable app that serves static files for bottle apps

`Bottle-Sqlalchemy <http://pypi.python.org/pypi/bottle-sqlalchemy/>`_
	SQLAlchemy integration for Bottle.

`Bottle-Sqlite <http://pypi.python.org/pypi/bottle-sqlite/>`_
	SQLite3 database integration for Bottle.

`Bottle-Web2pydal <http://pypi.python.org/pypi/bottle-web2pydal/>`_
	Web2py Dal integration for Bottle.

`Bottle-Werkzeug <http://pypi.python.org/pypi/bottle-werkzeug/>`_
	Integrates the `werkzeug` library (alternative request and response objects, advanced debugging middleware and more).

`bottle-smart-filters <https://github.com/agile4you/bottle-smart-filters/>`_
	Bottle Querystring smart guessing.

`bottle-jwt <https://github.com/agile4you/bottle-jwt/>`_
	JSON Web Token authentication plugin for bottle.py

`Bottle-jwt <https://github.com/agalera/bottlejwt>`_
	JWT integration for bottle

`canister <https://github.com/dagnelies/canister>`_
	a bottle wrapper to provide logging, sessions and authentication

`bottle-cerberus <https://github.com/agalera/bottle-cerberus>`_
	Cerberus integration for bottle

`Bottle-errorsrest <https://github.com/agalera/bottle-errorsrest>`_
	All errors generated from bottle are returned in json

`Bottle-tools <https://github.com/theSage21/bottle-tools>`_
	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.