Metadata-Version: 1.2
Name: snips-app-helpers
Version: 0.0.2
Summary: Handful of cli and other tools to develop with confidence Snips services
Home-page: https://github.com/dreamermind/snips-app-helpers
Author: Dreamermind
Author-email: sigmer66@gmail.com
License: MIT license
Project-URL: Documentation, https://snips-app-helpers.readthedocs.io/
Project-URL: Changelog, https://snips-app-helpers.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/dreamermind/snips-app-helpers/issues
Description: =================
        Snips App Helpers
        =================
        
        .. image:: https://readthedocs.org/projects/snips-app-helpers/badge/?style=flat
            :target: https://readthedocs.org/projects/snips-app-helpers
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/DreamerMind/snips-app-helpers.svg?branch=master
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/DreamerMind/snips-app-helpers
        
        
        .. image:: https://codecov.io/github/dreamermind/snips-app-helpers/coverage.svg?branch=master
            :alt: Coverage Status
            :target: https://codecov.io/github/dreamermind/snips-app-helpers
        
        .. image:: https://img.shields.io/pypi/v/snips-app-helpers.svg
            :alt: PyPI Package latest release
            :target: https://pypi.org/project/snips-app-helpers
        
        .. image:: https://img.shields.io/pypi/pyversions/snips-app-helpers.svg
            :alt: Supported versions
            :target: https://pypi.org/project/snips-app-helpers
        
        .. image:: https://img.shields.io/pypi/implementation/snips-app-helpers.svg
            :alt: Supported implementations
            :target: https://pypi.org/project/snips-app-helpers
        
        .. image:: https://img.shields.io/github/license/dreamermind/snips-app-helpers.svg
           :target: https://github.com/dreamermind/snips-app-helpers/blob/master/LICENSE
           :alt: License
        
        
        
        
        ``This is not an official Snips product !``
        
        Snips App Helpers help you to declare, test, and check your snips application.
        Here is the list of tools availlable:
        
        - Adding contract Spec between Snips Action and Console Assistant and a cli tool to generate compliance report.
        
        - MiddleWare Action that remap any Action intent & slots to another Action based on the given spec
        
        Installation
        ============
        
        ::
        
            pip install snips-app-helpers
        
        Documentation
        =============
        
        https://snips-app-helpers.readthedocs.io/
        
        
        Development
        ===========
        
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Tested only on unix like systems
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.0.1 (2019-03-24)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
