{ "info": { "author": "giginet", "author_email": "giginet.net@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-debug-toolbar-vcs-info\n==============================\n\n.. image:: https://travis-ci.org/giginet/django-debug-toolbar-vcs-info.svg?branch=master\n :target: https://travis-ci.org/giginet/django-debug-toolbar-vcs-info\n.. image:: https://coveralls.io/repos/giginet/django-debug-toolbar-vcs-info/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/giginet/django-debug-toolbar-vcs-info?branch=master\n\n\n\nA `Django Debug Toolbar \n`_ panel to show VCS info\n\n.. image:: https://raw.githubusercontent.com/giginet/django-debug-toolbar-vcs-info/master/images/vcs_info_panel.png\n\nSupported python versions\n 2.6, 3.2, 3.3, 3.4, 3.5\nSupported django versions\n 1.7 - 1.10\nSupported VCS\n git\n\nInstallation\n------------------------\n\nUse pip_ ::\n\n $ pip install django-debug-toolbar-vcs-info\n\n.. _pip: https://pypi.python.org/pypi/pip\n\nAdd ``vcs_info_panel`` into ``INSTALL_APPS`` in ``settings.py`` file\n\n.. code:: python\n\n INSTALLED_APPS += (\n 'vcs_info_panel',\n )\n\nAdd the panel you want to use. currently, you can use ``GitInfoPanel`` only.\n\n\n.. code:: python\n\n DEBUG_TOOLBAR_PANELS = (\n ...\n 'vcs_info_panel.panels.GitInfoPanel',\n )\n\nAuthor\n-------------------\n\ngiginet \n\nLICENSE\n-------------------------\n\nMIT License", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/giginet/django-debug-toolbar-vcs-info/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/giginet/django-debug-toolbar-vcs-info", "keywords": "django django-debug-toolbar git vcs info revision hash panel", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-debug-toolbar-vcs-info", "package_url": "https://pypi.org/project/django-debug-toolbar-vcs-info/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-debug-toolbar-vcs-info/", "project_urls": { "Download": "https://github.com/giginet/django-debug-toolbar-vcs-info/tarball/master", "Homepage": "https://github.com/giginet/django-debug-toolbar-vcs-info" }, "release_url": "https://pypi.org/project/django-debug-toolbar-vcs-info/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "A Django Debug Toolbar panel to show VCS info", "version": "1.2.0" }, "last_serial": 2275695, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "16706e0e9eb6343dc41c6d55fa71da63", "sha256": "3f5aeaee83335c2af0f09ac6e49241307d68a545ac35140ec2d89068da45e790" }, "downloads": -1, "filename": "django-debug-toolbar-vcs-info-1.0.0.zip", "has_sig": false, "md5_digest": "16706e0e9eb6343dc41c6d55fa71da63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16535, "upload_time": "2015-12-07T15:40:04", "url": "https://files.pythonhosted.org/packages/33/01/3bd6dddcbf1dfa5c80a3ca1b0bd0c28017d3fa51bbf67f5ca7c5944b3889/django-debug-toolbar-vcs-info-1.0.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d7adbebbe928f2dcd14504afbea0002d", "sha256": "eb1655a980bf2dd01c9bbe629a7114e657fcb48b322d4dcac635eb643edeef0f" }, "downloads": -1, "filename": "django-debug-toolbar-vcs-info-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d7adbebbe928f2dcd14504afbea0002d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8341, "upload_time": "2015-12-08T13:14:00", "url": "https://files.pythonhosted.org/packages/35/77/39e064ef02507ee34100c0c2900796cbc4f24da6194d14f23e52fc9ae0d9/django-debug-toolbar-vcs-info-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b3f088c7777d01d6a584362b1fce7615", "sha256": "edf3e64d4644baa9e055109c9b5548d87dce7a01ba53534f1a2c496c163017a6" }, "downloads": -1, "filename": "django-debug-toolbar-vcs-info-1.2.0.tar.gz", "has_sig": false, "md5_digest": "b3f088c7777d01d6a584362b1fce7615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8313, "upload_time": "2016-08-11T11:17:49", "url": "https://files.pythonhosted.org/packages/6c/79/68082abf05bc3b3b120326c9ed3446ec7b08de2ed553fdecb48e70e07aa7/django-debug-toolbar-vcs-info-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3f088c7777d01d6a584362b1fce7615", "sha256": "edf3e64d4644baa9e055109c9b5548d87dce7a01ba53534f1a2c496c163017a6" }, "downloads": -1, "filename": "django-debug-toolbar-vcs-info-1.2.0.tar.gz", "has_sig": false, "md5_digest": "b3f088c7777d01d6a584362b1fce7615", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8313, "upload_time": "2016-08-11T11:17:49", "url": "https://files.pythonhosted.org/packages/6c/79/68082abf05bc3b3b120326c9ed3446ec7b08de2ed553fdecb48e70e07aa7/django-debug-toolbar-vcs-info-1.2.0.tar.gz" } ] }