{ "info": { "author": "Ivan Begtin", "author_email": "ivan@begtin.tech", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "```\nUsage: docx2csv [OPTIONS] FILENAME\n\n docx to csv convertor (http://github.com/ivbeg/docx2csv)\n Extracts tables from DOCX files as CSV or XLSX.\n\n Use command: \"docx2csv convert \" to run extraction. It will\n create files like filename_1.csv, filename_2.csv for each table found.\n\nOptions:\n --format TEXT Output format: CSV, XLSX\n --singlefile TEXT Outputs single XLS file with multiple sheets: True or False\n --sizefilter INTEGER Filters table by size number of rows\n --help Show this message and exit.\n```\n## Examples\n\ndocx2csv --format csv --sizefilter 3 CP_CONTRACT_160166.docx\n\nExtracts tables from file CP_CONTRACT_160166.docx with number of rows > 3 and\nsaves results as CSV files.\n\n##Requirements\n* click https://github.com/pallets/click\n* xlwt https://github.com/python-excel/xlwt\n* python-docx https://github.com/python-openxml/python-docx\n* openpyxl https://bitbucket.org/openpyxl/openpyxl/src\n\n\n## Acknowledgements\nThanks to Vsevolod Oparin (https://www.facebook.com/vsevolod.oparin) for optimized \"extract_table\" code\n\n\n.. :changelog:\n\nHistory\n=======\n\n\n0.1.0 (2018-01-14)\n------------------\n* First public release on PyPI and updated github code", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ivbeg/docx2csv", "keywords": "docx converter tables", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "docx2csv", "package_url": "https://pypi.org/project/docx2csv/", "platform": "", "project_url": "https://pypi.org/project/docx2csv/", "project_urls": { "Homepage": "https://github.com/ivbeg/docx2csv" }, "release_url": "https://pypi.org/project/docx2csv/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Extracts tables from .docx files and saves them as csv or xlsx", "version": "0.1.0" }, "last_serial": 3489346, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "72acc6b17b3568914bb30e406b438957", "sha256": "05a5968442fc5adcce846c2e9de0179d7c6f3b975be3d168f21b0596f0a672c3" }, "downloads": -1, "filename": "docx2csv-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72acc6b17b3568914bb30e406b438957", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5574, "upload_time": "2018-01-14T20:10:29", "url": "https://files.pythonhosted.org/packages/b5/08/0c4227c79ba88d6f1a2af4d8847bef1b0935fcac9f8bb51200b326f6c974/docx2csv-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50673a61e5022c6f8ad3e66775be7a38", "sha256": "a5df45072d764d55d28ca4f66926600cc6f94f2c72caedcebe3a11a0bda5410f" }, "downloads": -1, "filename": "docx2csv-0.1.0-py3.6.egg", "has_sig": false, "md5_digest": "50673a61e5022c6f8ad3e66775be7a38", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 6033, "upload_time": "2018-01-14T19:56:28", "url": "https://files.pythonhosted.org/packages/83/44/3b6726ab863f99834957a02bde8de6166248cbf9ff3e18447c2ca18e99c1/docx2csv-0.1.0-py3.6.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72acc6b17b3568914bb30e406b438957", "sha256": "05a5968442fc5adcce846c2e9de0179d7c6f3b975be3d168f21b0596f0a672c3" }, "downloads": -1, "filename": "docx2csv-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72acc6b17b3568914bb30e406b438957", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5574, "upload_time": "2018-01-14T20:10:29", "url": "https://files.pythonhosted.org/packages/b5/08/0c4227c79ba88d6f1a2af4d8847bef1b0935fcac9f8bb51200b326f6c974/docx2csv-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50673a61e5022c6f8ad3e66775be7a38", "sha256": "a5df45072d764d55d28ca4f66926600cc6f94f2c72caedcebe3a11a0bda5410f" }, "downloads": -1, "filename": "docx2csv-0.1.0-py3.6.egg", "has_sig": false, "md5_digest": "50673a61e5022c6f8ad3e66775be7a38", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 6033, "upload_time": "2018-01-14T19:56:28", "url": "https://files.pythonhosted.org/packages/83/44/3b6726ab863f99834957a02bde8de6166248cbf9ff3e18447c2ca18e99c1/docx2csv-0.1.0-py3.6.egg" } ] }