This is a minimally maintained fork of deanmalmgren/textract to replace '*' dependencies because they block usage of asdf
, uvx
and modern pip
(open issue: deanmalmgren#461).
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.
This fork has been migrated to poetry
and does not have CI/CD. For local testing and release, use:
poetry install --sync
poetry run bumpversion minor
poetry publish --build