Installation

Install the base package:

pip install put-asunder

Install common development and documentation extras in a local clone:

python -m pip install -e ".[dev,graph,viz,docs]"

Notes

  • Solver-backed workflows require an available Pyomo-compatible solver.

  • Solver support is configured through the local environment rather than a dedicated project extra.

  • If using Gurobi, configure the GRB_LICENSE_FILE environment variable.