Installation¶
Requirements¶
- Python 3.11 or later
- A running Dataiku DSS instance with API access
Install from source¶
dss-provisioner is not yet published to PyPI. Install directly from GitHub:
With uv¶
Development setup¶
This installs the project in editable mode with all development dependencies.
Useful commands¶
just test # Run tests with coverage
just check # Lint + format check + type check
just format # Auto-format code
just build # Build wheel and sdist
just build_docs # Build documentation
just serve_docs # Serve documentation locally