Metadata-Version: 1.1
Name: openmairie.devtools
Version: 0.2.2
Summary: openMairie Developer Tools
Home-page: https://github.com/openmairie/openmairie.devtools/
Author: openMairie
Author-email: contact@openmairie.org
License: GPL
Description-Content-Type: UNKNOWN
Description: openmairie.devtools
        ===================
        
        openMairie Developer Tools
        
        .. image:: https://img.shields.io/pypi/v/openmairie.devtools.svg
            :target: https://pypi.python.org/pypi/openmairie.devtools/
            :alt: Latest PyPI version
        
        .. contents::
        
        Introduction
        ------------
        
        openmairie.devtools is a collection of command-line programs to handle tasks on
        `openMairie Framework <http://www.openmairie.org/framework/>`_ based projects.
        Mainly initialize environment, run tests, release a project, ...
        
        
        Installation
        ------------
        
        You just need `pip <https://pip.pypa.io>`_ ::
        
            pip install openmairie.devtools
        
        
        Available commands
        ------------------
        
        - **om-tests**: should be run from the *tests* folder of your project and
          allow you to initialize your test environment, to run all tests suites or to
          run only one tests suite.
        
        - **om-svnexternals**: should be run from the root of your project and allow
          you to export the externals props find in EXTERNALS.txt files. Useful when
          you are mirroring your SVN project to GIT.
        
        
        
        Changelog
        =========
        
        0.2.2 (2017-11-25)
        ------------------
        
        - Remove the externals was breaking travis CI.
          [flohcim]
        
        0.2.1 (2017-11-24)
        ------------------
        
        - Filename of EXTERNALS.txt file parsed was missing.
          [flohcim]
        
        0.2.0 (2017-11-24)
        ------------------
        
        - Add om-svnexternals script.
          [flohcim]
        
        
        0.1 (2017-11-23)
        ----------------
        
        - Initial release as a python package.
          [flohcim, fmichon, jymadier, mbroquet, nhaye, NHaye, nmeucci, oc1n, softime,
          stimezouaght, tiazma]
        
        
        Contributors
        ============
        
        * Florent Michon <flohcim@gmail.com> [flohcim][fmichon]
        * Jean-Yves Madier de Champvermeil <> [jymadier]
        * Matthias Broquet <mbroquet@atreal.fr> [mbroquet][tiazma]
        * Nicolas Haye <> [nhaye][NHaye]
        * Nicolas Meucci <> [nmeucci][oc1n]
        * Sofien Timezouaght <> [softime][stimezouaght]
        
        
Keywords: openMairie
Platform: any
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
