{ "info": { "author": "Philippe Lagadec", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pywordform:\r\na python module to parse a Microsoft Word form in docx format, and\r\nextract all field values with their tags into a dictionary.\r\n\r\nProject website: http://www.decalage.info/python/pywordform\r\n\r\n\r\n\r\nINSTALLATION:\r\n\r\n- on Windows, launch install.bat\r\n- on other systems, launch: setup.py install\r\n\r\n\r\n\r\nHOW TO USE THIS MODULE:\r\n\r\nOpen sample_form.docx in MS Word, and edit field values.\r\n\r\nFrom the shell, extract all fields with tags:\r\n\r\n> python pywordform.py sample_form.docx\r\nfield1 = \"hello, world.\"\r\nfield2 = \"hello,\"\r\nfield3 = \"value B\"\r\nfield4 = \"04-03-2012\"\r\n\r\nIn a python script:\r\n\r\nimport pywordform\r\nfields = pywordform.parse_form('sample_form.docx')\r\nprint fields\r\n\r\n=> this returns a dictionary of field values indexed by tags.\r\n\r\nSee http://www.decalage.info/python/pywordform\r\nSee main program at the end of the module, and also docstrings.\r\n\r\n\r\n\r\nLICENSE:\r\n\r\nSee LICENSE.txt.\r\n", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/decalage/pywordform/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.decalage.info/python/pywordform", "keywords": null, "license": "BSD (see source code or LICENCE.txt)", "maintainer": null, "maintainer_email": null, "name": "pywordform", "package_url": "https://pypi.org/project/pywordform/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pywordform/", "project_urls": { "Download": "https://bitbucket.org/decalage/pywordform/downloads", "Homepage": "http://www.decalage.info/python/pywordform" }, "release_url": "https://pypi.org/project/pywordform/0.02/", "requires_dist": null, "requires_python": null, "summary": "a python module to parse a Microsoft Word form in docx format, and extract all field values with their tags into a dictionary.", "version": "0.02" }, "last_serial": 407084, "releases": { "0.01": [ { "comment_text": "", "digests": { "md5": "bfc2747ee1edf2cb4bbdb55d11833d3e", "sha256": "54f6e348d15056018d8f025f95229b15202c99d39a407503a807ac8c86f5cba0" }, "downloads": -1, "filename": "pywordform-0.01.zip", "has_sig": false, "md5_digest": "bfc2747ee1edf2cb4bbdb55d11833d3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23084, "upload_time": "2012-04-19T06:47:15", "url": "https://files.pythonhosted.org/packages/a9/84/ba3cdc9036d925f9f359d06ddad056f4f9c6f9f8e2779bfa95777e64cb62/pywordform-0.01.zip" } ], "0.02": [ { "comment_text": "", "digests": { "md5": "79a596b550759d3f7f524e75878b64ea", "sha256": "154a656a592ebb52f1b94dc93fee268aa64fffd8cf0ab38351c32598372f8346" }, "downloads": -1, "filename": "pywordform-0.02.zip", "has_sig": false, "md5_digest": "79a596b550759d3f7f524e75878b64ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23307, "upload_time": "2012-04-19T07:23:03", "url": "https://files.pythonhosted.org/packages/ac/cb/1d64d4d5df254e2dc13bd695a329cc654e2203deeff66595d916fbb18aae/pywordform-0.02.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79a596b550759d3f7f524e75878b64ea", "sha256": "154a656a592ebb52f1b94dc93fee268aa64fffd8cf0ab38351c32598372f8346" }, "downloads": -1, "filename": "pywordform-0.02.zip", "has_sig": false, "md5_digest": "79a596b550759d3f7f524e75878b64ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23307, "upload_time": "2012-04-19T07:23:03", "url": "https://files.pythonhosted.org/packages/ac/cb/1d64d4d5df254e2dc13bd695a329cc654e2203deeff66595d916fbb18aae/pywordform-0.02.zip" } ] }