Metadata-Version: 1.1
Name: deployv-addon-gitlab-tools
Version: 0.2.41
Summary: Deployv addon: Gitlab tools. Generated by cookiecutter and cookiecutter-deploy-addon.
Home-page: https://github.com/Vauxoo/deployv-addon-gitlab-tools
Author: Vauxoo
Author-email: info@vauxoo.com
License: BSD
Description: ========
        Overview
        ========
        
        
        
        Deployv addon: Gitlab tools. Generated by cookiecutter and cookiecutter-deploy-addon.
        
        A small set of tools to automate repetitive tasks for testing gitlab repositories.
        
        It is important to say that this is not by any mean a replacement for the MQT tools, these are tools that we need in order to make gitlab-ci work properly with the MQT tools.
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install deployv-addon-gitlab-tools
        
        Documentation
        =============
        
        https://deployv-addon-gitlab-tools.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.1.0 (2017-03-03)
        -----------------------------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD 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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
