Metadata-Version: 1.1
Name: lebot-cerebro
Version: 0.1.0.dev1
Summary: Core engine for LeBot
Home-page: https://github.com/Le-Bot/cerebro
Author: LeBot
Author-email: sanket.upadhyay@infoud.co.in
License: MIT
Description: cerebro
        =======
        
        |CircleCI|
        
        |codecov|
        
        Core engine for @LeBot, A generic bot that will be able to do custom
        tasks on the basis of the interaction with User.
        
        Run Tests
        ---------
        
        .. raw:: html
        
           <pre>nosetests</pre>
        
        Run Start
        ---------
        
        .. raw:: html
        
           <pre>python start.py &lt;command&gt; </pre>
        
        List of supported Commands
        --------------------------
        
        .. raw:: html
        
           <pre>"how are you?", "what is the time?", "what is the date?"</pre>
        
        .. |CircleCI| image:: https://circleci.com/gh/Le-Bot/cerebro/tree/master.svg?style=shield
           :target: https://circleci.com/gh/Le-Bot/cerebro/tree/master
        .. |codecov| image:: https://codecov.io/gh/Le-Bot/cerebro/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/Le-Bot/cerebro
           
Keywords: Chat Bot, AI
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
