{ "info": { "author": "Kane Blueriver", "author_email": "kxxoling@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-ShellPlus\n===============\n\nFlask shell command based on Flask-Script to enhance its shell.\n\nIt will automatically use your favorite Python REPL shell instead\nof the default one. The order is BPython to ptiPython to IPython\nto ptPython to Python.\n\n\nInstallation\n------------\n\npip is suggested::\n\n pip install flask_shellplus\n\n\nUsage\n-----\n\nUse it with Flask-Script:\n\n.. code-block:: python\n\n from flask_shellplus import Shell\n\n def make_context():\n return dict(app=app, db=db, models=models)\n\n manager.add_command('shell', Shell(make_context=make_context))\n\nRun this in your shell::\n\n python manage.py shell\n\nFlask-ShellPlus will find the first available one in BPython, ptiPython,\nIPython, ptPython, and Python.\n\nOr you can manually define the preferred shell with flag ``--plain``,\n``--bpython``, ``--ptipython``, ``--ipython`` or ``--ptpython`` just\nlike ``shell_plus`` in DjangoExtensions.\n\nEnjoy it!\n\n\nLinks\n-----\n\n* `GitHub `__\n* `PyPI `__\n* `Documentation `__", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kxxoling/flask-shellplus/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Flask-ShellPlus", "package_url": "https://pypi.org/project/Flask-ShellPlus/", "platform": "any", "project_url": "https://pypi.org/project/Flask-ShellPlus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kxxoling/flask-shellplus/" }, "release_url": "https://pypi.org/project/Flask-ShellPlus/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.3" }, "last_serial": 2069754, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9ac9a34dbaf3b10041e9c0f676c59940", "sha256": "c99e1da0a1333720bc60d25784bb0f2bbef4634733ea53bb9adecc57dae6b958" }, "downloads": -1, "filename": "Flask-ShellPlus-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9ac9a34dbaf3b10041e9c0f676c59940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3498, "upload_time": "2015-11-15T06:30:39", "url": "https://files.pythonhosted.org/packages/33/f4/6ad8ed6cad670a86c0ac9948dafefc971d9e7631920cf39f9b4284344160/Flask-ShellPlus-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cb0bf59405d935fc64fb3e6641bdef96", "sha256": "1f7a7df7fa59a3daf1209994a23051fcf930a0b0defcf23a87de70f964cb012c" }, "downloads": -1, "filename": "Flask-ShellPlus-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cb0bf59405d935fc64fb3e6641bdef96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5431, "upload_time": "2016-01-09T11:51:13", "url": "https://files.pythonhosted.org/packages/06/20/1c810b22dd913190472a2fe3f63cd1751adb2d58ef423cbc30ed151b519e/Flask-ShellPlus-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "33ce7141978a8e30d9e7a218d559fcf0", "sha256": "149b09b4f27b8ad71abecbbdaefb84ad35b76d45e0d544b5c03e1beb734779be" }, "downloads": -1, "filename": "Flask-ShellPlus-0.0.3.tar.gz", "has_sig": false, "md5_digest": "33ce7141978a8e30d9e7a218d559fcf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5627, "upload_time": "2016-04-18T16:18:05", "url": "https://files.pythonhosted.org/packages/27/e1/570ccbb641a67c8223bc1784a3e7ef75efa48057703591ae1d17c4c91cd1/Flask-ShellPlus-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33ce7141978a8e30d9e7a218d559fcf0", "sha256": "149b09b4f27b8ad71abecbbdaefb84ad35b76d45e0d544b5c03e1beb734779be" }, "downloads": -1, "filename": "Flask-ShellPlus-0.0.3.tar.gz", "has_sig": false, "md5_digest": "33ce7141978a8e30d9e7a218d559fcf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5627, "upload_time": "2016-04-18T16:18:05", "url": "https://files.pythonhosted.org/packages/27/e1/570ccbb641a67c8223bc1784a3e7ef75efa48057703591ae1d17c4c91cd1/Flask-ShellPlus-0.0.3.tar.gz" } ] }