{ "info": { "author": "Tim Lee", "author_email": "timhl81@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Topic :: Utilities" ], "description": "analyze_site is a python application to crawl a site and return a count of the keywords, provided in a file, found in the web pages of the site. The application will also return counts of the most used verb, nouns, adverbs and adjectives.\n\nanalyze_site requires Python version 3 and the following libraries:\n\n* nltk - Natural Language Toolkit with maxent_treebank_pos_tagger\n\n\n\nusage: analyze_site.py [-h] [-d DEPTH] [-r PATH_REGEX] [--verbose]\n keywords_file url\n\npositional arguments:\n keywords_file Path to keywords file\n url URL to crawl\n\noptional arguments:\n -h, --help show this help message and exit\n -d DEPTH, --depth DEPTH\n Depth to crawl\n -r PATH_REGEX, --path_regex PATH_REGEX\n Regular expression to match URL\n --verbose Increase logging level", "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/OV105/site-analyzer", "keywords": "web,crawl,analyze", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "analyze_site", "package_url": "https://pypi.org/project/analyze_site/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/analyze_site/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/OV105/site-analyzer" }, "release_url": "https://pypi.org/project/analyze_site/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Utility to crawl web site looking for key words", "version": "0.1.3" }, "last_serial": 2697057, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "ecaa0ab36a4dcb2554cf3f8a8422eb33", "sha256": "37324d24d1536b47239367df3cf7ddde5328624024ac177580872172c53fd4b2" }, "downloads": -1, "filename": "analyze_site-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ecaa0ab36a4dcb2554cf3f8a8422eb33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4673, "upload_time": "2017-03-10T14:32:35", "url": "https://files.pythonhosted.org/packages/bb/73/17ae7842de179c59d39523b7bc63a9f0ffc6fba35bffd89363fb2bafac06/analyze_site-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "de1c690a12fa09d65c344d35051bcf6a", "sha256": "7f7a942feada7dcb81494e538f6d8946c78f4dac9286b89b73aef64882ccc244" }, "downloads": -1, "filename": "analyze_site-0.1.3.tar.gz", "has_sig": false, "md5_digest": "de1c690a12fa09d65c344d35051bcf6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4651, "upload_time": "2017-03-10T14:42:48", "url": "https://files.pythonhosted.org/packages/61/f5/df251f0e6bd25b7ee51aa628edf47589d2905ee3408c12aa3a52b3cf53d1/analyze_site-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de1c690a12fa09d65c344d35051bcf6a", "sha256": "7f7a942feada7dcb81494e538f6d8946c78f4dac9286b89b73aef64882ccc244" }, "downloads": -1, "filename": "analyze_site-0.1.3.tar.gz", "has_sig": false, "md5_digest": "de1c690a12fa09d65c344d35051bcf6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4651, "upload_time": "2017-03-10T14:42:48", "url": "https://files.pythonhosted.org/packages/61/f5/df251f0e6bd25b7ee51aa628edf47589d2905ee3408c12aa3a52b3cf53d1/analyze_site-0.1.3.tar.gz" } ] }