textract-py3


Nametextract-py3 JSON
Version 2.1.1 PyPI version JSON
download
home_pagehttps://github.com/KyleKing/textract-py3
SummaryMinimally maintained fork of deanmalmgren/textract to replace '*' dependencies
upload_time2025-02-26 23:48:56
maintainerNone
docs_urlNone
authorDean Malmgren
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # 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 --build
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/KyleKing/textract-py3",
    "name": "textract-py3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dean Malmgren",
    "author_email": "dean.malmgren@datascopeanalytics.com",
    "download_url": "https://files.pythonhosted.org/packages/60/3c/b4f23aa6fe7ea7d30fe7463614e10163c31cccdb86a5a63e2b868d8fb434/textract_py3-2.1.1.tar.gz",
    "platform": null,
    "description": "# Textract-py3\n\nThis 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).\n\n## Usage\n\nInstall 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.\n\n## Development\n\nThis fork has been migrated to `poetry` and does not have CI/CD. For local testing and release, use:\n\n```sh\npoetry install --sync\npoetry run bumpversion minor\npoetry publish --build\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Minimally maintained fork of deanmalmgren/textract to replace '*' dependencies ",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "https://github.com/KyleKing/textract-py3",
        "Repository": "https://github.com/KyleKing/textract-py3"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b3b0907728901d443086e48e8157b9b3e59bfc0bc9b513643db8efbdf7e8e9e",
                "md5": "800fd8413f157894757188dfed0c6d55",
                "sha256": "f096916e5d9540adec5c76b775607b7d807f30b222dc8768e7e3bc1803b31fab"
            },
            "downloads": -1,
            "filename": "textract_py3-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "800fd8413f157894757188dfed0c6d55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 23273,
            "upload_time": "2025-02-26T23:48:54",
            "upload_time_iso_8601": "2025-02-26T23:48:54.281022Z",
            "url": "https://files.pythonhosted.org/packages/2b/3b/0907728901d443086e48e8157b9b3e59bfc0bc9b513643db8efbdf7e8e9e/textract_py3-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "603cb4f23aa6fe7ea7d30fe7463614e10163c31cccdb86a5a63e2b868d8fb434",
                "md5": "e31ffb947ea51f6cfbd9b745ea3b59ca",
                "sha256": "b5b99cca3d5f737e3243fe75c74e295d1ee8077b8e7437f8ff7460bf1857b9e3"
            },
            "downloads": -1,
            "filename": "textract_py3-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e31ffb947ea51f6cfbd9b745ea3b59ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 14229,
            "upload_time": "2025-02-26T23:48:56",
            "upload_time_iso_8601": "2025-02-26T23:48:56.102659Z",
            "url": "https://files.pythonhosted.org/packages/60/3c/b4f23aa6fe7ea7d30fe7463614e10163c31cccdb86a5a63e2b868d8fb434/textract_py3-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-26 23:48:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KyleKing",
    "github_project": "textract-py3",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "textract-py3"
}
        
Elapsed time: 0.47600s