Metadata-Version: 2.1
Name: knosk-core
Version: 1.0.0a1
Summary: Knosk dialog management framework
Home-page: https://github.com/knosk/knosk-core
Author: Knosk team
Author-email: info@knosk.com
License: MIT
Description: knosk-core
        ==========
        
        #### knosk-core 1.0.0a1
        
        [![Build Status](https://travis-ci.org/knosk/knosk-core.svg?branch=master)](https://travis-ci.org/travis-web)
        
        [![PyPI version](https://badge.fury.io/py/knosk-core.svg)](https://badge.fury.io/py/knosk-core)
        
        ### knosk-core
        
        knosk-core is a dialog management framework.
        
        TBD
        
        ### Installation
        
        Install via pip:
        
            $ pip install knosk-core
        
        Install from source:
        
            $ git clone git@github.com:knosk/knosk-core.git
            $ cd knosk-core
            $ python setup.py install
        
        ### Usage
        
        TBD
        
        ### Running tests
        
            $ python ./tests/test.py
        
        
Platform: Posix; MacOS X
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
