{ "info": { "author": "Richard Caceres", "author_email": "me@rchrd.net", "bugtrack_url": null, "classifiers": [], "description": "Easily add caching to functions within a django project.\n\n\n## Installation from PyPi\n\n```\npip install django-cache-decorator\n```\n\n\n## Installation from Github\n\n```\npip install -e git+https://github.com/rchrd2/django-cache-decorator.git#egg=django-cache-decorator\n```\n \n\n## Example usage\n\n```\n@django_cache_decorator(time=0)\ndef geocodeGooglePlaceTextJson(location):\n ...\n```\n\n\n## Running tests\n\n```\npython -m unittest tests\n```\n\n\n## Credits\n\nBuilt off of example code from:\nhttp://james.lin.net.nz/2011/09/08/python-decorator-caching-your-functions/\n\nFurther development and packaging by Richard Caceres (@rchrd2)\n\n\n## Release log\n\n- 0.4 - Update project for PyPi (pip install django-cache-decorator)!\n- 0.3 - another bug fix for unicode params\n- 0.2 - bug fix for unicode params\n- 0.1 - initial release", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/rchrd2/django-cache-decorator/tarball/0.4.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rchrd2/django-cache-decorator/", "keywords": "django,caching,decorator", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-cache-decorator", "package_url": "https://pypi.org/project/django-cache-decorator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cache-decorator/", "project_urls": { "Download": "https://github.com/rchrd2/django-cache-decorator/tarball/0.4.1", "Homepage": "https://github.com/rchrd2/django-cache-decorator/" }, "release_url": "https://pypi.org/project/django-cache-decorator/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "Easily add caching to functions within a django project.", "version": "0.4.1" }, "last_serial": 1543019, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "0fc88dcf1f4d7a154564e7b6cb75a341", "sha256": "9d7a2dce70ea03d3a916e72751653de46847879aae34bfafec0b5c88637122bc" }, "downloads": -1, "filename": "django-cache-decorator-0.4.tar.gz", "has_sig": false, "md5_digest": "0fc88dcf1f4d7a154564e7b6cb75a341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2101, "upload_time": "2015-05-09T21:23:38", "url": "https://files.pythonhosted.org/packages/6e/9a/6148bfeec394e4b422d4e984991ede90e514d3e0582865e914065b04670f/django-cache-decorator-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "d8e5fb234e37e8927f1aa45cdf1ad114", "sha256": "cbaf919b57b0095f4a06a1b356a339cc8c158eae65c6229a1255787c1510b3cc" }, "downloads": -1, "filename": "django-cache-decorator-0.4.1.tar.gz", "has_sig": false, "md5_digest": "d8e5fb234e37e8927f1aa45cdf1ad114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3011, "upload_time": "2015-05-12T00:52:22", "url": "https://files.pythonhosted.org/packages/98/a3/a01c918bc3f2676a4f4f0b996f285e80ed89538881f65b52b6d9ee8d9d01/django-cache-decorator-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d8e5fb234e37e8927f1aa45cdf1ad114", "sha256": "cbaf919b57b0095f4a06a1b356a339cc8c158eae65c6229a1255787c1510b3cc" }, "downloads": -1, "filename": "django-cache-decorator-0.4.1.tar.gz", "has_sig": false, "md5_digest": "d8e5fb234e37e8927f1aa45cdf1ad114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3011, "upload_time": "2015-05-12T00:52:22", "url": "https://files.pythonhosted.org/packages/98/a3/a01c918bc3f2676a4f4f0b996f285e80ed89538881f65b52b6d9ee8d9d01/django-cache-decorator-0.4.1.tar.gz" } ] }