Metadata-Version: 1.1
Name: sloth-ci.ext.devtools
Version: 1.0.4
Summary: Utilities for Sloth CI extension and validator development
Home-page: https://bitbucket.org/moigagoo/sloth-ci-extensions
Author: Konstantin Molchanov
Author-email: moigagoo@live.com
License: MIT
Description: Utilities to help you develop extensions and validators for Sloth CI.
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install sloth-ci.ext.devtools
        
        
        Usage
        -----
        
        Enable the extension in the server config:
        
        .. code-block:: yaml
            :caption: devtools.yml
        
            extensions:
                dev:
                    # Use the module sloth_ci.ext.devtools.
                    module: devtools
        
        Call the ``sci dev`` with ``-e`` or ``-v`` to create an extensions or a validator template:
        
        .. code-block:: bash
        
            $ sci dev -e spam
            Extension "spam" created.
        
            $ sci dev -v eggs
            Validator "eggs" created.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
