Metadata-Version: 2.4
Name: tabula-java
Version: 1.1.0
Summary: Python wrapper that ships tabula-java with a bundled JRE
Author: Tabula
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Text Processing
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# tabula-java

Python package that bundles `tabula-java` with a minimized JRE and exposes a `tabula-java` CLI.

## Local wheel build

From repository root:

```bash
mvn --batch-mode compile assembly:single -Dmaven.test.skip=true
python -m pip install -U build
python python/scripts/prepare_bundle.py
python -m build python
```

## Release wheels with cibuildwheel

Use `.github/workflows/release.yml`.
