Metadata-Version: 1.1
Name: bottle-extras
Version: 0.1.0
Summary: Meta package to install the bottle plugin collection.
Home-page: http://bottlepy.org/docs/dev/plugins.html
Author: Sean M. Collins
Author-email: sean@coreitpro.com
License: MIT
Description: The bottle-extras module depends on all plugins of the bottle-extras
        collection. Installing it vith `pip` or `easy_install` also installs:
        * bottle.ext.sqlite
        * bottle.ext.werkzeug
        * bottle.ext.redis
        * bottle.ext.memcache
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: bottle (>=0.9)
Requires: bottle_sqlite
Requires: bottle_werkzeug
Requires: bottle_redis
Requires: bottle_memcache
