Metadata-Version: 1.2
Name: snips-app-helpers
Version: 0.0.1
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 Helper
        ================
        
        .. list-table::
            :stub-columns: 1
        
            * - docs
              - |docs|
            * - tests
              - | |travis| |codecov| |requires|
            * - package
              - | |version| |wheel| |supported-versions| |supported-implementations|
                | |commits-since|
        .. |docs| image:: https://readthedocs.org/projects/snips-app-helpers/badge/?style=flat
            :target: https://readthedocs.org/projects/snips-app-helpers
            :alt: Documentation Status
        
        .. |travis| 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
        
        .. |requires| image:: https://requires.io/github/dreamermind/snips-app-helpers/requirements.svg?branch=master
            :alt: Requirements Status
            :target: https://requires.io/github/dreamermind/snips-app-helpers/requirements/?branch=master
        
        .. |codecov| 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
        
        .. |version| image:: https://img.shields.io/pypi/v/snips-app-helpers.svg
            :alt: PyPI Package latest release
            :target: https://pypi.org/project/snips-app-helpers
        
        .. |commits-since| image:: https://img.shields.io/github/commits-since/dreamermind/snips-app-helpers/v0.0.1.svg
            :alt: Commits since latest release
            :target: https://github.com/dreamermind/snips-app-helpers/compare/v0.0.1...master
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/snips-app-helpers.svg
            :alt: PyPI Wheel
            :target: https://pypi.org/project/snips-app-helpers
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/snips-app-helpers.svg
            :alt: Supported versions
            :target: https://pypi.org/project/snips-app-helpers
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/snips-app-helpers.svg
            :alt: Supported implementations
            :target: https://pypi.org/project/snips-app-helpers
        
        
        .. end-badges
        
        
        ``This is not an official Snips product !``
        
        Handful of cli and other tools to develop with confidence Snips services.
        
        - Adding Spec and contract between snips app and console.
        
        .. start-badges
        
        
        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
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    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: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
