{ "info": { "author": "Kevin O'Connor", "author_email": "kevin@oconnor.mp", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Django Debug Toolbar SQLAlchemy\n\nSQLAlchemy query information panel for Django Debug Toolbar.\n\n## Setup\n\nOnce the package is installed you'll want to add the module to your installed apps:\n\n\tINSTALLED_APPS = (\n\t\t...\n\t\t'debug_toolbar_sqlalchemy',\n\t\t...\n\t)\n\t\n\tDEBUG_TOOLBAR_PANELS = (\n\t\t...\n\t\t'debug_toolbar_sqlalchemy.panel.SqlAlchemyDebugPanel',\n\t\t...\n\t)\n\nThe only optional setting there is to modify is ```DEBUG_TOOLBAR_SQLALCHEMY_SLOW_QUERY_TIME``` which defines the cutoff in milliseconds for which queries will be marked as being slow.\n\n## License\nThis project is licensed on the GPLv3 license. The full license can be found in the LICENSE file.", "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/kevinoconnor7/django-debug-toolbar-sqlalchemy", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "django-debug-toolbar-sqlalchemy", "package_url": "https://pypi.org/project/django-debug-toolbar-sqlalchemy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-debug-toolbar-sqlalchemy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kevinoconnor7/django-debug-toolbar-sqlalchemy" }, "release_url": "https://pypi.org/project/django-debug-toolbar-sqlalchemy/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "SQLAlchemy query information panel for Django Debug Toolbar", "version": "0.1.0" }, "last_serial": 958178, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2365b91098276114b916378e13520556", "sha256": "b8a247899f89d46503772395766d88cd431f0cf85d015f84b370331e4c7225a7" }, "downloads": -1, "filename": "django-debug-toolbar-sqlalchemy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2365b91098276114b916378e13520556", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15920, "upload_time": "2014-01-01T23:46:39", "url": "https://files.pythonhosted.org/packages/cc/ce/81d9c782e14d42e28ae7b592eb9b0123a22e96cdb58813ace182cab9c792/django-debug-toolbar-sqlalchemy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2365b91098276114b916378e13520556", "sha256": "b8a247899f89d46503772395766d88cd431f0cf85d015f84b370331e4c7225a7" }, "downloads": -1, "filename": "django-debug-toolbar-sqlalchemy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2365b91098276114b916378e13520556", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15920, "upload_time": "2014-01-01T23:46:39", "url": "https://files.pythonhosted.org/packages/cc/ce/81d9c782e14d42e28ae7b592eb9b0123a22e96cdb58813ace182cab9c792/django-debug-toolbar-sqlalchemy-0.1.0.tar.gz" } ] }