Metadata-Version: 1.0
Name: ampl
Version: 0.1
Summary: An IPython extension for working with AMPL.
Home-page: https://github.com/vitaut/iampl
Author: Victor Zverovich
Author-email: UNKNOWN
License: BSD license
Description: =====
        IAMPL
        =====
        
        An IPython extension for working with AMPL.
        
        See `AMPL magic: using IPython as an interface to AMPL
        <http://zverovich.net/2013/01/08/ampl-magic-using-ipython-as-an-interface-to-ampl.html>`__
        for an introduction to IAMPL.
        
        IAMPL is licensed under the terms of the `BSD license <COPYING.txt>`__.
        
        Installation
        ============
        
        Using `pip`
        -----------
        
        The following command installs the ampl extension using
        `pip <http://www.pip-installer.org/en/latest/>`__::
        
            $ pip install ampl
        
        Using `easy_install`
        --------------------
        
        The following command installs the ampl extension using
        `easy_install <http://pythonhosted.org/setuptools/easy_install.html>`__::
        
            $ easy_install ampl
        
        Credits
        =======
        
        Thanks Leonardo Taccari (`sbebo <https://github.com/sbebo>`__) for implementing
        the realtime output.
        
Platform: UNKNOWN
