{ "info": { "author": "Gavin Wahl", "author_email": "gwahl@fusionbox.com", "bugtrack_url": null, "classifiers": [], "description": "Eek\n===\n\nEek is a web crawler that outputs metadata about a website in CSV\nformat.\n\nInstallation\n------------\n\n::\n\n $ pip install eek\n\nUsage\n-----\n\nusage: eek [-h] [--graph] [--delay SECONDS] [--grep PATTERN] [-i] URL\n\neek recursively crawls a website, outputing metadata about each page in\nCSV format.\n\n::\n\n positional arguments:\n URL The base URL to start the crawl\n\n optional arguments:\n -h, --help show this help message and exit\n --graph output a graphviz digraph of links instead of CSV\n metadata\n --delay SECONDS Time, in seconds, to wait in between fetches. Defaults to\n 0.\n --grep PATTERN Print urls containing PATTERN (a python regular\n expression).\n -i, --ignore-case Ignore case. Only valid with --grep\n\nExample:\n\n::\n\n eek http://example.com/\n\nTo save output to a file, use redirection\n\n::\n\n eek http://example.com/ > ~/some_file.csv\n\nTo slow down crawling, use ``--delay=[seconds]``", "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/fusionbox/eek", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "eek", "package_url": "https://pypi.org/project/eek/", "platform": "any", "project_url": "https://pypi.org/project/eek/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fusionbox/eek" }, "release_url": "https://pypi.org/project/eek/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Eek, a [web] spider.", "version": "1.0.2" }, "last_serial": 1154989, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a1f7fb41b8524c1b024d4f9b9ac8d3de", "sha256": "aa4e0446b63ac46cbf6e7e49d79f7156978247f5425c930fb1674bd4de1928c9" }, "downloads": -1, "filename": "eek-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a1f7fb41b8524c1b024d4f9b9ac8d3de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6016, "upload_time": "2014-07-11T17:02:29", "url": "https://files.pythonhosted.org/packages/15/ea/08abb1605baf49fdd50a41893f3a766ef3a0070da29d747f2996f28f8028/eek-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "233c03bfec084755cc43acbc5aaa9495", "sha256": "3d880d126f72e3748657d3dae589a228b35d0aeec1960ba47a0026a6fd3c20dc" }, "downloads": -1, "filename": "eek-1.0.1.tar.gz", "has_sig": false, "md5_digest": "233c03bfec084755cc43acbc5aaa9495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2014-07-11T17:08:28", "url": "https://files.pythonhosted.org/packages/24/37/b94e21b17622331a518c7b6a6652092bf25b7391e408730766ec7f4776df/eek-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4d0a795c358e3269b5add8613bb8e020", "sha256": "6e8532e0fbbdbf555c4ac7589d10bad78351d9ea9f8e421004997c3cb7dce198" }, "downloads": -1, "filename": "eek-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4d0a795c358e3269b5add8613bb8e020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7405, "upload_time": "2014-07-11T17:20:00", "url": "https://files.pythonhosted.org/packages/77/a5/fb62b6a3d85972018ebef8525016634a8559a7af5094a3c2186c27926ee1/eek-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d0a795c358e3269b5add8613bb8e020", "sha256": "6e8532e0fbbdbf555c4ac7589d10bad78351d9ea9f8e421004997c3cb7dce198" }, "downloads": -1, "filename": "eek-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4d0a795c358e3269b5add8613bb8e020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7405, "upload_time": "2014-07-11T17:20:00", "url": "https://files.pythonhosted.org/packages/77/a5/fb62b6a3d85972018ebef8525016634a8559a7af5094a3c2186c27926ee1/eek-1.0.2.tar.gz" } ] }