{ "info": { "author": "Jake Kara", "author_email": "jake@jakekara.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Topic :: Utilities" ], "description": "downlink\n\n\tA python library and command line tool for scraping (and\n\tdownloading) links on a web page.\n\nlibrary\n\n\tlinkscraper.py\n\t LinkScraper - class for scraping links from a page \n\n document_linkscraper.py\n\t DocumentLinkScraper - subclass of LinkScraper\n\t\t\t - class for scraping \"document links,\"\n\t which all end in a given file extension,\n\t such as \".pdf\" \n\t__init__.py\n\t imports library classes for cleaner importing\n\n __main__.py\n main() - entrypoint for command line tool\n\n \ncommand line tool\n\n\tBasic usage:\n\n\t$ downlink \"https://www.ct.gov/doh/cwp/view.asp?a=4513&q=530462\" output\n\n\tThe above will download all PDF documents to a folder called\n\t\"output\" which must exist and be writable.\n\n\tTo download files of a different extension, use the --ext option.\n\n\tFor more usage details, run downlink --help", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jakekara/downlink-py", "keywords": "example documentation tutorial", "license": "GPL-3", "maintainer": "", "maintainer_email": "", "name": "downlink", "package_url": "https://pypi.org/project/downlink/", "platform": "", "project_url": "https://pypi.org/project/downlink/", "project_urls": { "Homepage": "https://github.com/jakekara/downlink-py" }, "release_url": "https://pypi.org/project/downlink/0.0.7/", "requires_dist": null, "requires_python": "", "summary": "Download all the documents linked from a web page.", "version": "0.0.7" }, "last_serial": 4298547, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "f16ddcb60c12df44bda26fc5aaf8857b", "sha256": "32fca787df16c525f266e93923093de4f801c67e4b6d1fee4a899e426e0c1000" }, "downloads": -1, "filename": "downlink-0.0.7.tar.gz", "has_sig": false, "md5_digest": "f16ddcb60c12df44bda26fc5aaf8857b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3558, "upload_time": "2018-09-22T01:25:27", "url": "https://files.pythonhosted.org/packages/31/53/68ddc2b2964e30c183d0ce872a3dc4c14bf14055903a57d63f02e33a697e/downlink-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f16ddcb60c12df44bda26fc5aaf8857b", "sha256": "32fca787df16c525f266e93923093de4f801c67e4b6d1fee4a899e426e0c1000" }, "downloads": -1, "filename": "downlink-0.0.7.tar.gz", "has_sig": false, "md5_digest": "f16ddcb60c12df44bda26fc5aaf8857b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3558, "upload_time": "2018-09-22T01:25:27", "url": "https://files.pythonhosted.org/packages/31/53/68ddc2b2964e30c183d0ce872a3dc4c14bf14055903a57d63f02e33a697e/downlink-0.0.7.tar.gz" } ] }