{ "info": { "author": "Timo Stollenwerk", "author_email": "timo@zmag.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive" ], "description": "============\r\nhtml2docbook\r\n============\r\n\r\nThis package contains transformation from HTML to DocBook XML.\r\n\r\nInstallation\r\n============\r\n\r\n- install **html2docbook** either using easy_install or by downloading the sources from the Python Cheeseshop\r\n\r\n\r\nSupported platforms\r\n===================\r\n\r\nUnix\r\n\r\n\r\nSubversion repository\r\n=====================\r\n\r\n- https://svn.zmag.de/svn/python/html2docbook\r\n\r\n\r\nUsage\r\n=====\r\n\r\nExample from the Python command-line::\r\n\r\n >>> from html2docbook import Html2DocBook\r\n >>> h2d = Html2DocBook()\r\n >>> h2d.transform('
first paragraph
second paragraph
')\r\n '