{ "info": { "author": "Remco Wendt", "author_email": "remco.wendt@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "=========================\n Django Extensions Shell\n=========================\n\n.. image:: https://img.shields.io/pypi/l/django-extensions-shell.svg\n :target: https://raw.githubusercontent.com/shanx/django-extensions-shell/master/LICENSE\n\n.. image:: https://img.shields.io/pypi/v/django-extensions-shell.svg\n :target: https://pypi.python.org/pypi/django-extensions-shell/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/django-extensions-shell.svg\n :target: https://pypi.python.org/pypi/django-extensions-shell/\n :alt: Number of PyPI downloads\n\n.. image:: https://img.shields.io/pypi/wheel/django-extensions-shell.svg\n :target: https://pypi.python.org/pypi/django-extensions-shell/\n :alt: Supports Wheel format\n\nDjango Extensions Shell is the `shell_plus` command extracted from the excellent Django Extensions project into its\nown project. In most projects I've been only using the `shell_plus` command and to me it feels much better to\nintroduce a dependency on this specific code in projects then to depend on the whole Django Extensions project.\n\nDjango Extensions Shell will loosely follow releases done by the Django Extensions Project itself. The version\nnumber of Django Extensions Shell will always match the release of Django Extensions.\n\n\nRequirements\n============\n\nDjango Extensions Shell requires Django 1.8 or later.\n\n\nGetting It\n==========\n\nYou can get Django Extensions by using pip or easy_install::\n\n $ pip install django-extensions-shell\n or\n $ easy_install django-extensions-shell\n\nIf you want to install it from source, grab the git repository from GitHub and run setup.py::\n\n $ git clone git://github.com/shanx/django-extensions-shell.git\n $ cd django-extensions-shell\n $ python setup.py install\n\n\nInstalling It\n=============\n\nTo enable `django_extensions` in your project you need to add it to `INSTALLED_APPS` in your projects\n`settings.py` file::\n\n INSTALLED_APPS = (\n ...\n 'django_extensions_shell',\n ...\n )\n\n\nUsing It\n========\n\nRun the enhanced django shell::\n\n $ python manage.py shell_plus\n\n\nDocumentation\n=============\n\nYou can view documentation online at:\n\n- https://django-extensions-shell.readthedocs.io\n\nOr you can look at the docs/ directory in the repository.\n\n\nChangelog\n=========\n\n1.7.5 (unreleased)\n------------------\n\n\n1.7.4.1 (2016-09-16)\n--------------------\n\n* This version is still based on 1.7.4, unfortunately a minor bug was found that had to be fixed.\n\n\n1.7.4 (2016-09-13)\n------------------\n\n* Initial release based on Django Extensions 1.7.4\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/shanx/django-extensions-shell", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-extensions-shell", "package_url": "https://pypi.org/project/django-extensions-shell/", "platform": "any", "project_url": "https://pypi.org/project/django-extensions-shell/", "project_urls": { "Homepage": "http://github.com/shanx/django-extensions-shell" }, "release_url": "https://pypi.org/project/django-extensions-shell/1.7.4.1/", "requires_dist": null, "requires_python": "", "summary": "Isolated shell_plus command from django-extensions", "version": "1.7.4.1" }, "last_serial": 2346133, "releases": { "1.7.4": [ { "comment_text": "", "digests": { "md5": "1bd47afd7b732d5d914ae1c70e0eff7d", "sha256": "add3e3bc730f1b20bb7c43a4dbb5cb3058be8b7c614587ee7b96f44d0fd6eaa5" }, "downloads": -1, "filename": "django_extensions_shell-1.7.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1bd47afd7b732d5d914ae1c70e0eff7d", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 15988, "upload_time": "2016-09-15T09:18:20", "url": "https://files.pythonhosted.org/packages/8c/cd/d984772fcea7a37547a5e516684464bc859d093cd32de5eddd4dd132e727/django_extensions_shell-1.7.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d263ae4a043115e73069f0411f5c3c2b", "sha256": "e7eaa90510a0687b7c27fa7300fe429994ad889923836a18b0b560fa21db41bd" }, "downloads": -1, "filename": "django-extensions-shell-1.7.4.tar.gz", "has_sig": false, "md5_digest": "d263ae4a043115e73069f0411f5c3c2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104631, "upload_time": "2016-09-15T09:18:17", "url": "https://files.pythonhosted.org/packages/22/4d/3286d2625144aa921fea320e61841e6b7aa9f90dd2df16e599ed877e92fd/django-extensions-shell-1.7.4.tar.gz" } ], "1.7.4.1": [ { "comment_text": "", "digests": { "md5": "8b66248f2319dc18a68692203645f350", "sha256": "0aaf5e2d116de31db2430a1626e4e4284554f9d9961b0bdcdc996eef1573a15c" }, "downloads": -1, "filename": "django_extensions_shell-1.7.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8b66248f2319dc18a68692203645f350", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 16349, "upload_time": "2016-09-16T12:31:40", "url": "https://files.pythonhosted.org/packages/18/0a/78bc29a4d03fc9e00ce7798f01e5b4d72109c9491f2eeed9b6714bcbb7a1/django_extensions_shell-1.7.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8736eb660f3f795e331c702d5082ac52", "sha256": "934ab60c839e6ad412375c46a57e6b8a8b2a4fc3a7bdb5bbbe3fa2ba2884eaf5" }, "downloads": -1, "filename": "django-extensions-shell-1.7.4.1.tar.gz", "has_sig": false, "md5_digest": "8736eb660f3f795e331c702d5082ac52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104808, "upload_time": "2016-09-16T12:31:35", "url": "https://files.pythonhosted.org/packages/38/36/aa4a63b692e8ca02e3966347853116c3fca1ed82a57cb1463cbe5116d112/django-extensions-shell-1.7.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b66248f2319dc18a68692203645f350", "sha256": "0aaf5e2d116de31db2430a1626e4e4284554f9d9961b0bdcdc996eef1573a15c" }, "downloads": -1, "filename": "django_extensions_shell-1.7.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8b66248f2319dc18a68692203645f350", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 16349, "upload_time": "2016-09-16T12:31:40", "url": "https://files.pythonhosted.org/packages/18/0a/78bc29a4d03fc9e00ce7798f01e5b4d72109c9491f2eeed9b6714bcbb7a1/django_extensions_shell-1.7.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8736eb660f3f795e331c702d5082ac52", "sha256": "934ab60c839e6ad412375c46a57e6b8a8b2a4fc3a7bdb5bbbe3fa2ba2884eaf5" }, "downloads": -1, "filename": "django-extensions-shell-1.7.4.1.tar.gz", "has_sig": false, "md5_digest": "8736eb660f3f795e331c702d5082ac52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104808, "upload_time": "2016-09-16T12:31:35", "url": "https://files.pythonhosted.org/packages/38/36/aa4a63b692e8ca02e3966347853116c3fca1ed82a57cb1463cbe5116d112/django-extensions-shell-1.7.4.1.tar.gz" } ] }