Metadata-Version: 1.1
Name: bash_kernel
Version: 0.1
Summary: A bash kernel for IPython
Home-page: https://github.com/takluyver/bash_kernel
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
License: UNKNOWN
Description: A simple IPython kernel for bash
        
        This requires IPython 3, which is not yet released.
        
        To test it, install with ``setup.py``, then::
        
            ipython qtconsole --kernel bash
        
        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 :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
