Metadata-Version: 1.1
Name: sage_octave
Version: 0.1.6
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.
        
        Changes
        -------
        
        1. Recovery from syntax error without losing sync
        
           Syntax errors are marked with `>>>` which was confused
           with the prompt character.  We use the full default Octave
           prompt sequence instead (also continuation lines PS2).
        
        2. Disable pagination to allow large matrices to be imported
           to Sage
             
        3. Support ^C keyboard interrupt
Keywords: sagemath interface octave
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
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
