{ "info": { "author": "Pior Bastida", "author_email": "pbastida@ludia.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "===================\nDogpile Elasticache\n===================\n\nDogpile backend for AWS Elasticache Memcache service. Uses\n`pymemcache `_ to connect to\nnodes of the Elasticache cluster with\n`auto-discovery `_.\n\n* PyPI: https://pypi.python.org/pypi/dogpile_elasticache\n* Github: https://github.com/ludia/dogpile_elasticache\n\n\nUsage\n=====\n\nInstall with pip::\n\n $ pip install dogpile_elasticache\n\nConfigure a region to use dogpile_elasticache::\n\n from dogpile.cache import make_region\n\n region = make_region().configure(\n 'elasticache_pymemcache',\n arguments = {\n 'configuration.host': 'XX.XX.cfg.use1.cache.amazonaws.com',\n 'configuration.port': '11211',\n }\n )\n\n\nDevelopment\n===========\n\nInstall environment::\n\n $ pip install -e .[test]\n\nRun tests (with Nose)::\n\n $ nosetests\n\nRelease (with zest.releaser)::\n\n $ fullrelease\n\n\nThanks\n======\n\nThanks to https://github.com/gusdan/django-elasticache for the cluster\ndiscovery code.\n\n\nChangelog\n=========\n\n0.1 (2016-04-11)\n----------------\n\n- Released on Github", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ludia/dogpile_elasticache", "keywords": "dogpile cache aws elasticache memcache", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dogpile-elasticache", "package_url": "https://pypi.org/project/dogpile-elasticache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dogpile-elasticache/", "project_urls": { "Homepage": "https://github.com/ludia/dogpile_elasticache" }, "release_url": "https://pypi.org/project/dogpile-elasticache/0.1/", "requires_dist": null, "requires_python": "", "summary": "Dogpile backend for AWS Elasticache Memcache service", "version": "0.1" }, "last_serial": 2063829, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cb8bfd7af78dbbb9520952b415fcf683", "sha256": "6ca30e6e3c564bd71ac4a6715a369ffc741eca9ce4fc0204468e66f83ce863fa" }, "downloads": -1, "filename": "dogpile_elasticache-0.1.tar.gz", "has_sig": false, "md5_digest": "cb8bfd7af78dbbb9520952b415fcf683", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5575, "upload_time": "2016-04-11T20:54:44", "url": "https://files.pythonhosted.org/packages/96/6c/84f6ae4ff7fc9c489e87ed9fb770fba852e215e5858f6ad9ebdd0c03a52b/dogpile_elasticache-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb8bfd7af78dbbb9520952b415fcf683", "sha256": "6ca30e6e3c564bd71ac4a6715a369ffc741eca9ce4fc0204468e66f83ce863fa" }, "downloads": -1, "filename": "dogpile_elasticache-0.1.tar.gz", "has_sig": false, "md5_digest": "cb8bfd7af78dbbb9520952b415fcf683", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5575, "upload_time": "2016-04-11T20:54:44", "url": "https://files.pythonhosted.org/packages/96/6c/84f6ae4ff7fc9c489e87ed9fb770fba852e215e5858f6ad9ebdd0c03a52b/dogpile_elasticache-0.1.tar.gz" } ] }