{ "info": { "author": "Hsiaoming Yang", "author_email": "me@lepture.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "hentry\n======\n\nParse a well designed webpage with microformats markup. If you have no\nknowledge about microformats, take a look at\nhttp://microformats.org/wiki/hentry.\n\nA hentry schema looks like::\n\n
\n

Article title

\n \n
\n

Here is the content

\n
\n
\n tag1\n tag2\n
\n
\n Author Name\n
\n
\n\nWith this library **hentry.py**, you can parse the html into meta data::\n\n hentry.parse_html(text, format='html')\n\nInstallation\n------------\n\nInstall hentry with pip::\n\n $ pip install hentry\n\nBasic Usage\n-----------\n\nParse a webpage with a url::\n\n hentry.parse_url(url)\n\nParse a webpage with html content::\n\n hentry.parse_html(content)\n\nThe result is a dict which contains:\n\n1. title\n2. content\n3. author\n4. pubdate\n5. tags\n6. categories\n7. image", "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/lepture/hentry", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hentry", "package_url": "https://pypi.org/project/hentry/", "platform": "any", "project_url": "https://pypi.org/project/hentry/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lepture/hentry" }, "release_url": "https://pypi.org/project/hentry/0.1/", "requires_dist": null, "requires_python": null, "summary": "Parse hentry from microformats.", "version": "0.1" }, "last_serial": 1297878, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4d44f9a1745e5851ec6e84d20e49fd02", "sha256": "0d433180f01b66966f556d8f01aef38fb2655c59f7462f29ee103043eea6b43a" }, "downloads": -1, "filename": "hentry-0.1.tar.gz", "has_sig": false, "md5_digest": "4d44f9a1745e5851ec6e84d20e49fd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3452, "upload_time": "2014-11-07T03:58:57", "url": "https://files.pythonhosted.org/packages/af/b9/6ab464dd1abf3b511598ac5bd0d28254c23bf2ec07a58aba0600e689f2e0/hentry-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d44f9a1745e5851ec6e84d20e49fd02", "sha256": "0d433180f01b66966f556d8f01aef38fb2655c59f7462f29ee103043eea6b43a" }, "downloads": -1, "filename": "hentry-0.1.tar.gz", "has_sig": false, "md5_digest": "4d44f9a1745e5851ec6e84d20e49fd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3452, "upload_time": "2014-11-07T03:58:57", "url": "https://files.pythonhosted.org/packages/af/b9/6ab464dd1abf3b511598ac5bd0d28254c23bf2ec07a58aba0600e689f2e0/hentry-0.1.tar.gz" } ] }