{ "info": { "author": "Kun Xi", "author_email": "kunxi@kunxi.org", "bugtrack_url": null, "classifiers": [], "description": "==============\ndocxgen README\n==============\n\ndocxgen is a python library to generate Microsoft Office Word 2007 Document.\nWithout knowing the details of the WordprocessingML, you may create a \nbeautiful Word Document, as:\n\n::\n\n from docxgen import Document, title\n doc = Document()\n doc.update(\n title='Moby Dick',\n creator='Herman Melville',\n created=datetime(...)\n )\n\n body = doc.body\n body.append(title('Moby Dick'))\n body.append(subtitle('Moby Dick'))\n body.append(h1('Chapter 1'))\n body.append(paragraph([run('Call me Ishmael. Some years ago ...')]))\n\n doc.save('/tmp/moby-dick.docx')\n\n\nThis work is proudly sponsored by `SurveyMonkey Inc`, and licensed in MIT license.\n\n.. _SurveyMonkey Inc: https://www.surveymonkey.com\n.. _MIT license: http://opensource.org/licenses/MIT\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kunxi/docxgen", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "docxgen", "package_url": "https://pypi.org/project/docxgen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/docxgen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kunxi/docxgen" }, "release_url": "https://pypi.org/project/docxgen/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "A library to generate Microsoft Office Word 2007 documents.", "version": "0.1.4" }, "last_serial": 1638268, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "cf496d03051a7f43ffdfe79e0615beab", "sha256": "da36855ce3987b18a5cc9294772490483182f060e911ffa3e51ee1eb1bc6ac55" }, "downloads": -1, "filename": "docxgen-0.1.3.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "cf496d03051a7f43ffdfe79e0615beab", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 87066, "upload_time": "2014-01-20T18:12:24", "url": "https://files.pythonhosted.org/packages/84/7e/c9f1c64227630ce45d43c1780c5326903c7726ddd368286944feb0fe34da/docxgen-0.1.3.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "dcaaf0f50590a872b80056ed842b902c", "sha256": "684f5cb149cac9112c09000fbacdeae2fedddec1fe7a86e9a360133d247a86ec" }, "downloads": -1, "filename": "docxgen-0.1.3.tar.gz", "has_sig": false, "md5_digest": "dcaaf0f50590a872b80056ed842b902c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25989, "upload_time": "2014-01-20T18:12:20", "url": "https://files.pythonhosted.org/packages/08/4b/08acab3581a9bc75e5f77c1692f4c939ab85d4c06ee574a39471f2ccb826/docxgen-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "fabeafc2e405af42a2b74d66bfd3e2b2", "sha256": "6111af1abda031016aa1ec3a960005f866169f659ee0377289bc095336245578" }, "downloads": -1, "filename": "docxgen-0.1.4.tar.gz", "has_sig": false, "md5_digest": "fabeafc2e405af42a2b74d66bfd3e2b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22979, "upload_time": "2015-07-17T18:25:55", "url": "https://files.pythonhosted.org/packages/de/bb/4261918ad1dc15f1b7f3619b047861a488451e08a85ab65893a9d4a9d743/docxgen-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fabeafc2e405af42a2b74d66bfd3e2b2", "sha256": "6111af1abda031016aa1ec3a960005f866169f659ee0377289bc095336245578" }, "downloads": -1, "filename": "docxgen-0.1.4.tar.gz", "has_sig": false, "md5_digest": "fabeafc2e405af42a2b74d66bfd3e2b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22979, "upload_time": "2015-07-17T18:25:55", "url": "https://files.pythonhosted.org/packages/de/bb/4261918ad1dc15f1b7f3619b047861a488451e08a85ab65893a9d4a9d743/docxgen-0.1.4.tar.gz" } ] }