Metadata-Version: 1.1
Name: SAS-kernel
Version: 1.2
Summary: A SAS kernel for IPython
Home-page: https://github.com/sassoftware/sas_kernel
Author: Jared Dean
Author-email: jared.dean@sas.com
License: Apache Software License
Description: A simple IPython kernel for SAS
        
        This requires IPython 3.
        
        To use it, install with ``pip install sas_kernel``, and then run one of:
        
        .. code:: shell
        
            ipython notebook
            # In the notebook interface, select SAS from the 'New' menu
            ipython qtconsole --kernel sas
            ipython console --kernel sas
        
        For details of how this works, see IPython's docs on `wrapper kernels
        <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_, and
        Pexpect's docs on the `replwrap module
        <http://pexpect.readthedocs.org/en/latest/api/replwrap.html>`_
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
