Metadata-Version: 1.1
Name: box_kernel-stauffenbits
Version: 1.4
Summary: Simple box kernel for Jupyter
Home-page: https://github.com/stauffenbits/box_kernel
Author: Joshua M. Moore
Author-email: moore.joshua@pm.me
License: UNKNOWN
Description: box_kernel
        ===========
        
        ``box_kernel`` is a simple of a Jupyter kernel for the Box Language. This repository
        complements the documentation on wrapper kernels here:
        
        http://jupyter-client.readthedocs.io/en/latest/wrapperkernels.html
        
        Installation
        ------------
        Ensure you have the Box Language Runtime installed: 
        
        ```sh
        npm install @stauffenbits/box
        ```
        
        Then add node_modules/@stauffenbits/box/bin/box to your path, if node doesn't do that for you. 
        
        To install the ``box_kernel`` from PyPI::
        
            pip3 install box-kernel-stauffenbits
            python3 -m box-kernel-stauffenbits.install
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
