extract-office-content

View on PyPIReverse Dependencies (0)

0.0.7 extract_office_content-0.0.7-py3-none-any.whl

Wheel Details

Project: extract-office-content
Version: 0.0.7
Filename: extract_office_content-0.0.7-py3-none-any.whl
Download: [link]
Size: 10742
MD5: a432cd4131525238012b9bea7014a37e
SHA256: 8d5bc5f7bb5a8dc90d596d95bdd65aa43787b060345626130f23a24e58b98c85
Uploaded: 2023-07-16 14:19:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: extract-office-content
Version: 0.0.7
Summary: Tool for extracting content from office files.
Author: SWHL
Author-Email: liekkaskono[at]163.com
Home-Page: https://github.com/SWHL/ExtractOfficeText.git
License: Apache-2.0
Keywords: extract,office,text,content
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Platform: Any
Requires-Python: >=3.6,<3.12
Requires-Dist: lxml (>=4.9.1)
Requires-Dist: openpyxl (>=3.1.2)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: pytest (>=7.1.2)
Requires-Dist: python-docx (>=0.8.11)
Requires-Dist: python-pptx (>=0.6.21)
Requires-Dist: tabulate
Requires-Dist: filetype
Description-Content-Type: text/markdown
[Description omitted; length: 4442 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
extract_office_content/__init__.py sha256=Ge-pxaPmMXWiBzju-OCsdUwYXM8GLvY56qktBKTO3Xw 227
extract_office_content/extract_excel.py sha256=OpaS3EewiWwSJTrpwZVk9sVRgA8nMU51LnJjt3EI3kk 4444
extract_office_content/extract_ppt.py sha256=wmQzIgvCFK4N1fOhEv3LKzfZ86zqdp_KNMYUfYjxb2U 4174
extract_office_content/extract_word.py sha256=q_mNYLnfQNIT9LGvKhFU-iwn1HYjEhW2xe5Pl5hpdBE 6717
extract_office_content/main.py sha256=gcmeuhNQsZvNYfWOB-9nxxenQzkMyl_Wnr2UoyD8s3U 2275
extract_office_content/utils.py sha256=qPiuHyITVAScykQOrXEQz7U8W8OvwRdZhN-m5gyf7VU 969
extract_office_content-0.0.7.dist-info/METADATA sha256=V3cQW-K27WQaOVAC3Bd-CSqdSpNHKon6MVcePAcm9bQ 5364
extract_office_content-0.0.7.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
extract_office_content-0.0.7.dist-info/entry_points.txt sha256=JXiZmmPdeFuKjf78O0nnnTigzul8d99FV6YuamdcI6Y 245
extract_office_content-0.0.7.dist-info/top_level.txt sha256=quDoGD7DEfkl_J2tdoeRUbk5H4oKd5-dWIOLRaLB_mc 23
extract_office_content-0.0.7.dist-info/RECORD

top_level.txt

extract_office_content

entry_points.txt

extract_excel = extract_office_content.extract_excel:main
extract_office_content = extract_office_content.main:main
extract_ppt = extract_office_content.extract_ppt:main
extract_word = extract_office_content.extract_word:main