{ "info": { "author": "Louis-Dominique Dubeau", "author_email": "ldd@lddubeau.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "This is a Django application that adds management commands for\nmanaging your caches.\n\nIt has been tested with these combinations:\n\n- Python 3.5, 3.7 and Django 1.11, 2.1 and 2.2.\n\nThis code is currently used in production.\n\nIt provides these commands:\n\n* ``listcaches``: lists the caches configured in your Django project.\n\n* ``pingcache``: verifies that one or more caches are accessible\n (\"pings\" them).\n\n* ``clearcache``: clears one or more caches.\n\n### Changelog\n\n* 4.0.1:\n\n + Don't use or require ``six`` anymore. It was an oversight that it stayed in\n after we dropped support for Python 2.7.\n\n* 4.0.0:\n\n + Formally support Django 2.2. (This package already worked fine on it.)\n\n + Drop support for Django 2.0. It reached EOL.\n\n + Drop support for Python 2.7 and 3.4.\n\n* 3.0.0:\n\n + Drop support for Django versions prior to 1.11. This is a breaking change\n and so require a new major number.\n\n + Formally support 1.11, 2.0 and 2.1. (This package already worked fine on\n them.)\n\n* 2.0.0:\n\n + Formally follow the semver spec for version numbers. Previous\n version numbers were bumped haphazardly.\n\n + Drop support for Django 1.7.\n\n + Fix problems with running on Django 1.10. Version 1.0.1 was\n supposed to support Django 1.10 but I discovered, much to my\n displeasure, that ``tox`` silently disregarded the disconnect\n between its test specification (\"please install Django 1.10.x\")\n and a mistake in ``setup.py`` (\"I want a Django version lower than\n 1.10\"). The net result was that the tests that were supposed to be\n done with 1.10 were done with a lower version... *sigh*.\n\n + ``listcaches`` now supports the case where the configuration\n settings for caches contain unserializable values.\n\n* 1.0.1:\n\n + Added formal support for Django 1.9, 1.10. The previous version\n was already running fine on them, but the dependencies and the\n test setup have been tweaked for these versions of Django.\n\n + Drop support for Django 1.6.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lddubeau/django-cache-management", "keywords": "Django", "license": "MPL 2.0", "maintainer": "", "maintainer_email": "", "name": "django-cache-management", "package_url": "https://pypi.org/project/django-cache-management/", "platform": "", "project_url": "https://pypi.org/project/django-cache-management/", "project_urls": { "Homepage": "https://github.com/lddubeau/django-cache-management" }, "release_url": "https://pypi.org/project/django-cache-management/4.0.1/", "requires_dist": null, "requires_python": "", "summary": "Cache management for Django.", "version": "4.0.1" }, "last_serial": 5897749, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9beca674a4fe2c41e254294190ce9c8a", "sha256": "ffb318289bc5a40e12c0fee39dc8c7a63a241fa4917ae442d01a021a442b26ae" }, "downloads": -1, "filename": "django-cache-management-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9beca674a4fe2c41e254294190ce9c8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2954, "upload_time": "2015-02-01T13:53:51", "url": "https://files.pythonhosted.org/packages/f1/80/46160450fb34aef7a2071df55cd4a5c134fb981694ad919c98765fdd64b0/django-cache-management-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d6163274b9861568ba7ad6fc0c3de074", "sha256": "76d786d31fb325ca66c2cf3bc7c60b3aa869e4ce4c745fab47bce65a493a85f1" }, "downloads": -1, "filename": "django-cache-management-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d6163274b9861568ba7ad6fc0c3de074", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3042, "upload_time": "2015-02-01T13:57:44", "url": "https://files.pythonhosted.org/packages/8a/15/12165ceaf09c1ed1682969236149d15f681b5165b3f616eabad872fccf81/django-cache-management-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "11143b32c8d63a723ac15f1ebb7c3d13", "sha256": "a34cf87c23ca7f9769bab766ffe46d1658bb7154c02474a00763517ce30cad96" }, "downloads": -1, "filename": "django-cache-management-0.1.2.tar.gz", "has_sig": false, "md5_digest": "11143b32c8d63a723ac15f1ebb7c3d13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4127, "upload_time": "2015-02-20T01:43:39", "url": "https://files.pythonhosted.org/packages/ba/c3/39cace963c9b3078e490e3864c8782c83f113c17a300b41286b0f94106b0/django-cache-management-0.1.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "66d81a971b90ebe359ace0992e102ed0", "sha256": "bd75cec72b56aa2210397f2a20f574e5940403fb1291abf3308f0b067ac5b575" }, "downloads": -1, "filename": "django-cache-management-1.0.0.tar.gz", "has_sig": false, "md5_digest": "66d81a971b90ebe359ace0992e102ed0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4306, "upload_time": "2015-04-30T18:43:29", "url": "https://files.pythonhosted.org/packages/38/76/559f7b4db64e939b66dd61898d6b246e4cb809e1a733fe85b9c22192a951/django-cache-management-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "1b8bf88d81640b19d0100e3d00dcd2bb", "sha256": "6edc572f9c66df0d59ce24dbcbc06d2d327bf8ac6035c53806fffb51a6126774" }, "downloads": -1, "filename": "django-cache-management-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1b8bf88d81640b19d0100e3d00dcd2bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4670, "upload_time": "2016-09-21T22:57:54", "url": "https://files.pythonhosted.org/packages/45/10/75b130252fec0e9563ac0fb2266d19cfff160680670ce4472db75701d6fa/django-cache-management-1.0.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "9eb47ec53f52039c4e10587a6080dd3c", "sha256": "838d394adc8f4cdf50a5ba790b45c429ff5f20796f7feedae839848b637e9155" }, "downloads": -1, "filename": "django-cache-management-2.0.0.tar.gz", "has_sig": false, "md5_digest": "9eb47ec53f52039c4e10587a6080dd3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5255, "upload_time": "2016-10-31T18:28:10", "url": "https://files.pythonhosted.org/packages/64/d9/e0789d19f73129c3c3d6de8ebaf339d79021995322a2459822ae7d0c78e7/django-cache-management-2.0.0.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "87a6e14933cd22d921e4a75d0318f552", "sha256": "d46af49027020001db3f1c9f3f737d29a143d9fe58f791c436c90bdae8085a83" }, "downloads": -1, "filename": "django-cache-management-3.0.0.tar.gz", "has_sig": false, "md5_digest": "87a6e14933cd22d921e4a75d0318f552", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5248, "upload_time": "2019-03-11T19:46:39", "url": "https://files.pythonhosted.org/packages/a1/5e/32765a3e69135e20dae1555a5fd6352ba29a1c1d986f8e399087713746ab/django-cache-management-3.0.0.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "c859efdae033ae862695b39cf0fb3f23", "sha256": "1425b492a70a43f0a53332f64892fa477fd376972d473a3dea86f12c3bea186d" }, "downloads": -1, "filename": "django-cache-management-4.0.0.tar.gz", "has_sig": false, "md5_digest": "c859efdae033ae862695b39cf0fb3f23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5342, "upload_time": "2019-09-27T15:08:04", "url": "https://files.pythonhosted.org/packages/2b/e8/838a7907eb089c41d6335d11ccabebc4b4c9bea60b277c095e696f904fa4/django-cache-management-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "51230f2a272ada9ee015241694b6143b", "sha256": "7e92ed0550c95617c1178896c17e4e49138d45e63c39d77a88f07d06ec478b5d" }, "downloads": -1, "filename": "django-cache-management-4.0.1.tar.gz", "has_sig": false, "md5_digest": "51230f2a272ada9ee015241694b6143b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5381, "upload_time": "2019-09-27T19:45:49", "url": "https://files.pythonhosted.org/packages/e3/e9/d9992696e3295d2a27f57a7ef5a009ad15169c37481381fb8a019e56547e/django-cache-management-4.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "51230f2a272ada9ee015241694b6143b", "sha256": "7e92ed0550c95617c1178896c17e4e49138d45e63c39d77a88f07d06ec478b5d" }, "downloads": -1, "filename": "django-cache-management-4.0.1.tar.gz", "has_sig": false, "md5_digest": "51230f2a272ada9ee015241694b6143b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5381, "upload_time": "2019-09-27T19:45:49", "url": "https://files.pythonhosted.org/packages/e3/e9/d9992696e3295d2a27f57a7ef5a009ad15169c37481381fb8a019e56547e/django-cache-management-4.0.1.tar.gz" } ] }