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

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