To install PrivJail:
pip install .To run a decision tree example:
cd examples/
./download_dataset.bash
python decision_tree.pyThis project is managed using uv.
Launch a REPL with PrivJail loaded:
uv run pythonTest:
uv run pytestType check:
uv run mypy --strict src/ test/This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Copyright 2025 TOYOTA MOTOR CORPORATION.