Metadata-Version: 1.1
Name: snips-nlu-rust
Version: 0.55.1
Summary: Python wrapper of the Snips NLU engine
Home-page: UNKNOWN
Author: Thibaut Lorrain, Adrien Ball
Author-email: thibaut.lorrain@snips.ai, adrien.ball@snips.ai
License: UNKNOWN
Description: Snips NLU Rust Wrapper
        ======================
        
        Installation
        ------------
        
        It is recommended to install the package with a virtualenv:
        
        .. code-block:: bash
        
            virtualenv venv
            . venv/bin/activate
        
        The package is available on pypi, and can be installed with `pip`:
        
        .. code-block:: bash
        
            pip install snips-nlu-rust
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
