Metadata-Version: 2.4
Name: mindee
Version: 5.0.0a1
Summary: Mindee API helper library for Python
Author-email: Mindee <opensource@mindee.com>
License-Expression: MIT
Project-URL: Homepage, https://www.mindee.com
Project-URL: Documentation, https://developers.mindee.com/docs/python-sdk
Project-URL: Repository, https://github.com/publicMindee/mindee-api-python
Project-URL: Issues, https://github.com/mindee/mindee-api-python/issues
Project-URL: Changelog, https://github.com/mindee/mindee-api-python/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypdfium2<6.0,>=4.0
Requires-Dist: Pillow>=12.2.0
Requires-Dist: httpx[http2]<1.0,>=0.28.1
Provides-Extra: lint
Requires-Dist: pylint==4.0.5; extra == "lint"
Requires-Dist: pre-commit~=4.6.0; extra == "lint"
Requires-Dist: pip-audit>=2.10.0; extra == "lint"
Provides-Extra: test
Requires-Dist: toml~=0.10.2; extra == "test"
Requires-Dist: pytest~=9.0.3; extra == "test"
Requires-Dist: pytest-cov~=7.1.0; extra == "test"
Requires-Dist: respx~=0.23.1; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx~=9.1.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme~=3.1.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints<4.0.0,>=3.10.4; extra == "docs"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: toml; extra == "build"
Dynamic: license-file

[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-python)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mindee/mindee-api-python/unit-test.yml)](https://github.com/mindee/mindee-api-python) [![PyPI Version](https://img.shields.io/pypi/v/mindee)](https://pypi.org/project/mindee/) [![versions](https://img.shields.io/pypi/pyversions/mindee.svg)](https://github.com/mindee/mindee-api-python) [![Downloads](https://img.shields.io/pypi/dm/mindee)](https://pypi.org/project/mindee/)

# Mindee API Helper Library for Python
Quickly and easily connect to Mindee's API services using Python.

## Mindee API Versions
This client library has support for both Mindee platform versions.

### V2 - Latest
This is the latest platform located here:

https://app.mindee.com

It uses **API version 2**.

Consult the
**[V2 Documentation](https://docs.mindee.com/integrations/client-libraries-sdk)**


### V1
This is the platform located here:

https://platform.mindee.com/

It uses **API version 1**.

Consult the
**[V1 Documentation](https://docs.mindee.com/v1/libraries/python-sdk)**

## Additional Information

**[Source Code](https://github.com/mindee/mindee-api-python)**

**[Reference Documentation](https://mindee.github.io/mindee-api-python/)**

**[Feedback](https://feedback.mindee.com/)**

### License
Copyright © Mindee

Available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
