Metadata-Version: 1.2
Name: psysh_kernel
Version: 0.1.4
Summary: A PHP kernel for Jupyter/IPython, based on MetaKernel
Home-page: https://github.com/jaesin/psysh_kernel
Author: Jaesin Mulenex
Author-email: Jaesin@users.noreply.github.com
Maintainer: Jaesin Mulenex
License: BSD
Description: [![Build Status](https://travis-ci.org/Jaesin/psysh_kernel.svg?branch=master)](https://travis-ci.org/Jaesin/psysh_kernel)
        
        ### A Jupyter kernel for PsySH
        
        This requires **Jupyter Notebook** <http://jupyter.readthedocs.org/en/latest/install.html> 
        and [PsySH](http://psysh.org/) installed.
        
        To install:
        
        ```bash
        python -m pip install psysh_kernel
        python -m psysh_kernel install
        ```
        
        To use it, run one of:
        
        ```bash
        
        jupyter notebook
        # In the notebook interface, select Psysh from the 'New' menu
        jupyter qtconsole --kernel psysh
        jupyter console --kernel psysh
        ```
        
        This is based on MetaKernel <http://pypi.python.org/pypi/metakernel> 
        which means it features a standard set of magics.
        
        A sample notebook is available [online](https://github.com/Jaesin/psysh_kernel/blob/master/psysh_kernel.ipynb).
        
        You can specify the path to your Psysh executable by creating an 
        `PSYSH_EXECUTABLE` environmental variable.
        
        ### Thanks
        
        Thanks to the metakernel project (<https://github.com/Calysto/metakernel>) 
        and it's [contributers](https://github.com/Calysto/metakernel/graphs/contributors).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: System :: System Shells
Requires: metakernel (>=0.20.11)
Requires: jupyter_client (>=4.3.0)
Requires: ipykernel
