{ "info": { "author": "Chris Streeter", "author_email": "pypi@chrisstreeter.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===============\nStockpile Cache\n===============\n\nStockpile provides limited automatic caching and invalidation for Django models\nthrough the ORM. Objects fetched through `.objects.get(pk=..)` or\n`.objects.get(id=..)` are cached by the primary key. In addition, there is\na way to get objects with the methods `.objects.pk_in(id_list)` and\n`.objects.id_in(id_list)`.\n\n\nRequirements\n------------\n\nStockpile requires Django 1.3. It was written and tested on Python 2.6.\n\n\nInstallation\n------------\n\nGet it from [pypi](http://pypi.python.org/pypi/django-cache-stockpile):\n\n```bash\npip install django-cache-stockpile\n```\n\nor [github](http://github.com/streeter/django-cache-stockpile):\n\n```bash\npip install -e git://github.com/streeter/django-cache-stockpile.git#egg=django-cache-stockpile\n```\n\n\nRunning Tests\n-------------\n\n```bash\ngit clone git://github.com/streeter/django-cache-stockpile.git\ncd django-cache-stockpile\npip install -r requirements.txt\npython runtests.py\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/streeter/django-cache-stockpile", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-cache-stockpile", "package_url": "https://pypi.org/project/django-cache-stockpile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cache-stockpile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/streeter/django-cache-stockpile" }, "release_url": "https://pypi.org/project/django-cache-stockpile/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple django ORM caching layer.", "version": "0.1.0" }, "last_serial": 773941, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "eae3f2a8f347a8d695710c668cf075bd", "sha256": "348bbd18744ec5af5d7eb61d38d2b9cb2629d6b734eb1d69a6955aadb682b1f3" }, "downloads": -1, "filename": "django-cache-stockpile-0.1.0.tar.gz", "has_sig": false, "md5_digest": "eae3f2a8f347a8d695710c668cf075bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5044, "upload_time": "2011-06-15T01:26:16", "url": "https://files.pythonhosted.org/packages/eb/a1/727c9b5ce4f2b5c46ed5f668a481f3a10a957461f881829c9c8a49ee5233/django-cache-stockpile-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eae3f2a8f347a8d695710c668cf075bd", "sha256": "348bbd18744ec5af5d7eb61d38d2b9cb2629d6b734eb1d69a6955aadb682b1f3" }, "downloads": -1, "filename": "django-cache-stockpile-0.1.0.tar.gz", "has_sig": false, "md5_digest": "eae3f2a8f347a8d695710c668cf075bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5044, "upload_time": "2011-06-15T01:26:16", "url": "https://files.pythonhosted.org/packages/eb/a1/727c9b5ce4f2b5c46ed5f668a481f3a10a957461f881829c9c8a49ee5233/django-cache-stockpile-0.1.0.tar.gz" } ] }