Metadata-Version: 2.1
Name: parble
Version: 0.4.1
Summary: Parble Python SDK
Project-URL: Documentation, https://parblelabs.github.io/parble-python/
Project-URL: Issues, https://github.com/parblelabs/parble-python/issues
Project-URL: Source, https://github.com/parblelabs/parble-python
Author-email: Timothé Perez <timothe@parble.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: click>=8.0
Requires-Dist: pydantic<2,>=1.10
Requires-Dist: requests>=2.28
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme>=0.12.0; extra == 'docs'
Requires-Dist: sphinx-click>=4.3; extra == 'docs'
Requires-Dist: sphinx>=5.3; extra == 'docs'
Requires-Dist: towncrier>=22.8.0; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pre-commit>=2.20; extra == 'tests'
Requires-Dist: pytest-cov>=4.0; extra == 'tests'
Requires-Dist: pytest>=7.2; extra == 'tests'
Requires-Dist: requests-mock>=1.10; extra == 'tests'
Description-Content-Type: text/markdown

# Parble Python SDK

This repo contains the source code of the official python SDK for [Parble](https://parble.com/home) intelligent document processing API.

To access the API you will need a Parble account. Sign up for free at [signup](https://parble.com/signup).

## Documentation

Our documentation is continuously updated, you can find it here: [parblelabs.github.io/parble-python](https://parblelabs.github.io/parble-python/).


## Development of the library

### Setup local environment

1. `pip install hatch`
2. `pip install .`
3. `hatch run +py='3.10' test:cov`

### Documentation generation

Run: `hatch run docs:build-html`
