{ "info": { "author": "Joshua Weinstein", "author_email": "jweinst1@berkeley.edu", "bugtrack_url": null, "classifiers": [], "description": "Pyarser is a simple, straight forward HTML parser that allows you to easily harvest text\r\n inside an HTML document from a link to that website. Examples:\r\n\r\n get_site_HTML(link): returns a string of HTML content from a link\r\n\r\n get_site_text(link): returns a string of text from a link. This string has all the HTML tags <> removed, along\r\n with there contents.\r\n\r\n search_by_phrase(phrase, link): returns the fragments of text from a link that contain the continuous string phrase.\r\n\r\n search_for_words(words, link): returns the fragments of text from a link that contain ANY of the strings in words.\r\n\r\n word_count(link): counts the number of text words from a link.\r\n\r\n get_HTML_tags(link): returns a list of the tags used in an HTML document from a link.\r\n\r\n HTML_to_TXT(link, name): writes a TXT file with the text content from a link. All HTML brackets and tags are moved.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/jweinst1/Pyarser/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jweinst1/Pyarser", "keywords": "data_science, web, data, harvesting", "license": "UNKNOWN", "maintainer": "Joshua Weinstein", "maintainer_email": "jweinst1@berkeley.edu", "name": "Pyarser", "package_url": "https://pypi.org/project/Pyarser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Pyarser/", "project_urls": { "Download": "https://github.com/jweinst1/Pyarser/tarball/0.1", "Homepage": "https://github.com/jweinst1/Pyarser" }, "release_url": "https://pypi.org/project/Pyarser/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A Nifty HTML Parser written in Python", "version": "0.1.1" }, "last_serial": 1765858, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5f461db3628dc6de394e3746a057d720", "sha256": "f81f712c91afa65776bacc2c3a4bf202b8a2b58b11f62e2baed0d615bdba5852" }, "downloads": -1, "filename": "Pyarser-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5f461db3628dc6de394e3746a057d720", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2976, "upload_time": "2015-10-13T07:42:38", "url": "https://files.pythonhosted.org/packages/12/1c/7d8be22ce437e1a9f7340b6b39aa2d33899ed7290c31bf091b06ac6e14c8/Pyarser-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7d0f41984e81769261d272c38cdd3f55", "sha256": "6c0c35d354d2f80da1232e2bd4d14b9317bf7e141a353738e825b3e9f3758b83" }, "downloads": -1, "filename": "Pyarser-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7d0f41984e81769261d272c38cdd3f55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2973, "upload_time": "2015-10-13T08:22:52", "url": "https://files.pythonhosted.org/packages/a4/e7/ce8ed3d1403151569b62c3caf0ba9d6135dce3422e27956e757146061933/Pyarser-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d0f41984e81769261d272c38cdd3f55", "sha256": "6c0c35d354d2f80da1232e2bd4d14b9317bf7e141a353738e825b3e9f3758b83" }, "downloads": -1, "filename": "Pyarser-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7d0f41984e81769261d272c38cdd3f55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2973, "upload_time": "2015-10-13T08:22:52", "url": "https://files.pythonhosted.org/packages/a4/e7/ce8ed3d1403151569b62c3caf0ba9d6135dce3422e27956e757146061933/Pyarser-0.1.1.tar.gz" } ] }