{ "info": { "author": "Marcel Tschopp", "author_email": "mt@corova.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-Elastic\n=============\n\nIntegrates the official `Python low-level client for Elasticsearch `_ into Flask.\n\nInstallation\n------------\n\nFlask-Elastic is pip installable:\n\n\t$ pip install Flask-Elastic\n\nConfigure\n---------\n\nThe only configuration is ``ELASTICSEARCH_URL``, defaults to ``localhost:9200``. You can pass any kwargs to ``Elastic()`` for further configuration. The kwargs will be passed to ``Elasticsearch()``.\n\nUsage\n-----\n\nImport the extension into your Flask project and initialize:\n\n\tfrom flask.ext.elastic import Elastic\n\n\telastic = Elastic(app)\n\nDevelopment\n-----------\n\nSource code is hosted on `GitHub `_ (contributions are welcome).", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/bbmogool/flask-elastic/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Flask-Elastic", "package_url": "https://pypi.org/project/Flask-Elastic/", "platform": "any", "project_url": "https://pypi.org/project/Flask-Elastic/", "project_urls": { "Download": "https://github.com/bbmogool/flask-elastic/", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/Flask-Elastic/0.2/", "requires_dist": null, "requires_python": null, "summary": "Integrates official client for Elasticsearch into Flask", "version": "0.2" }, "last_serial": 1213794, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0de49f7ce7e3e3dd48ec468c957dd97e", "sha256": "ef52f1f119ea3bdcf1377d0f851b999f4b8e0a390dbec83a71deea1abd513076" }, "downloads": -1, "filename": "Flask-Elastic-0.1.tar.gz", "has_sig": false, "md5_digest": "0de49f7ce7e3e3dd48ec468c957dd97e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2056, "upload_time": "2014-09-04T11:23:17", "url": "https://files.pythonhosted.org/packages/a4/11/9a62360261c39b3f299260fc5dccbad1633cde6756928d260276cd5a96ae/Flask-Elastic-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "80b4edf4eaf73e480330413e15d5f990", "sha256": "5f01a6fc541b5d2576a9b0251f201b4f80cb7109c8b1e0e6d50a9d6f9ce31343" }, "downloads": -1, "filename": "Flask-Elastic-0.2.tar.gz", "has_sig": false, "md5_digest": "80b4edf4eaf73e480330413e15d5f990", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2132, "upload_time": "2014-09-05T07:06:43", "url": "https://files.pythonhosted.org/packages/5b/22/7862ac6879032ede4811a2cf347e4621c0b9b71108234d76edd96c460c38/Flask-Elastic-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80b4edf4eaf73e480330413e15d5f990", "sha256": "5f01a6fc541b5d2576a9b0251f201b4f80cb7109c8b1e0e6d50a9d6f9ce31343" }, "downloads": -1, "filename": "Flask-Elastic-0.2.tar.gz", "has_sig": false, "md5_digest": "80b4edf4eaf73e480330413e15d5f990", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2132, "upload_time": "2014-09-05T07:06:43", "url": "https://files.pythonhosted.org/packages/5b/22/7862ac6879032ede4811a2cf347e4621c0b9b71108234d76edd96c460c38/Flask-Elastic-0.2.tar.gz" } ] }