{ "info": { "author": "Axel Haustant", "author_email": "noirbizarre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution" ], "description": "=============\nFlask-Buckets\n=============\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSimple and easy file buckets for Flask\n\n\nCompatibility\n=============\n\nFlask-Buckets requires Python 2.7+ and Flask 0.10+.\n\nAmazon S3 support requires Boto.\n\nOpenStack Swift support requires python-swift-client.\n\nGridFS support requires PyMongo.\n\n\nInstallation\n============\n\nYou can install Flask-Buckets with pip:\n\n::\n\n $ pip install flask-buckets\n # or\n $ pip install flask-buckets[s3] # For Amazon S3 backend support\n $ pip install flask-buckets[swift] # For OpenStack swift backend support\n $ pip install flask-buckets[gridfs] # For GridFS backend support\n $ pip install flask-buckets[all] # To include all dependencies for all backends\n\nor with easy_install:\n\n::\n\n $ easy_install flask-buckets\n # or\n $ easy_install flask-buckets[s3] # For Amazon S3 backend support\n $ easy_install flask-buckets[swift] # For OpenStack swift backend support\n $ easy_install flask-buckets[gridfs] # For GridFS backend support\n $ easy_install flask-buckets[all] # To include all dependencies for all backends\n\n\nQuick start\n===========\n\nTODO: a quick hello world with Flask-Buckets\n\n::\n\n from flask import Flask\n from flask.ext import buckets\n\n app = Flask(__name__)\n buckets.init_app(app)\n\n images = buckets.Bucket('images')\n\n\n if __name__ == '__main__':\n app.run(debug=True)\n\n\nDocumentation\n=============\n\nThe full documentation is hosted `on Read the Docs `_\n\nChangelog\n=========\n\nCurrent\n-------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/flask-buckets", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/noirbizarre/flask-buckets", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "flask-buckets", "package_url": "https://pypi.org/project/flask-buckets/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flask-buckets/", "project_urls": { "Download": "http://pypi.python.org/pypi/flask-buckets", "Homepage": "https://github.com/noirbizarre/flask-buckets" }, "release_url": "https://pypi.org/project/flask-buckets/0.1.dev/", "requires_dist": null, "requires_python": null, "summary": "Simple and easy file storages for Flask", "version": "0.1.dev" }, "last_serial": 1253337, "releases": { "0.1.dev": [] }, "urls": [] }