{ "info": { "author": "Matthew Dapena-Tretter", "author_email": "m@tthewwithanm.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=============================\ndjango-memcachedkeys\n=============================\n\nMemcached has some weird rules about its keys. Ignore them and you'll get an\nerror like \"MemcachedKeyCharacterError: Control characters not allowed\". So\ninstall this.\n\n\nQuickstart\n----------\n\nInstall django-memcachedkeys::\n\n pip install django-memcachedkeys\n\nThen use it in your settings file::\n\n CACHES = {\n 'default': {\n 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',\n 'LOCATION': '127.0.0.1:11211',\n 'KEY_PREFIX': 'whatever',\n 'KEY_FUNCTION': 'memcachedkeys.make_key',\n }\n }", "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/hzdg/django-memcachedkeys", "keywords": "django-memcachedkeys", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-memcachedkeys", "package_url": "https://pypi.org/project/django-memcachedkeys/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-memcachedkeys/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hzdg/django-memcachedkeys" }, "release_url": "https://pypi.org/project/django-memcachedkeys/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Sanitize your keys, please.", "version": "0.1.0" }, "last_serial": 3651981, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4de52e2dc00b3aa948a5030986496c88", "sha256": "dce017ce7ea3665080cc84ab26fef93449802ebf4ca1a4f7d2e865f28d67358b" }, "downloads": -1, "filename": "django-memcachedkeys-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4de52e2dc00b3aa948a5030986496c88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2937, "upload_time": "2013-12-11T16:04:57", "url": "https://files.pythonhosted.org/packages/9f/9c/f20c876d7dcef579254fbe24a7dccd99012544fa4173a2fdd36ad46ddaf5/django-memcachedkeys-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4de52e2dc00b3aa948a5030986496c88", "sha256": "dce017ce7ea3665080cc84ab26fef93449802ebf4ca1a4f7d2e865f28d67358b" }, "downloads": -1, "filename": "django-memcachedkeys-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4de52e2dc00b3aa948a5030986496c88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2937, "upload_time": "2013-12-11T16:04:57", "url": "https://files.pythonhosted.org/packages/9f/9c/f20c876d7dcef579254fbe24a7dccd99012544fa4173a2fdd36ad46ddaf5/django-memcachedkeys-0.1.0.tar.gz" } ] }