{
"info": {
"author": "Jun Kikuchi",
"author_email": "kikuchi@bonnou.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 :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup :: HTML"
],
"description": "Fude (\u7b46)\n=========\n\nFude (\u7b46) is a library for representing HTML in Python. It uses Lists to\nrepresent elements, and Dicts to represent an element\u2019s attributes.\n\nFude is inspired by Hiccup https://github.com/weavejester/hiccup\n\nSyntax\n------\n\nHere is a basic example of Fude syntax:\n\n::\n\n >>> fude.html('text')\n 'text'\n\n >>> fude.html(['tag'])\n '