{ "info": { "author": "Giorgos Tzampanakis", "author_email": "giorgos.tzampanakis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ], "description": "\nYet another memoizer. I have been using this for a long time. It is simple but\nuseful. Features:\n\n* Optional persistence to disk, using pickle to save the cache on exit.\n* Configurable cache size. When it is reached a FIFO strategy is used to\n discard old entries.\n* Stats tracking. Allows to see if memoization is useful for a certain function\n call.\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/gtzampanakis/pmemoize/archive/1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gtzampanakis/pmemoize", "keywords": "memoize", "license": "", "maintainer": "", "maintainer_email": "", "name": "pmemoize", "package_url": "https://pypi.org/project/pmemoize/", "platform": "", "project_url": "https://pypi.org/project/pmemoize/", "project_urls": { "Download": "https://github.com/gtzampanakis/pmemoize/archive/1.0.tar.gz", "Homepage": "https://github.com/gtzampanakis/pmemoize" }, "release_url": "https://pypi.org/project/pmemoize/1.0/", "requires_dist": null, "requires_python": "", "summary": "Memoizer with optional persistence to disk", "version": "1.0" }, "last_serial": 3751240, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c1e9ae6e84af8f38a13b28db6d5e5b58", "sha256": "7ac73d9bf2cf317103a7f621219b017905efc3be37ece74f026059a070c674ca" }, "downloads": -1, "filename": "pmemoize-1.0.tar.gz", "has_sig": false, "md5_digest": "c1e9ae6e84af8f38a13b28db6d5e5b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1845, "upload_time": "2018-04-10T08:58:58", "url": "https://files.pythonhosted.org/packages/2a/c9/2ca10af76b95c660bcab8b02bd640cd6e7c1fef0375a96eeea64cb82e481/pmemoize-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1e9ae6e84af8f38a13b28db6d5e5b58", "sha256": "7ac73d9bf2cf317103a7f621219b017905efc3be37ece74f026059a070c674ca" }, "downloads": -1, "filename": "pmemoize-1.0.tar.gz", "has_sig": false, "md5_digest": "c1e9ae6e84af8f38a13b28db6d5e5b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1845, "upload_time": "2018-04-10T08:58:58", "url": "https://files.pythonhosted.org/packages/2a/c9/2ca10af76b95c660bcab8b02bd640cd6e7c1fef0375a96eeea64cb82e481/pmemoize-1.0.tar.gz" } ] }