Metadata-Version: 2.1
Name: calysto-chatbot
Version: 0.9.1
Summary: A Chatbot kernel for Jupyter that can use Python libraries
Home-page: https://github.com/Calysto/calysto_chatbot
Author: Douglas Blank
Author-email: doug.blank@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Requires-Dist: metakernel
Requires-Dist: aiml


You can install Calysto Chatbot with Python:

```
pip install --upgrade calysto_chatbot
```

or in the system kernel folder with:

```
sudo pip install --upgrade calysto_chatbot
```

Use it in the console, qtconsole, or notebook with IPython:

```
ipython console --kernel calysto_chatbot
ipython qtconsole --kernel calysto_chatbot
ipython notebook 
```

Requires:

* aiml
* ipython-3.0
* Python2 or Python3
* metakernel (installed automatically)



