{ "info": { "author": "Invenio Collaboration", "author_email": "info@invenio-software.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "===========\n Flask-CLI\n===========\n\nAbout\n=====\n\nFlask-CLI is a backport of Flask 1.0 new click integration to Flask 0.10. Do not install this package if you use Flask 1.0+.\n\nInstallation\n============\n\nFlask-CLI is on PyPI so all you need is: ::\n\n pip install flask-cli\n\n\nUsage\n=====\n\nInitialize the extension like this:\n\n.. code-block:: python\n\n from flask import Flask\n from flask_cli import FlaskCLI\n app = Flask('myapp')\n FlaskCLI(app)\n\n @app.cli.command()\n def mycmd():\n click.echo(\"Test\")\n\n @app.shell_context_processor\n def myctx():\n return {'myvar': 'value'}\n\nImport from this library instead of ``flask.cli``:\n\n.. code-block:: python\n\n from flask_cli import FlaskGroup\n\nDocumentation\n=============\n\nDocumentation is readable at http://flask-cli.readthedocs.org or can be\nbuild using Sphinx: ::\n\n pip install Sphinx\n python setup.py build_sphinx\n\nTesting\n=======\n\nRunning the test suite is as simple as: ::\n\n python setup.py test", "description_content_type": null, "docs_url": "https://pythonhosted.org/Flask-CLI/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/inveniosoftware/flask-cli/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "Flask-CLI", "package_url": "https://pypi.org/project/Flask-CLI/", "platform": "any", "project_url": "https://pypi.org/project/Flask-CLI/", "project_urls": { "Homepage": "http://github.com/inveniosoftware/flask-cli/" }, "release_url": "https://pypi.org/project/Flask-CLI/0.4.0/", "requires_dist": [ "Flask (>=0.10)", "click (>=2.0)", "Sphinx (>=1.3); extra == 'all'", "check-manifest (>=0.25); extra == 'all'", "coverage (>=4.0); extra == 'all'", "isort (>=4.2.2); extra == 'all'", "pydocstyle (>=1.0.0); extra == 'all'", "pytest-cache (>=1.0); extra == 'all'", "pytest-cov (>=1.8.0); extra == 'all'", "pytest-pep8 (>=1.0.6); extra == 'all'", "pytest (>=2.8.0); extra == 'all'", "Sphinx (>=1.3); extra == 'all'", "check-manifest (>=0.25); extra == 'all'", "coverage (>=4.0); extra == 'all'", "isort (>=4.2.2); extra == 'all'", "pydocstyle (>=1.0.0); extra == 'all'", "pytest-cache (>=1.0); extra == 'all'", "pytest-cov (>=1.8.0); extra == 'all'", "pytest-pep8 (>=1.0.6); extra == 'all'", "pytest (>=2.8.0); extra == 'all'", "Sphinx (>=1.3); extra == 'docs'", "check-manifest (>=0.25); extra == 'tests'", "coverage (>=4.0); extra == 'tests'", "isort (>=4.2.2); extra == 'tests'", "pydocstyle (>=1.0.0); extra == 'tests'", "pytest-cache (>=1.0); extra == 'tests'", "pytest-cov (>=1.8.0); extra == 'tests'", "pytest-pep8 (>=1.0.6); extra == 'tests'", "pytest (>=2.8.0); extra == 'tests'" ], "requires_python": "", "summary": "Backport of Flask 1.0 new click integration.", "version": "0.4.0" }, "last_serial": 2359075, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5e008e325deae840ff1c6543562bebe1", "sha256": "00a3a57119519ee76d2daccdc519eaab38a9a93476846ee786bf292cc1a8c03c" }, "downloads": -1, "filename": "Flask_CLI-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e008e325deae840ff1c6543562bebe1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10833, "upload_time": "2015-07-31T11:55:29", "url": "https://files.pythonhosted.org/packages/d1/83/001462a432473af204ecc06bdeddb99e7f08afe28c47ed42d359e15a8717/Flask_CLI-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "602bb99dc4da845fefd882abaa11c815", "sha256": "3de07c2a63b09d3ec228ed6f91897dee8debea593365232d1c836a5b4a79c348" }, "downloads": -1, "filename": "Flask-CLI-0.1.0.tar.gz", "has_sig": false, "md5_digest": "602bb99dc4da845fefd882abaa11c815", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17599, "upload_time": "2015-07-31T11:55:25", "url": "https://files.pythonhosted.org/packages/f4/86/b8c8c8af3667786bf3e6734720b153f770b4b1846e18d1fa04d5f6ef5ed1/Flask-CLI-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "98fc38f393b030b864cdeabad4aa075a", "sha256": "961e3a96e1ee873d4eb2a3ec7cf8283118e278a73ce37eccdb6cc684d285d6c3" }, "downloads": -1, "filename": "Flask_CLI-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "98fc38f393b030b864cdeabad4aa075a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11687, "upload_time": "2015-07-31T14:28:29", "url": "https://files.pythonhosted.org/packages/f4/97/be8617338b26345067c115878135c2d70932eb619f850c9986fb1a2c8338/Flask_CLI-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f19c24decaeea3e61f4edb4fd1296d92", "sha256": "3281dbebd1db5f351dab201f09361b8afd4ffb0aecaafe5508ca1ae9ace0d1bf" }, "downloads": -1, "filename": "Flask-CLI-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f19c24decaeea3e61f4edb4fd1296d92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18127, "upload_time": "2015-07-31T14:28:26", "url": "https://files.pythonhosted.org/packages/b9/6d/2e6a4cf26a490063c15df0de551bc98c2eec9cc34f4845ad2d8eae04424d/Flask-CLI-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b9655ac6369de8f878c8546975f5f49a", "sha256": "a2490a22e2d3332c05835fe80775c3e30eca03c353c75fdefcd1b4a505fd5996" }, "downloads": -1, "filename": "Flask_CLI-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b9655ac6369de8f878c8546975f5f49a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12704, "upload_time": "2015-08-03T17:49:15", "url": "https://files.pythonhosted.org/packages/d8/c4/c366fcfa70c322eb6b244ffe9f8f5a7382b98869e6c4a8a7bac54f143317/Flask_CLI-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a353a1eaa03ad823ec7dde1cff0ce12", "sha256": "95bfe62f13ab5a9ae30ad2abec750eebae9737989c7e28337d311f52eaf23cbd" }, "downloads": -1, "filename": "Flask-CLI-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2a353a1eaa03ad823ec7dde1cff0ce12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18845, "upload_time": "2015-08-03T17:49:12", "url": "https://files.pythonhosted.org/packages/7e/df/94d9e5e5ff0d675bbb9ba39d21c985039e627eb6d83b31ef2e995a55f5a7/Flask-CLI-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "4e8ad3c95a511516fafc96d0d0c87c89", "sha256": "c4a45f3b8baa8072db6112cbac04453a89362c0b8e41ed2136a4e3af1c019652" }, "downloads": -1, "filename": "Flask_CLI-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4e8ad3c95a511516fafc96d0d0c87c89", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13118, "upload_time": "2016-05-18T09:34:38", "url": "https://files.pythonhosted.org/packages/85/97/6521457590427e584546168135b07e8f666ee912e0c5397b1714de357446/Flask_CLI-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04a1e894128a153af3295c1ddddef1ac", "sha256": "a7171024070f6d67e85a1773c27d05cce6eadc19430d60aed964c34a562c688c" }, "downloads": -1, "filename": "Flask-CLI-0.3.0.tar.gz", "has_sig": false, "md5_digest": "04a1e894128a153af3295c1ddddef1ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21031, "upload_time": "2016-05-18T09:35:01", "url": "https://files.pythonhosted.org/packages/d5/9f/1a27d2ac47f568dc64f3914a40e696dc2dba6afe11f6077e2ebb5ab76492/Flask-CLI-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "0cde271f7071d3d96c75c69994d8069b", "sha256": "625b534f1bd4d05cbd2084b6b820e2d8cbfea8bc08dd3ee786f365bc0591f1d8" }, "downloads": -1, "filename": "Flask_CLI-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cde271f7071d3d96c75c69994d8069b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13479, "upload_time": "2016-06-29T10:26:12", "url": "https://files.pythonhosted.org/packages/2e/6c/67a364327f720806ebdd6ff3e98d7f9789971b34477e97ef8e77a0c45056/Flask_CLI-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c14202e4f7c3d4d6bdfafe334cb2a6c", "sha256": "6604ab407c0a2f6cdb51e1f64bdb01b8b135d547a0a99189b9158353ded6eeb9" }, "downloads": -1, "filename": "Flask-CLI-0.4.0.tar.gz", "has_sig": false, "md5_digest": "6c14202e4f7c3d4d6bdfafe334cb2a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21634, "upload_time": "2016-06-29T10:26:16", "url": "https://files.pythonhosted.org/packages/96/aa/12256c6efd795e4d14a3b22a021ec337b403680ec57127a546c4b72daeb0/Flask-CLI-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0cde271f7071d3d96c75c69994d8069b", "sha256": "625b534f1bd4d05cbd2084b6b820e2d8cbfea8bc08dd3ee786f365bc0591f1d8" }, "downloads": -1, "filename": "Flask_CLI-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cde271f7071d3d96c75c69994d8069b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13479, "upload_time": "2016-06-29T10:26:12", "url": "https://files.pythonhosted.org/packages/2e/6c/67a364327f720806ebdd6ff3e98d7f9789971b34477e97ef8e77a0c45056/Flask_CLI-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c14202e4f7c3d4d6bdfafe334cb2a6c", "sha256": "6604ab407c0a2f6cdb51e1f64bdb01b8b135d547a0a99189b9158353ded6eeb9" }, "downloads": -1, "filename": "Flask-CLI-0.4.0.tar.gz", "has_sig": false, "md5_digest": "6c14202e4f7c3d4d6bdfafe334cb2a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21634, "upload_time": "2016-06-29T10:26:16", "url": "https://files.pythonhosted.org/packages/96/aa/12256c6efd795e4d14a3b22a021ec337b403680ec57127a546c4b72daeb0/Flask-CLI-0.4.0.tar.gz" } ] }