Metadata-Version: 2.1
Name: snips-nlu-rust
Version: 0.56.0
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
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
Requires-Dist: future (==0.16.0)

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


