Skip to content

nextmv-gurobipy overview

The Nextmv & Gurobi Python SDK (nextmv-gurobipy) is a package to interact programmatically with Nextmv and the Gurobi solver, from Python. A great way to get started is to check out the community apps. The following apps are a non-exhaustive list of concrete examples for using this SDK:

Info

Please note that nextmv-gurobipy is provided as source-available software (not open-source). For further information, please refer to the LICENSE file.

Installation

The package is hosted on PyPI. Python >=3.10 is required. Install using the Python package manager of your choice:

uv add nextmv-gurobipy
pip install nextmv-gurobipy
pipx install nextmv-gurobipy

Tip

Note that nextmv-gurobipy installs the nextmv_gurobipy package, which is the importable name for the SDK.