Metadata-Version: 1.1
Name: pynlai
Version: 0.1.2
Summary: PYthon Natural Language Application Interface library.
Home-page: https://github.com/alvarezandmarsal/pynlai
Author: Chris Pappalardo
Author-email: cpappalardo@alvarezandmarsal.com
License: MIT license
Description: 
        pynlai was created to provide a way for non-technical users to interact
        with backend applications using natural language. Developers can simply
        write an app and use pynlai to process text commands from any source
        (e.g. irc, slack, email, etc.) by decorating their functions with natural
        language triggers.
        
        For more information and a guide for getting started, please see our
        repo on github linked below.
        
        
        History
        =======
        
        0.1.2 (2017-07-16)
        ------------------
        
        * First release
        
Keywords: pynlai
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
