{ "info": { "author": "Max Klymyshyn", "author_email": "klymyshyn@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", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "HTML Tidy/Validator Panel for Django Debug Toolbar\n========\n\nThe Django Debug Toolbar is a configurable set of panels that display various\ndebug information about the current request/response and when clicked, display\nmore details about the panel's content.\n\nHTML Tidy or HTML Validatory is custom panel for Django Debug Panel which\nvalidate your HTML and display warning and errors as panel.\n\nPanel code based on PyTidyLib\n\nInstallation & Configuration\n-----------------\n\n1. Install and configure `django-debug-toolbar` app\n\n1. Add the `debug_toolbar_htmltidy` directory to your Python path.\n\n1. Add `debug_toolbar_htmltidy` to your `INSTALLED_APPS` in `settings.py` file:\n***\n INSTALLED_APPS += (\n 'debug_toolbar_htmltidy',\n )\n\n1. Add the following panel to your Django Debug Toolbar panels\n configuration tuple in `settings.py` file:\n\n***\n DEBUG_TOOLBAR_PANELS = (\n\t ...\n\t 'debug_toolbar_htmltidy.panels.HTMLTidyDebugPanel',\n )\n\n1. Include in file which specified in `ROOT_URLCONF` setting in `settings.py`\n url to `HTMLTidyDebugPanel` media:\n\n***\n \turl(r'^', include('debug_toolbar_htmltidy.urls'))\n\n\nRunning the Tests\n-----------------\n\nThe HTML Tidy Panel for Django Debug Toolbar includes a test suite\n::\n\n python setup.py test\n\n\nTests result\n=================\n\n\tDjango\tDebug Toolbar\tStatus\n\t------------------------------\n\t1.1.1\t0.8.5\t\t\tpassed\n\t1.1.1\t0.8.4\t\t\tpassed\n\t1.1.1\t0.8.3\t\t\tpassed\n\t1.1.1\t0.8.2\t\t\tpassed\n\t1.1.1\t0.8.1\t\t\tfailed\n\t1.1.1\t0.8.0\t\t\tfailed\n\t1.2\t\t0.8.5\t\t\tpassed\n\t1.2\t\t0.8.4\t\t\tpassed\n\t1.2\t\t0.8.3\t\t\tpassed\n\t1.2\t\t0.8.2\t\t\tpassed\n\t1.2\t\t0.8.1\t\t\tfailed\n\t1.2\t\t0.8.0\t\t\tfailed\n\t1.3\t\t0.8.5\t\t\tpassed\n\t1.3\t\t0.8.4\t\t\tpassed\n\t1.3\t\t0.8.3\t\t\tpassed\n\t1.3\t\t0.8.2\t\t\tpassed\n\t1.3\t\t0.8.1\t\t\tfailed\n\t1.3\t\t0.8.0\t\t\tfailed\n\n\nTODOs and BUGS\n==============\nSee: [issue tracker on github](https://github.com/joymax/django-dtpanel-htmltidy/issues)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/joymax/django-dtpanel-htmltidy/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joymax/django-dtpanel-htmltidy", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-dtpanel-htmltidy", "package_url": "https://pypi.org/project/django-dtpanel-htmltidy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-dtpanel-htmltidy/", "project_urls": { "Download": "https://github.com/joymax/django-dtpanel-htmltidy/downloads", "Homepage": "https://github.com/joymax/django-dtpanel-htmltidy" }, "release_url": "https://pypi.org/project/django-dtpanel-htmltidy/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Custom panel form Django Debug Toolbar which display HTML Validation errors and warnings", "version": "0.1.1" }, "last_serial": 789509, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e6fbff7da4bc7ba849f2502ea44ac830", "sha256": "c895d0d53a4eea768576aaf36a86ce90faff20f904bf63b53b6d46df75d37e19" }, "downloads": -1, "filename": "django-dtpanel-htmltidy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6fbff7da4bc7ba849f2502ea44ac830", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11276, "upload_time": "2011-06-15T12:49:19", "url": "https://files.pythonhosted.org/packages/b9/00/1a1780cbaa88cf3222e388ce9cd8daeac74d6e21033b8e56436399f4dc7c/django-dtpanel-htmltidy-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6fbff7da4bc7ba849f2502ea44ac830", "sha256": "c895d0d53a4eea768576aaf36a86ce90faff20f904bf63b53b6d46df75d37e19" }, "downloads": -1, "filename": "django-dtpanel-htmltidy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6fbff7da4bc7ba849f2502ea44ac830", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11276, "upload_time": "2011-06-15T12:49:19", "url": "https://files.pythonhosted.org/packages/b9/00/1a1780cbaa88cf3222e388ce9cd8daeac74d6e21033b8e56436399f4dc7c/django-dtpanel-htmltidy-0.1.1.tar.gz" } ] }