{ "info": { "author": "Florian Schulze", "author_email": "florian.schulze@gmx.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a simple caching handler for urllib2.\n\nUsage\n-----\n\nEither use the build_opener function which takes the path to the cache folder\nand returns an OpenerDirector instance. You can then use it's open method to\nopen urls normally. If the file was already downloaded, then it will be taken\nfrom the cache.\n\nYou can also use the CachedHandler wherever it's useful within urllib2. This\nalso takes the path to cache folder as an argument of the constructor.\n\nBe aware that the caching is very simple. It detects incomplete downloads but\ndoesn't take any caching headers into account. To invalidate the cache you\nhave to delete the files in the cache folder.\n\nChangelog\n---------\n\n1.0.1 - 2008-07-23\n------------------\n\n* Fixed packaging.\n [fschulze]\n\n1.0 - 2008-07-22\n----------------\n\n* Initial release.\n [fschulze]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/urllibcache", "keywords": "urllib cache", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "urllibcache", "package_url": "https://pypi.org/project/urllibcache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/urllibcache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/urllibcache" }, "release_url": "https://pypi.org/project/urllibcache/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple urllib2 caching handler", "version": "1.0.1" }, "last_serial": 662178, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f9f44886c202deadb826d73cb8d8d149", "sha256": "aad2a3421552579a4389aa9299094727033d556fc5ef44ba21f4a2beb7f155f0" }, "downloads": -1, "filename": "urllibcache-1.0.tar.gz", "has_sig": false, "md5_digest": "f9f44886c202deadb826d73cb8d8d149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2258, "upload_time": "2008-07-22T16:49:28", "url": "https://files.pythonhosted.org/packages/9a/2e/8d3b522a831376e3216475b049299102f7f573798c6bb93807d84664ccb9/urllibcache-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6d40cfa0ecc6347775c8864a8ea7a4d1", "sha256": "23979936958b5c0e4c312c0ad720c39db027dde042c1e29b96c104c9ee8ded5d" }, "downloads": -1, "filename": "urllibcache-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6d40cfa0ecc6347775c8864a8ea7a4d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2264, "upload_time": "2008-07-23T09:59:07", "url": "https://files.pythonhosted.org/packages/02/66/6b663ef01bc5b7d582b249deef8a0e08588db1d912b62ba1889017d11778/urllibcache-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d40cfa0ecc6347775c8864a8ea7a4d1", "sha256": "23979936958b5c0e4c312c0ad720c39db027dde042c1e29b96c104c9ee8ded5d" }, "downloads": -1, "filename": "urllibcache-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6d40cfa0ecc6347775c8864a8ea7a4d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2264, "upload_time": "2008-07-23T09:59:07", "url": "https://files.pythonhosted.org/packages/02/66/6b663ef01bc5b7d582b249deef8a0e08588db1d912b62ba1889017d11778/urllibcache-1.0.1.tar.gz" } ] }