{ "info": { "author": "tristan tao", "author_email": "tristan@teamleada.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Quick module to read in HTML and tries to identify contacts from the HTML, whether just email, or first,last based matches etc.\n\n\nUsage\n=====\n\n\n >>> from html_contact import HtmlContact\n >>> hc = HtmlContact(raw_html)\n >>> contacts = hc.search()\n\nResult list is a list of contacts\n\n >>> for result in result_list:\n ... print result.url\n ...\n u'http://www.python.org/psf/\n ...\n \nWhat you get is a list of Contacts() instances, each comes with the following values:\n \n```py\nself.first_name: fitst name of the contact\nself.last_name: last_name of the contact\nself.email: email of the contact\n```\n \n=======\n# html_contact\nExtracts contact info from website based first/last", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/tristantao/html-contact", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "htmlcontact", "package_url": "https://pypi.org/project/htmlcontact/", "platform": "any", "project_url": "https://pypi.org/project/htmlcontact/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/tristantao/html-contact" }, "release_url": "https://pypi.org/project/htmlcontact/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple python module to extract contact info from HTML pages", "version": "0.1" }, "last_serial": 1593812, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f2a42dd682eaea2d71d03c64ba017473", "sha256": "9eca15df8587ce0cd89a123f713a8e1fcb808b4e4515f528711d0b1ec6accbf2" }, "downloads": -1, "filename": "htmlcontact-0.1.tar.gz", "has_sig": false, "md5_digest": "f2a42dd682eaea2d71d03c64ba017473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3426, "upload_time": "2015-06-16T07:15:04", "url": "https://files.pythonhosted.org/packages/88/12/e844d986c965a913a4dfd01b4566c5adbcc901d9fbe7bf69d2df4e5f5a48/htmlcontact-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2a42dd682eaea2d71d03c64ba017473", "sha256": "9eca15df8587ce0cd89a123f713a8e1fcb808b4e4515f528711d0b1ec6accbf2" }, "downloads": -1, "filename": "htmlcontact-0.1.tar.gz", "has_sig": false, "md5_digest": "f2a42dd682eaea2d71d03c64ba017473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3426, "upload_time": "2015-06-16T07:15:04", "url": "https://files.pythonhosted.org/packages/88/12/e844d986c965a913a4dfd01b4566c5adbcc901d9fbe7bf69d2df4e5f5a48/htmlcontact-0.1.tar.gz" } ] }