textsum

View on PyPIReverse Dependencies (1)

0.2.2 textsum-0.2.2-py3-none-any.whl

Wheel Details

Project: textsum
Version: 0.2.2
Filename: textsum-0.2.2-py3-none-any.whl
Download: [link]
Size: 29963
MD5: 4da18179cfcd193c967b9c94d89a51af
SHA256: f482a3fd75074f246f2edaa4521fbeaaa24de977372b14fce50dc40171cd7466
Uploaded: 2024-11-02 23:36:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: textsum
Version: 0.2.2
Summary: utility for using transformers summarization models on text docs
Author: peter szemraj
Author-Email: peterszemraj+textsum[at]gmail.com
Home-Page: https://github.com/pszemraj/textsum
Project-Url: Documentation, https://github.com/pszemraj/textsum
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Platform: any
Requires-Python: >=3.8
Requires-Dist: accelerate
Requires-Dist: clean-text
Requires-Dist: fire
Requires-Dist: natsort
Requires-Dist: nltk
Requires-Dist: torch (>=2.0.0)
Requires-Dist: tqdm
Requires-Dist: transformers (>=4.46.0)
Requires-Dist: bitsandbytes; extra == "8bit"
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: python-doctr[torch]; extra == "pdf"
Requires-Dist: pyspellchecker; extra == "pdf"
Requires-Dist: gradio; extra == "all"
Requires-Dist: rapidfuzz (==2.13.7); extra == "all"
Requires-Dist: python-doctr[torch]; extra == "all"
Requires-Dist: pyspellchecker; extra == "all"
Requires-Dist: optimum[exporters,onnxruntime]; extra == "all"
Requires-Dist: bitsandbytes; extra == "all"
Requires-Dist: gradio; extra == "app"
Requires-Dist: rapidfuzz (==2.13.7); extra == "app"
Requires-Dist: python-doctr[torch]; extra == "app"
Requires-Dist: pyspellchecker; extra == "app"
Requires-Dist: optimum[exporters,onnxruntime]; extra == "optimum"
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: unidecode; extra == "unidecode"
Provides-Extra: 8bit
Provides-Extra: pdf
Provides-Extra: all
Provides-Extra: app
Provides-Extra: optimum
Provides-Extra: testing
Provides-Extra: unidecode
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE
[Description omitted; length: 13531 characters]

WHEEL

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

RECORD

Path Digest Size
textsum/__init__.py sha256=epC95lcNg6R76zvghHKa9da-vjbXj5noMFYQwhvaPlI 690
textsum/app.py sha256=5I-Oge7P5mstrf2oYHANh185-3iqadG1dm_1_AupzB4 12070
textsum/cli.py sha256=wXRqGeZxxEX_S4fWbsrY4pLCHOAIZrogAoSLksaDWuk 7151
textsum/pdf2text.py sha256=U-rRcGtT5AubSoGXVFDEXmzyN7BCEKgPDtM4njF-K38 9994
textsum/summarize.py sha256=MJtN09jLMZzYLZyvsuMM-UfG1eSRYY9JEwqvPqe97Ps 25675
textsum/utils.py sha256=OLqiNCPzvgIb6-K-VRUIMJRAPE8MhXgRWsXODoyyrM8 6305
textsum-0.2.2.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
textsum-0.2.2.dist-info/METADATA sha256=5wCnsZNoOAhI5MIPf4BldHFzI_IyBSwTIOa35g2b67o 15382
textsum-0.2.2.dist-info/WHEEL sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc 91
textsum-0.2.2.dist-info/entry_points.txt sha256=NVjbm3-LMHxXsaUbv-xecdKkKNw0Zd9Ai2acHASHTJM 77
textsum-0.2.2.dist-info/top_level.txt sha256=r55a2Vn-SQI6_XmefX9QMDARQjTcwEY10d6oYyfSnS0 8
textsum-0.2.2.dist-info/RECORD

top_level.txt

textsum

entry_points.txt

textsum-dir = textsum.cli:run
textsum-ui = textsum.app:run