{ "info": { "author": "Atsushi Odagiri", "author_email": "aodagx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Text Processing", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Text Processing :: Markup :: XML" ], "description": "`flexable` is template engine with simple data structure.\r\nThat is made up of str, unicode, dict, tuple, list and Element.\r\n\r\nusage\r\nmerge structured values to xhtml template.\r\n\r\n>>> t = Template()\r\n>>> t.fromstring(\"
\")\r\n>>> str(t)\r\n''\r\n\r\n>>> t.merge('hello')\r\n>>> str(t)\r\n'