{ "info": { "author": "Caleb Smith", "author_email": "caleb.smithnc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "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", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. readme_:\n\ndjango-template-debug\n=====================\n\nA small collection of template tags for debugging and introspecting Django templates\n\n`Documentation `_\n\nRequirements\n************\nNone, but the latest ipdb is highly recommended.\n\nInstallation\n************\n\ndjango-template-debug is available on pypi, so the easiest way to install it\nis using pip::\n\n pip install django-template-debug\n\nSetup\n*****\nAdd 'template_debug' to the INSTALLED_APPS iterable in your settings file. For example::\n\n INSTALLED_APPS = (\n ...\n 'template_debug',\n ...\n )\n\nAdd ``TEMPLATE_DEBUG = True`` to your local or development settings if it is not already set.\n\n- Unless TEMPLATE_DEBUG is set to True, the django-template-debug templates will return an empty string without doing anything. This behavior prevents your application from calling set_trace() or print in a production environment if django-template-debug template tags are accidentally commited and deployed.\n\nUsage\n*****\n\nAdd {% load debug_tags %} in any Django template.\n\nThe available tags to use are {% set_trace %} {% variables %} {% attributes varname %} and {% details varname %}\n\nSee `Example Usage `_ docs for more details\n\nDeveloper Setup\n***************\n\nCreate a fresh virtualenv and install the test requirements::\n\n mkvirtualenv template-debug\n pip install -r requirements/test.txt\n\nUse manage.py in the project directory along with the example.settings file\nfor local testing.\n\nTo run unittests using the virtualenv's Python and Django, use the `runtests`\nscript. To test all supported versions of Python and Django, run the unittests\nusing tox.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/calebsmith/django-template-debug", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-template-debug", "package_url": "https://pypi.org/project/django-template-debug/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-template-debug/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/calebsmith/django-template-debug" }, "release_url": "https://pypi.org/project/django-template-debug/0.3.5/", "requires_dist": null, "requires_python": null, "summary": "A small collection of template tags for debugging and introspecting templates", "version": "0.3.5" }, "last_serial": 1247366, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "98f5c18199fe04a53ffb39d1e66b6706", "sha256": "4984b8f388d7d0f49e525c5d6d5ffb3470b15ef57fb3aec01d864d1bb4559ca6" }, "downloads": -1, "filename": "django-template-debug-0.1.tar.gz", "has_sig": false, "md5_digest": "98f5c18199fe04a53ffb39d1e66b6706", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4696, "upload_time": "2012-06-27T05:30:49", "url": "https://files.pythonhosted.org/packages/61/ec/494a6c580951a72f9b3aaac57196df752d540dcc8a8e5cc0b60f0345001c/django-template-debug-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "db9b3cda462136fd4d95cbe85488a9ee", "sha256": "f8f4165fa5e39600325f1e495f9311c1534fc6cc09d7551bcebaaf083bb017cf" }, "downloads": -1, "filename": "django-template-debug-0.2.tar.gz", "has_sig": false, "md5_digest": "db9b3cda462136fd4d95cbe85488a9ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5629, "upload_time": "2012-07-12T03:22:08", "url": "https://files.pythonhosted.org/packages/75/6b/7ed97abff42a5ab56663b6e96c0ffaec9a3b143b1dbfb4af95b221efb194/django-template-debug-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "dcafd6245a12516bc4812f7442be64e4", "sha256": "8120a479e6e708288ad73fac4b02f377431be5f8ad3739cbe9592f9a82f0d890" }, "downloads": -1, "filename": "django-template-debug-0.3.tar.gz", "has_sig": false, "md5_digest": "dcafd6245a12516bc4812f7442be64e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5809, "upload_time": "2012-07-14T15:44:16", "url": "https://files.pythonhosted.org/packages/25/f5/d2754553de3e23daa7a903f980d6c748ce8ce4ed9a7b85522d81ed9ca2c9/django-template-debug-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "2bc5756bd3322689aaa9557e6af46544", "sha256": "75cd1aee80dcedb8c7c7bef6527c05c91b63c51f5586ebf57a37e06421bb0405" }, "downloads": -1, "filename": "django-template-debug-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2bc5756bd3322689aaa9557e6af46544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5837, "upload_time": "2012-07-14T15:50:08", "url": "https://files.pythonhosted.org/packages/18/62/9785dc0f54049a1358b7b40ed5d31ef2051321960e61d846fdfda7f711e0/django-template-debug-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a1816faabb7fcbb556956dd756c3d71c", "sha256": "8b33b08c42206da89c348f27b0d44043ad56dd45876d53d004048acc0b7b1e1f" }, "downloads": -1, "filename": "django-template-debug-0.3.2.tar.gz", "has_sig": false, "md5_digest": "a1816faabb7fcbb556956dd756c3d71c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5875, "upload_time": "2012-08-24T03:07:43", "url": "https://files.pythonhosted.org/packages/82/87/fe898cc463e86c2e64e8f78d2e18043a4e95829a933e1877a18ffe9ee90f/django-template-debug-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "b4d3f334065f59968c941e7eb1eae995", "sha256": "f912b3020528432720cc303483ac0e903fc3cbad71a5b65e62a00ba6bbb64499" }, "downloads": -1, "filename": "django-template-debug-0.3.3.tar.gz", "has_sig": false, "md5_digest": "b4d3f334065f59968c941e7eb1eae995", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12567, "upload_time": "2013-03-16T21:13:17", "url": "https://files.pythonhosted.org/packages/4b/55/019a974504965b3f171f4761503e1ca0a4a79bcf52eb27d2f823012eff42/django-template-debug-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "2073ce9a7e67505012c7ef921faf7750", "sha256": "892c7e73a76b9cfb7407af52330b4c403c68f757970b36a92e413bdd586ef6fa" }, "downloads": -1, "filename": "django-template-debug-0.3.4.tar.gz", "has_sig": false, "md5_digest": "2073ce9a7e67505012c7ef921faf7750", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14289, "upload_time": "2014-09-21T14:13:15", "url": "https://files.pythonhosted.org/packages/9e/3a/c1b03d1ddd05e9fa69a7782e11fcd3364ac343ea9f94a580d905948b33ff/django-template-debug-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "7eb0bc0f2fcbf820bf10ce9efa875551", "sha256": "d7fd8234b26d9df4b30aa3f33d9283c6ef9525b94e0ddb3e91c48ee8b7472049" }, "downloads": -1, "filename": "django-template-debug-0.3.5.tar.gz", "has_sig": false, "md5_digest": "7eb0bc0f2fcbf820bf10ce9efa875551", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10104, "upload_time": "2014-10-03T23:48:23", "url": "https://files.pythonhosted.org/packages/de/5d/d38cac8f0c00e888e2edf467a18bdbe2b031394668e3cb8959327302ee47/django-template-debug-0.3.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7eb0bc0f2fcbf820bf10ce9efa875551", "sha256": "d7fd8234b26d9df4b30aa3f33d9283c6ef9525b94e0ddb3e91c48ee8b7472049" }, "downloads": -1, "filename": "django-template-debug-0.3.5.tar.gz", "has_sig": false, "md5_digest": "7eb0bc0f2fcbf820bf10ce9efa875551", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10104, "upload_time": "2014-10-03T23:48:23", "url": "https://files.pythonhosted.org/packages/de/5d/d38cac8f0c00e888e2edf467a18bdbe2b031394668e3cb8959327302ee47/django-template-debug-0.3.5.tar.gz" } ] }