Metadata-Version: 1.1
Name: octave_kernel
Version: 0.3
Summary: An Octave kernel for IPython
Home-page: https://github.com/blink1073/octave_kernel
Author: Steven Silvester
Author-email: steven.silvester@ieee.org
License: UNKNOWN
Description: A simple IPython kernel for Octave
        
        This requires IPython 3, which is not yet released, and `oct2py <http://pypi.python.org/pypi/oct2py>`_.
        
        To test it, install with ``setup.py``, then::
        
            ipython qtconsole --kernel octave
        
        For details of how this works, see IPython's docs on `wrapper kernels
        <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_.
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Requires: oct2py
Requires: IPython (>= 3.0)
