{ "info": { "author": "Mohab Usama", "author_email": "mohab.usama@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================\nDjango Arakoon Cache\n====================\n\n`Arakoon `_ cache backend for Django.\n\nInstall\n-------\n\n::\n\n pip install https://github.com/Incubaid/arakoon/archive/1.6.0.tar.gz\n pip install django-arakoon-cache\n\n\nDevelopment\n-----------\n\nTo run tests, there is a test django app **cache_app** used for testing ArakoonCache.\n\nMake sure you run an Arakoon cluster with 3 nodes, running on the sample config found in **arakoon/conf/arakoon.ini**.\n\n::\n\n pip install -r requirements.txt\n python tests/manage.py test cache_app\n\n\nDjango settings\n---------------\n\nThis is an example of configuring django to use **ArakoonCache** as a cache backend.\n\nAssuming we are running an Arakoon cluster of 3 nodes.\n\n::\n\n CACHES = {\n 'default': {\n 'BACKEND': 'django_arakoon_cache.cache.ArakoonCache',\n 'LOCATION': {\n 'arakoon_0': ('127.0.0.1', 4000),\n 'arakoon_1': ('127.0.0.1', 4001),\n 'arakoon_2': ('127.0.0.1', 4002)\n },\n 'OPTIONS': {\n 'cluster': 'django'\n }\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/mohabusama/django-arakoon-cache", "keywords": null, "license": "The MIT License (MIT)\n\nCopyright (c) 2014 Mohab Usama\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "django-arakoon-cache", "package_url": "https://pypi.org/project/django-arakoon-cache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-arakoon-cache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mohabusama/django-arakoon-cache" }, "release_url": "https://pypi.org/project/django-arakoon-cache/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Arakoon cache backend for Django.", "version": "0.1.0" }, "last_serial": 1277143, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4246bb6d4ffefb23896f94e8f6dabbf4", "sha256": "23843588ee488a320b5ea4bb28b7cc01e44439611a39ba809fba1852f7715180" }, "downloads": -1, "filename": "django-arakoon-cache-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4246bb6d4ffefb23896f94e8f6dabbf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3685, "upload_time": "2014-10-20T22:31:15", "url": "https://files.pythonhosted.org/packages/07/5d/d7c1061070f231ba0ac3163fe7ad614ff2726e650767bf0ea906267cc798/django-arakoon-cache-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4246bb6d4ffefb23896f94e8f6dabbf4", "sha256": "23843588ee488a320b5ea4bb28b7cc01e44439611a39ba809fba1852f7715180" }, "downloads": -1, "filename": "django-arakoon-cache-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4246bb6d4ffefb23896f94e8f6dabbf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3685, "upload_time": "2014-10-20T22:31:15", "url": "https://files.pythonhosted.org/packages/07/5d/d7c1061070f231ba0ac3163fe7ad614ff2726e650767bf0ea906267cc798/django-arakoon-cache-0.1.0.tar.gz" } ] }