Metadata-Version: 1.1
Name: lebot-cerebro
Version: 0.1.0.dev6
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| |pypiversion|
        
        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
        =========
        ::
        
          nosetests
        
        Run Start
        =========
        
        ::
        
          python start.py <command>
        
        
        List of supported Commands
        ==========================
        
        ::
        
          "how are you?", "what is the time?", "what is the date?"
        
        .. |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
        .. |pypiversion| image:: https://badge.fury.io/py/lebot-cerebro.svg
            :target: https://badge.fury.io/py/lebot-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
