{ "info": { "author": "pqzx", "author_email": "jc3664@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# htmldocx\nConvert html to docx\n\nDependencies: `python-docx` & `bs4`\n\n### To install\n\n`pip install htmldocx`\n\n### Usage\n\nAdd strings of html to an existing docx.Document object\n\n```\nfrom docx import Document\nfrom htmldocx import HtmlToDocx\n\ndocument = Document()\nnew_parser = HtmlToDocx()\n# do stuff to document\n\nhtml = '