Metadata-Version: 2.0
Name: iCLIPS
Version: 0.0.3
Summary: CLIPS Jupyter console
Home-page: https://github.com/noxdafox/iclips
Author: Matteo Cafasso
Author-email: noxdafox@gmail.com
License: GPL
Description-Content-Type: UNKNOWN
Keywords: clips expert-system jupyter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: clipspy
Requires-Dist: jupyter-console

iCLIPS
======

Jupyter Kernel for CLIPS_

:Source: https://github.com/noxdafox/iclips
:Documentation: https://iclips.readthedocs.io
:Download: https://pypi.python.org/pypi/iclips

|docs badge|

.. |docs badge| image:: https://readthedocs.org/projects/iclips/badge/?version=latest
   :target: http://iclips.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://iclips.readthedocs.io/en/latest/_images/example.png

Installation
------------

Detailed instructions in the documentation.

.. code:: bash

    pip install iclips

Usage
-----

.. code:: bash

    jupiter console --kernel clips

.. _CLIPS: http://www.clipsrules.net/


