Metadata-Version: 1.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
Description: 
        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)
        
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
