Metadata-Version: 1.1
Name: nose-launchable
Version: 0.0.2
Summary: A nose plugin to interact with Launchable API
Home-page: https://github.com/launchableinc/nose-launchable
Author: Launchable team
Author-email:  info@launchableinc.com
License: UNKNOWN
Description: nose-launchable
        ===============
        
        A nose plugin to interact with
        `Launbhable <https://www.launchableinc.com/>`__ API.
        
        Install
        -------
        
        ::
        
           $ pip install nose-launchable
        
        Usage
        -----
        
        ::
        
           $ nosetests --launchable
        
        In addition to specifying the ``--launchable`` flag, you need to set the
        following environment variables in your environment. These values should
        be provided from Launchable.
        
        ========================= ==================================
        Key                       Description
        ========================= ==================================
        NOSE_LAUNCHABLE_API_TOKEN API token to access Launchable API
        ========================= ==================================
        
        Development
        -----------
        
        Pull requests are always appreciated. If you want to see whether your
        changes work as expected, run the following command to install the
        plugin locally.
        
        .. code:: bash
        
           $ python setup.py develop
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
