Metadata-Version: 2.1
Name: textract-py3
Version: 2.1.0
Summary: Minimally maintained fork of deanmalmgren/textract to replace '*' dependencies 
Home-page: https://github.com/KyleKing/textract-py3
License: MIT
Author: Dean Malmgren
Author-email: dean.malmgren@datascopeanalytics.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: pocketsphinx
Requires-Dist: SpeechRecognition (>=3.8.1)
Requires-Dist: argcomplete (>=1.10.0)
Requires-Dist: beautifulsoup4 (>=4.8.0)
Requires-Dist: chardet (>=3)
Requires-Dist: docx2txt (>=0.8)
Requires-Dist: extract-msg (>=0.30.11)
Requires-Dist: pdfminer.six (>=20221105)
Requires-Dist: pocketsphinx (>=0.1.15) ; extra == "pocketsphinx"
Requires-Dist: python-pptx (>=0.6.18)
Requires-Dist: six (>=1.16.0)
Requires-Dist: xlrd (>=1.2.0)
Project-URL: Repository, https://github.com/KyleKing/textract-py3
Description-Content-Type: text/markdown

# Textract-py3

This is a minimally maintained fork of [deanmalmgren/textract](https://github.com/deanmalmgren/textract) to replace '*' dependencies because they block usage of `asdf`, `uvx` and modern `pip` (open issue: https://github.com/deanmalmgren/textract/issues/461).

## Usage

Install with `asdf plugin add textract-py3 https://github.com/amrox/asdf-pyapp.git` and `asdf install textract-py3 latest` or with `uvx` (`uv tool install textract-py3`), `mise`, etc.

## Development

This fork has been migrated to `poetry` and does not have CI/CD. For local testing and release, use:

```sh
poetry install --sync
poetry run bumpversion minor
poetry publish
```

