{ "info": { "author": "Kamil Mowinski", "author_email": "kamil.mowinski@pwr.wroc.pl", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nSQL Cache\n=====\n\nSQL Cache is a simple Django Middleware to prevent execute the same sql query in one request.\n\nQuick start\n-----------\n\n1. Go to your project directory\n\n2. Install sql cache\n\n python directory_to_sql_cache/setup.py install\n\n3. Add \"sql_cache\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'sql_cache',\n )\n\n4. Add \"django_sql_cache.middleware.QueryCacheMiddleware\" to your MIDDLEWARE_CLASSES\n MIDDLEWARE_CLASSES = (\n ...\n 'sql_cache.middleware.QueryCacheMiddleware',\n )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "sql_cache", "package_url": "https://pypi.org/project/sql_cache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sql_cache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/sql_cache/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple caching for sql query", "version": "0.1" }, "last_serial": 838881, "releases": { "0.1": [] }, "urls": [] }