{ "info": { "author": "Panu P", "author_email": "panuph@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Example usage::\r\n\r\n import pyfatcache\r\n\r\n conn = pyfatcache.get_conn()\r\n conn.delete(\"a\")\r\n print \"expect (None, None) / get %s\" % (str(conn.get(\"a\")),)\r\n conn.set(\"a\", \"a\", flags=1)\r\n print \"expect ('a', 1) / get %s\" % (str(conn.get(\"a\")),)\r\n conn.set(\"a\", dict(name=\"pyfatcache\"))\r\n print \"expect ({'name': 'pyfatcache'}, 0) / get %s\" % (str(conn.get(\"a\")),)\r\n conn.set(\"a\", None)\r\n print \"expect (None, 0) / get %s\" % (str(conn.get(\"a\")),)\r\n conn.close()", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/panuph/pyfatcache", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/panuph/pyfatcache", "keywords": "", "license": "Freeware", "maintainer": "", "maintainer_email": "", "name": "pyfatcache", "package_url": "https://pypi.org/project/pyfatcache/", "platform": "python", "project_url": "https://pypi.org/project/pyfatcache/", "project_urls": { "Download": "https://github.com/panuph/pyfatcache", "Homepage": "https://github.com/panuph/pyfatcache" }, "release_url": "https://pypi.org/project/pyfatcache/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "a simple python client for twitter's fatcache", "version": "1.0.0" }, "last_serial": 797198, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e64e4724349cf83c21bd03db952d11c3", "sha256": "1fa48593a2f3ad040f07e3d14c2034a4078086f70dc799dc42263e05b8e4f8a8" }, "downloads": -1, "filename": "pyfatcache-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e64e4724349cf83c21bd03db952d11c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2474, "upload_time": "2013-02-13T23:08:22", "url": "https://files.pythonhosted.org/packages/2b/e5/ea1f02c8beb9675107fbb9e839c21cca64615ac531a15d301588772279aa/pyfatcache-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e64e4724349cf83c21bd03db952d11c3", "sha256": "1fa48593a2f3ad040f07e3d14c2034a4078086f70dc799dc42263e05b8e4f8a8" }, "downloads": -1, "filename": "pyfatcache-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e64e4724349cf83c21bd03db952d11c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2474, "upload_time": "2013-02-13T23:08:22", "url": "https://files.pythonhosted.org/packages/2b/e5/ea1f02c8beb9675107fbb9e839c21cca64615ac531a15d301588772279aa/pyfatcache-1.0.0.tar.gz" } ] }