{ "info": { "author": "Shawn M. Jones", "author_email": "jones.shawn.m@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "[![Build Status](https://travis-ci.org/shawnmjones/archiveit_utilities.svg?branch=master)](https://travis-ci.org/shawnmjones/archiveit_utilities)\n\n# Archive-It Utilities\n\nArchive-It Utilties is a Python library for extracting information from Archive-It collections. Most work is currently done through a single class `ArchiveItCollection`, which performs screen-scraping in order to acquire general collection metadata, seed lists, and seed metadata.\n\n## Installation\n\nThis package is called `aiu` on PyPI. Installation is handled via `pip`:\n\n`pip install aiu`\n\n## Using the `ArchiveItCollection` class\n\nThe heart of Archive-It Utilities is a class named `ArchiveItCollection` that has many methods for extracting information about an Archive-It collection using its collection identifier.\n\nFor example, to use iPython to get information about Archive-It collection number 5728, one can execute the following:\n\n```\nIn [1]: from aiu import ArchiveItCollection\n\nIn [2]: aic = ArchiveItCollection(5728)\n\nIn [3]: aic.get_collection_name()\nOut[3]: 'Social Media'\n\nIn [4]: aic.get_collectedby()\nOut[4]: 'Willamette University'\n\nIn [5]: aic.get_archived_since()\nOut[5]: 'Apr, 2015'\n\nIn [6]: aic.is_private()\nOut[6]: False\n\nIn [7]: seeds = aic.list_seed_uris()\n\nIn [8]: len(seeds)\nOut[8]: 107\n```\n\nFrom this session we now know that the collection's name is _Social Media_, it was collected by _Willamette University_, it has been archived since _April 2015_, it is not private, and it has 107 seeds.\n\nFor now, examine the source in `aiu/archiveit_collection.py` for a full list of methods to use with this class.\n\n\n", "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/shawnmjones/archiveit_utilities", "keywords": "webarchives memento", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aiu", "package_url": "https://pypi.org/project/aiu/", "platform": "", "project_url": "https://pypi.org/project/aiu/", "project_urls": { "Homepage": "https://github.com/shawnmjones/archiveit_utilities" }, "release_url": "https://pypi.org/project/aiu/0.1.1a1/", "requires_dist": [ "requests-futures", "warcio", "requests", "bs4", "html5lib", "requests-cache" ], "requires_python": "", "summary": "Tools for for interacting with Archive-It.", "version": "0.1.1a1" }, "last_serial": 4086530, "releases": { "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "12ddbd0903ff63c64c2ef5926534f035", "sha256": "e49bb55ae58b54fd11c4bfe87de578e5dddcc10649b8fe030bc6bdd40a75722f" }, "downloads": -1, "filename": "aiu-0.1.0a1.tar.gz", "has_sig": false, "md5_digest": "12ddbd0903ff63c64c2ef5926534f035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14296, "upload_time": "2018-06-28T22:28:06", "url": "https://files.pythonhosted.org/packages/1c/51/e918d1ea49f44e305ab73e542e4b52d5e178eba588f7b2d0dd79560a583f/aiu-0.1.0a1.tar.gz" } ], "0.1.0a2": [ { "comment_text": "", "digests": { "md5": "8ad551981f9574584b1139ae6b7b9c01", "sha256": "d73b7009146621c7a25d20fd4c07d71e69f1dcdcf8477ce61943bcc4338a3b5e" }, "downloads": -1, "filename": "aiu-0.1.0a2.tar.gz", "has_sig": false, "md5_digest": "8ad551981f9574584b1139ae6b7b9c01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14297, "upload_time": "2018-07-02T01:28:23", "url": "https://files.pythonhosted.org/packages/2a/2d/177ae20e23d983ba3b9ca6967b7ed9817d20a32b67f7dafcd9e326dbbcd9/aiu-0.1.0a2.tar.gz" } ], "0.1.1a1": [ { "comment_text": "", "digests": { "md5": "970f2bf4e8aa4b1a357b03d2b01e2bd4", "sha256": "1109744f02d7d85231412dbce57aab9fdc24a824ee3fef4f59d42ce8f731445b" }, "downloads": -1, "filename": "aiu-0.1.1a1-py3-none-any.whl", "has_sig": false, "md5_digest": "970f2bf4e8aa4b1a357b03d2b01e2bd4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18965, "upload_time": "2018-07-20T17:46:31", "url": "https://files.pythonhosted.org/packages/bb/09/33d8b8a8f75eff7256c0d551cb4c5ad6a68e11d9156cd6a673cf17a47502/aiu-0.1.1a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce3856503e6da1de7cd4dfe4b66bf99d", "sha256": "4ba8c8f11dcbc7624190c283f631a4958fd2acad00f7020b77a46a6b7957245a" }, "downloads": -1, "filename": "aiu-0.1.1a1.tar.gz", "has_sig": false, "md5_digest": "ce3856503e6da1de7cd4dfe4b66bf99d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14514, "upload_time": "2018-07-20T17:46:32", "url": "https://files.pythonhosted.org/packages/ed/37/0a0199a5702ae4675965723956605676f665264a61cf1feba779f98fb634/aiu-0.1.1a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "970f2bf4e8aa4b1a357b03d2b01e2bd4", "sha256": "1109744f02d7d85231412dbce57aab9fdc24a824ee3fef4f59d42ce8f731445b" }, "downloads": -1, "filename": "aiu-0.1.1a1-py3-none-any.whl", "has_sig": false, "md5_digest": "970f2bf4e8aa4b1a357b03d2b01e2bd4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18965, "upload_time": "2018-07-20T17:46:31", "url": "https://files.pythonhosted.org/packages/bb/09/33d8b8a8f75eff7256c0d551cb4c5ad6a68e11d9156cd6a673cf17a47502/aiu-0.1.1a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce3856503e6da1de7cd4dfe4b66bf99d", "sha256": "4ba8c8f11dcbc7624190c283f631a4958fd2acad00f7020b77a46a6b7957245a" }, "downloads": -1, "filename": "aiu-0.1.1a1.tar.gz", "has_sig": false, "md5_digest": "ce3856503e6da1de7cd4dfe4b66bf99d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14514, "upload_time": "2018-07-20T17:46:32", "url": "https://files.pythonhosted.org/packages/ed/37/0a0199a5702ae4675965723956605676f665264a61cf1feba779f98fb634/aiu-0.1.1a1.tar.gz" } ] }