pyexos is a config manipulation utility for Extreme Networks devices, which enables the theory of config merge and replace.
$ pip install -e git+https://github.com/ixaustralia/pyexos#egg=pyexos
from pyexos import EXOS
device = EXOS(ip='10.0.0.1', username='dev', password='dev')
device.get_running_config()