{ "info": { "author": "Gerard Flanagan", "author_email": "grflanagan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\nhtml2rest.py\n============\n\nConvert HTML to restructuredText. Very limited, but intended as a \"50%\" tool, to be\nfollowed by manual editing.\n\nInstall\n#######\n\n::\n\n easy_install html2rest\n\nOr::\n\n pip install html2rest\n\nUsage\n#####\n\nFrom the command line::\n\n html2rest http://sphinx.pocoo.org/templating.html > templating.rst\n\nOr programmatically::\n\n from html2rest import html2rest\n\n stream = StringIO()\n\n html2rest('