Metadata-Version: 1.1
Name: ipython-futhark
Version: 1.0.1
Summary: Futhark language embedding into IPython
Home-page: https://github.com/titouanc/ipython-futhark
Author: Titouan Christophe
Author-email: moiandme@gmail.com
License: MIT
Description: ipython-futhark
        ===============
        
        Embed `Futhark <http://futhark-lang.org>`__ code into your favourite
        IPython shells and Notebooks.
        
        Install
        -------
        
        You should have a working version of Futhark in your ``$PATH``. To do
        so, read the installation instructions on
        `readthedocs.io <https://futhark.readthedocs.io/en/latest/installation.html>`__.
        
        -  Using pip: ``$ pip install ipython-futhark``
        -  Installing pyopencl along the way:
           ``$ pip install ipython-futhark[opencl]``
        
        Example
        -------
        
        See `the demo <Demo.ipynb>`__
        
Keywords: futhark ipython gpu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
