{ "info": { "author": "Nick Ruest", "author_email": "ruestn@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: Public Domain", "Topic :: Communications :: File Sharing", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Filesystems" ], "description": "iaTorrent (Internet Archive torrent snatcher)\n=============================================\n\nDescription\n~~~~~~~~~~~\n\niaTorrent snatches all of the torrents for a given collection in the\nInternet Archive.\n\nYou'll need a json file for all the items in the collection with at\nleast the title and identifier. You can get that from the Internet\nArchive `advanced search page `_.\nYou'll need Query parameters as well. I grab the parameters from the\n'All items (most recently added first) link on a collection page.\n\nExample:\n\n`York University Library\ncollection `_ Query\nparameters:\n\n::\n\n (collection:yorkuniversity AND format:pdf) AND -mediatype:collection\n\nFields to return: identifier, title Number of results: 2608 (number of\nitems in the collection)\n\n`Example `_\n\nInstallation\n~~~~~~~~~~~~\n\niaTorrent is a single-file python module that you can drop into your\nproject as needed or you can install globally with:\n\n::\n\n pip install iaTorrent\n\nor\n\n::\n\n cd ia-torrent\n sudo python setup.py install\n\nUsage\n~~~~~\n\nFrom python you can use the iaTorrent module to snatch a collection of\ntorrents like this:\n\n::\n\n import iaTorrent\n torrent = iaTorrent.download_torrents('url_for_json', 'path_to_download_directory')\n\nOr from the commandline:\n\n::\n\n iaTorrent.py -f 'url_for_json' -d 'path_to_download_directory'\n\nTest suite\n~~~~~~~~~~\n\n::\n\n python setup.py test\n\nDevelopment\n~~~~~~~~~~~\n\n1. `Fork the repository `_\n2. Do something awesome!\n3. `Submit a pull\n request `_\n explianing what your plugin does\n\nLicense\n~~~~~~~\n\n.. figure:: http://i.creativecommons.org/p/zero/1.0/88x31.png\n :align: left\n :alt: CC0\n\n CC0 - Public Domain", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ruebot/ia-torrent", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "iaTorrent", "package_url": "https://pypi.org/project/iaTorrent/", "platform": "POSIX", "project_url": "https://pypi.org/project/iaTorrent/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ruebot/ia-torrent" }, "release_url": "https://pypi.org/project/iaTorrent/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "This module can be used to snatch torrents for each collection object from a given Internet archive collection.", "version": "0.1.4" }, "last_serial": 793168, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "ca1a3b03c2388adecbba7e217e02755b", "sha256": "3c887521cf0038e532991d4d4fca9a69c77df1e9bcc1e262d6bddf03a8e843fc" }, "downloads": -1, "filename": "iaTorrent-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ca1a3b03c2388adecbba7e217e02755b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3092, "upload_time": "2012-10-02T01:49:22", "url": "https://files.pythonhosted.org/packages/21/6b/dfe853dd657a8914ce808b0e3818c3feecfcdac36640891d5835c9c7a2bc/iaTorrent-0.1.4.tar.gz" } ], "0.1.4": [ { "comment_text": "built for Linux-3.5.0-21-generic-x86_64-with-glibc2.7", "digests": { "md5": "d1437dbfdf86273667e4d25649ca0d96", "sha256": "d75603743b45c8cc547b6ccfe42ce422c902783cff3f2066e394f09fb5559510" }, "downloads": -1, "filename": "iaTorrent-0.1.4.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d1437dbfdf86273667e4d25649ca0d96", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 4435, "upload_time": "2013-02-06T03:41:19", "url": "https://files.pythonhosted.org/packages/be/79/776fd8dbd91095a2bbf5678faa27990e02131c6489b67cec259af1d3a72e/iaTorrent-0.1.4.linux-x86_64.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.5.0-21-generic-x86_64-with-glibc2.7", "digests": { "md5": "d1437dbfdf86273667e4d25649ca0d96", "sha256": "d75603743b45c8cc547b6ccfe42ce422c902783cff3f2066e394f09fb5559510" }, "downloads": -1, "filename": "iaTorrent-0.1.4.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "d1437dbfdf86273667e4d25649ca0d96", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 4435, "upload_time": "2013-02-06T03:41:19", "url": "https://files.pythonhosted.org/packages/be/79/776fd8dbd91095a2bbf5678faa27990e02131c6489b67cec259af1d3a72e/iaTorrent-0.1.4.linux-x86_64.tar.gz" } ] }