amply: AMPL data manipulation

Amply allows you to load and manipulate AMPL data as Python data structures.

Amply only supports a specific subset of the AMPL syntax:

  • set declarations

  • set data statements

  • parameter declarations

  • parameter data statements

site: https://github.com/willu47/amply/