{ "info": { "author": "Eric Rasche", "author_email": "rasche.eric@yandex.ru", "bugtrack_url": null, "classifiers": [], "description": "Caching JSON REST API Get Queries\n=================================\n\nI wrote this so I could stop abusing people's REST APIs whenever I was\ndeveloping tools. Currently this will only cache GET requests, and\nnothing else. If you want more features, let me know!\n\nQuick Usage:\n\n::\n\n from restcache import QueryCache\n qc = QueryCache()\n qc.json_query('https://bitbucket.org/api/1.0/repositories/galaxy/galaxy-central/tags/')\n\nThe ``json_query`` call makes a ``urllib2`` request, and stores it in\n``.cache/{base64 encoded url}``.\n\nOn initialization, QueryCache will check through the cache directory and\nload any files.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "restcache", "package_url": "https://pypi.org/project/restcache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/restcache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/restcache/1.1/", "requires_dist": null, "requires_python": null, "summary": "Python REST API Cache", "version": "1.1" }, "last_serial": 1165814, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e4233edb0fcc1c71a592f8755cf4a042", "sha256": "a439a54f2ef2d52798a6be74bd3732afca155dba5db3fe61093947f252766add" }, "downloads": -1, "filename": "restcache-1.0.tar.gz", "has_sig": false, "md5_digest": "e4233edb0fcc1c71a592f8755cf4a042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1364, "upload_time": "2014-07-22T16:47:43", "url": "https://files.pythonhosted.org/packages/45/3b/a3d9114ea22be3d940528e13962a9ca738ec4ff59d5c3afad1389581374c/restcache-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "58bba87c296147608ec6bcf6f5254175", "sha256": "3968338ebf1059891a69a17cd6544446483311b4a5e7577d3fefdd5db9533af5" }, "downloads": -1, "filename": "restcache-1.1.tar.gz", "has_sig": false, "md5_digest": "58bba87c296147608ec6bcf6f5254175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1991, "upload_time": "2014-07-22T18:10:39", "url": "https://files.pythonhosted.org/packages/9d/8f/9ade9057e9214a758106a272fb68726213b764bdec132c7b6ff6558b2ef2/restcache-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58bba87c296147608ec6bcf6f5254175", "sha256": "3968338ebf1059891a69a17cd6544446483311b4a5e7577d3fefdd5db9533af5" }, "downloads": -1, "filename": "restcache-1.1.tar.gz", "has_sig": false, "md5_digest": "58bba87c296147608ec6bcf6f5254175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1991, "upload_time": "2014-07-22T18:10:39", "url": "https://files.pythonhosted.org/packages/9d/8f/9ade9057e9214a758106a272fb68726213b764bdec132c7b6ff6558b2ef2/restcache-1.1.tar.gz" } ] }