{ "info": { "author": "Connelly Barnes", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: Public Domain", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries" ], "description": "The htmldata module allows one to translate HTML\r\ndocuments back and forth to list data structures.\r\nThis allows for programmatic reading and writing\r\nof HTML documents, with much flexibility.\r\n\r\nFunctions are also available for extracting\r\nand/or modifying all URLs present in the HTML\r\nor stylesheets of a document.\r\n\r\nI have found this library useful for writing\r\nrobots, for \"wrapping\" all of the URLs on\r\nwebsites inside my own proxy CGI script, for\r\nfiltering HTML, and for doing flexible wget-like\r\nmirroring.\r\n\r\nIt keeps things as simple as possible, so it\r\nshould be easy to learn.\r\n\r\nSupports XHTML, too.", "description_content_type": null, "docs_url": null, "download_url": "http://www.connellybarnes.com/code/htmldata/htmldata", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.connellybarnes.com/code/htmldata/", "keywords": "html parsing reading writing list data structure url extraction", "license": "", "maintainer": "Connelly Barnes", "maintainer_email": "", "name": "htmldata", "package_url": "https://pypi.org/project/htmldata/", "platform": "All", "project_url": "https://pypi.org/project/htmldata/", "project_urls": { "Download": "http://www.connellybarnes.com/code/htmldata/htmldata", "Homepage": "http://www.connellybarnes.com/code/htmldata/" }, "release_url": "https://pypi.org/project/htmldata/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Extract and modify HTML/CSS URLs, translate HTML documents <-> list data structures.", "version": "1.1.1" }, "last_serial": 36990, "releases": { "1.0.4": [], "1.0.5": [], "1.0.6": [], "1.0.7": [], "1.0.9": [], "1.1.0": [], "1.1.1": [] }, "urls": [] }