Metadata-Version: 1.1
Name: botify
Version: 0.1.2
Summary: Natural Language based Commands Processing Framework
Home-page: https://github.com/pri22296/botify
Author: Priyam Singh
Author-email: priyamsingh.22296@gmail.com
License: MIT
Download-URL: https://github.com/pri22296/botify/tarball/0.1.2
Description: ######################################################################################
        Botify
        ######################################################################################
        
        .. inclusion-marker-badges-start
        
        .. image:: https://badge.fury.io/py/botify.svg
            :target: https://badge.fury.io/py/botify
        
        .. image:: https://travis-ci.org/pri22296/botify.svg?branch=master
            :target: https://travis-ci.org/pri22296/botify
        
        .. image:: https://api.codacy.com/project/badge/Grade/47e374815173493b82c4cc3a4a3b4194
            :target: https://www.codacy.com/app/pri22296/botify?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pri22296/botify&amp;utm_campaign=Badge_Grade
        
        .. image:: https://landscape.io/github/pri22296/botify/master/landscape.svg?style=flat
            :target: https://landscape.io/github/pri22296/botify/master
            :alt: Code Health
        
        .. image:: https://readthedocs.org/projects/botify/badge/?version=latest
            :alt: Documentation Status
            :target: http://botify.readthedocs.io/en/latest/?badge=latest
        
        .. inclusion-marker-badges-end
        
        
        .. inclusion-marker-introduction-start
        
        **************************************************************************
        Introduction
        **************************************************************************
        
        This Package provides Botify class can be used to create your bot.
        Your bot will take orders in natural language and performing
        various actions based on the List of Tasks which you specify.
        
        Note that, this package does not intends to really understand the
        natural langauge. Instead, you need to specify a mapping between
        various keywords and the tasks you need your bot to perform. This
        technique works pretty well as demonstrated by our example project
        `nlcalc <https://github.com/pri22296/nlcalc>`_.
        
        Features include:
        
        * Ability to understand a large set of commands in natural language based on
          very little input.
          
          
        .. inclusion-marker-introduction-end
        
        
        
        .. inclusion-marker-install-start
        
        **************************************************************************
        Installation
        **************************************************************************
        
        ::
        
            pip install botify
        
        
        .. inclusion-marker-install-end
        
        
        .. inclusion-marker-links-start
        
        **************************************************************************
        Links
        **************************************************************************
        
        * `Documentation <http://botify.readthedocs.io/en/latest/>`_
        
        * `Source <https://github.com/pri22296/botify>`_
        
        * `API Reference <http://botify.readthedocs.io/en/latest/source/botify.html#module-botify>`_
        
        
        .. inclusion-marker-links-end
        
        
        .. inclusion-marker-license-start
        
        **************************************************************************
        License
        **************************************************************************
        
        This project is licensed under the MIT License - see the `LICENSE.txt <https://github.com/pri22296/botify/blob/master/LICENSE.txt>`_ file for details.
        
        
        .. inclusion-marker-license-end
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
