Metadata-Version: 1.1
Name: sage_octave
Version: 0.1.3
Summary: Improved version of the octave interface for Sage
Home-page: http://github.com/billpage/sage-octave
Author: Bill Page
Author-email: bill.page@newsynthesis.org
License: GPL
Description: Improved Octave Interface for Sage
        ==================================
        
        This project provides an improved version of the `SageMath <http://sagemath.org>`_ interface  for `Octave <http://www.gnu.org/software/octave/>`_: `sage/interfaces/octave.py <http://git.sagemath.org/sage.git/tree/src/sage/interfaces/octave.py>`_ and obviously depends on Sage.
        
        Installation
        ------------
        
            pip install sage-octave
        
        This works on SMC and creates
        
            .local/lib/python2.7/site-packages/octave.py
        
        Run
        ---
        
        This can be used in Sage as follows:
        
            sage: from octave import octave
            
        It also works in a SMC Sage worksheet.
Keywords: sagemath interface octave
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
