{ "info": { "author": "Internet Archive", "author_email": "info@archive.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "warc: Python library to work with WARC files\n============================================\n\n.. image:: https://secure.travis-ci.org/anandology/warc.png?branch=master\n :alt: build status\n :target: http://travis-ci.org/anandology/warc\n\nWARC (Web ARChive) is a file format for storing web crawls.\n\nhttp://bibnum.bnf.fr/WARC/ \n\nThis `warc` library makes it very easy to work with WARC files.::\n\n import warc\n f = warc.open(\"test.warc\")\n for record in f:\n print record['WARC-Target-URI'], record['Content-Length']\n\nDocumentation\n-------------\n\nThe documentation of the warc library is available at http://warc.readthedocs.org/.\n\t\nLicense\n-------\n\nThis software is licensed under GPL v2. See LICENSE_ file for details.\n\n.. LICENSE: http://github.com/internetarchive/warc/blob/master/LICENSE", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/internetarchive/warc", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "warc", "package_url": "https://pypi.org/project/warc/", "platform": "any", "project_url": "https://pypi.org/project/warc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/internetarchive/warc" }, "release_url": "https://pypi.org/project/warc/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Python library to work with ARC and WARC files", "version": "0.2.1" }, "last_serial": 801513, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cfa5599232ef7f8ce126ec341d3b1b23", "sha256": "d7b627d27597642b3b1270147bf6341cacede2197b1365ce0256b8842f776eed" }, "downloads": -1, "filename": "warc-0.1.tar.gz", "has_sig": false, "md5_digest": "cfa5599232ef7f8ce126ec341d3b1b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6090, "upload_time": "2012-02-24T12:48:16", "url": "https://files.pythonhosted.org/packages/ea/f3/990c99ce15b93b8c825a6cf2f87d1faf292c77aad50c188fd5f95a842bb9/warc-0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "578311a2fbd5ba6918dda2cf3ddcbdcb", "sha256": "6a917a04d62c9b9ddbdf18a4d7ae7d7e123f4681de7fd3ce0b35e41b7d37b542" }, "downloads": -1, "filename": "warc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "578311a2fbd5ba6918dda2cf3ddcbdcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16738, "upload_time": "2012-05-10T05:10:32", "url": "https://files.pythonhosted.org/packages/9b/cf/fadf5894cfadbb705871dce0e26c869a4600ce21c6b26d31a57bbb01a3da/warc-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3235a8b68e28c77d45227b2850654776", "sha256": "65ec3336287ae7a17c969736935ba188678df10f2ec813d8e3474cc51bb71d39" }, "downloads": -1, "filename": "warc-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3235a8b68e28c77d45227b2850654776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18369, "upload_time": "2012-05-15T17:43:51", "url": "https://files.pythonhosted.org/packages/9a/b4/30d87239ec30cd0c504bd7dec9cd22b51ef0cbb00d6fbbc138b1ddcfc108/warc-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3235a8b68e28c77d45227b2850654776", "sha256": "65ec3336287ae7a17c969736935ba188678df10f2ec813d8e3474cc51bb71d39" }, "downloads": -1, "filename": "warc-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3235a8b68e28c77d45227b2850654776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18369, "upload_time": "2012-05-15T17:43:51", "url": "https://files.pythonhosted.org/packages/9a/b4/30d87239ec30cd0c504bd7dec9cd22b51ef0cbb00d6fbbc138b1ddcfc108/warc-0.2.1.tar.gz" } ] }