Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 402 Bytes

File metadata and controls

18 lines (12 loc) · 402 Bytes

tabula-java

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

Local wheel build

From repository root:

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.