{ "info": { "author": "Nick Lamberth", "author_email": "nslamberth@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "htmlfun.py\nHelper functions for generating HTML documents.\n\nUsage:\n\n >>> from htmlfun.elements import html, body, h1\n >>> from htmlfun import build_doc\n\n >>> content = body(h1({\"class\": \"header\"}, \"Hello, world!\"))\n >>> doc = build_doc(content)\n >>> print(doc)\n\nHTML elements are represented as nested lists of strings. These lists\ncan be flattened using the flatten() core function and joined together\ninto an html document. The build_doc() helper function is a wrapper\naround flatten() that wraps your tags in an HTML5 declaration and a\nroot tag pair.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nslamberth/htmlfun/archive/0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nslamberth/htmlfun/", "keywords": "html,static", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "htmlfun", "package_url": "https://pypi.org/project/htmlfun/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/htmlfun/", "project_urls": { "Download": "https://github.com/nslamberth/htmlfun/archive/0.1.tar.gz", "Homepage": "https://github.com/nslamberth/htmlfun/" }, "release_url": "https://pypi.org/project/htmlfun/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Helper functions for generating HTML documents.", "version": "0.1.0" }, "last_serial": 2874103, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7ab80e8545e77657634678a646191df0", "sha256": "b440ab51c466be57caecd44973d4023bdcf0a86a7bce5963977a3ec2791bd902" }, "downloads": -1, "filename": "htmlfun-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ab80e8545e77657634678a646191df0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11496, "upload_time": "2017-05-14T22:02:18", "url": "https://files.pythonhosted.org/packages/7e/d5/4084a96b0f8182563782e2bfdf07d8337a36c1f17f4931ac8b762e2690d2/htmlfun-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ab80e8545e77657634678a646191df0", "sha256": "b440ab51c466be57caecd44973d4023bdcf0a86a7bce5963977a3ec2791bd902" }, "downloads": -1, "filename": "htmlfun-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ab80e8545e77657634678a646191df0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11496, "upload_time": "2017-05-14T22:02:18", "url": "https://files.pythonhosted.org/packages/7e/d5/4084a96b0f8182563782e2bfdf07d8337a36c1f17f4931ac8b762e2690d2/htmlfun-0.1.0.tar.gz" } ] }