{ "info": { "author": "Ed Summers", "author_email": "ehs@pobox.com", "bugtrack_url": null, "classifiers": [], "description": "# iacoll\n\n*iacoll* will collect all the item metadata for an Internet Archive collection\nand store it in a LevelDB database. The database is a key/value store where the\nkey is the unique Internet Archive item identifier, and the value is the JSON\nfor the item metadata.\n\nFor example you can download the metadata for items in the University of\nMaryland's collection:\n\n % iacoll university_maryland_cp \n\nBy default *iacoll* will create the LevelDB database in a directory named with\nthe item identifier. If you would like to control this you can explicitly pass\nit:\n\n % iacoll university_maryland_cp --db /path/to/my/leveldb/database\n\nWhen you run *iacoll* repeatedly it will look at the database and only fetch\nnewer records. If an update ever fails you may want to force a full scan:\n\n % iacoll university_maryland_cp --fullscan\n\nIf you would like to dump the metadata as line oriented JSON you can use --dump:\n\n % iacoll university_maryland_cp --dump > university_maryland_cp.jsonl\n\n## Install\n\nTo install *iacoll* you'll first need to install Python and then:\n\n pip install iacoll", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/edsu/iacoll", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "iacoll", "package_url": "https://pypi.org/project/iacoll/", "platform": "", "project_url": "https://pypi.org/project/iacoll/", "project_urls": { "Homepage": "https://github.com/edsu/iacoll" }, "release_url": "https://pypi.org/project/iacoll/0.0.3/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Collect metadata for Internet Archive collections", "version": "0.0.3" }, "last_serial": 4651385, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "178dc1428fcee932903b4966365cd22e", "sha256": "8fb1b57c63fe9955f364a7a23a494d10a0d55c1616a24035bb10c61eeae06893" }, "downloads": -1, "filename": "iacoll-0.0.2.tar.gz", "has_sig": false, "md5_digest": "178dc1428fcee932903b4966365cd22e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2967, "upload_time": "2019-01-01T22:14:19", "url": "https://files.pythonhosted.org/packages/34/11/0d35a903310e88aab2b960faa805ee9ba6f006702e3320b066087549adcc/iacoll-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "18e38e89ab15eb02c8d4a0c7d965ef83", "sha256": "498d1c0835004b964ad810c5b4ddf20ad12e13f9277edaf62bbd08cc3efc0a6c" }, "downloads": -1, "filename": "iacoll-0.0.3.tar.gz", "has_sig": false, "md5_digest": "18e38e89ab15eb02c8d4a0c7d965ef83", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3014, "upload_time": "2019-01-02T01:32:27", "url": "https://files.pythonhosted.org/packages/16/30/27cbad2d8e338bf9930fd8cce0783ac263b73c7ded2ae820af4b86af1820/iacoll-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18e38e89ab15eb02c8d4a0c7d965ef83", "sha256": "498d1c0835004b964ad810c5b4ddf20ad12e13f9277edaf62bbd08cc3efc0a6c" }, "downloads": -1, "filename": "iacoll-0.0.3.tar.gz", "has_sig": false, "md5_digest": "18e38e89ab15eb02c8d4a0c7d965ef83", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3014, "upload_time": "2019-01-02T01:32:27", "url": "https://files.pythonhosted.org/packages/16/30/27cbad2d8e338bf9930fd8cce0783ac263b73c7ded2ae820af4b86af1820/iacoll-0.0.3.tar.gz" } ] }