Metadata-Version: 1.2
Name: le-chat
Version: 0.1.0
Summary: Data parallelism study for natural language processing.
Home-page: https://github.com/yngtodd/chat
Author: Todd Young
Author-email: youngmt1@ornl.gov
License: BSD license
Description: <h1>Chat<img src='https://github.com/yngtodd/chat/blob/master/img/snek.png' align='right' width='180' height='104'></h1>
        
        
        [![Build Status](https://travis-ci.com/yngtodd/chat.svg?branch=master)](https://travis-ci.com/yngtodd/chat)
        [![pypi](https://img.shields.io/pypi/v/le_chat.svg)](https://pypi.python.org/pypi/le_chat)
        
        
        Data parallelism study for natural language processing.
        
        
        * Free software: BSD license
        * Documentation: https://chat.readthedocs.io.
        
        
        #### Features
        
        Chat comes with a built in command line interface:
        
        ```python
        python -m chat.cli greet
        ```
        
Keywords: chat
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
