Metadata-Version: 1.1
Name: yaml-upgrade-tool
Version: 0.1.1
Summary: A Python package to assist with upgrading yaml configuration files.
Home-page: https://bitbucket.org/JarrodCTaylor/yaml-upgrade-tool
Author: Jarrod C. Taylor
Author-email: Jarrod@JarrodCTaylor.com
License: GPL
Description: yaml-upgrade-tool
        =================
        
        |Build Status|
        
        While YAML prides itself on being easy for humans to read compared to some
        other languages, it doesn't make any claims about making updating large config
        files any more enjoyable.  ``yaml-upgrade-tool`` is, as the name implies, a
        tool for assisting in the upgrading of YAML configuration files. It can be
        useful when upgrading versions of tools that are dependant upon large YAML
        configuration files. The tool will show you what has been changed, added or
        removed and allow you to keep or reject each of the modifications.
        
        See the gif below for a demonstration of the tool.
        
        Installation
        ============
        
        ``pip install yaml-upgrade-tool``
        
        Demo Gif
        ========
        .. image:: https://bitbucket.org/repo/aeqRxk/images/3817854084-upgrade-yaml.gif
        
        Usage
        =====
        
        The package provides one command ``upgrade-yaml``. You will need to provide the
        path to your current YAML file and the path to the new version to which you are
        upgrading.  You will be prompted for input on all the changes between the
        files.
        
        Local Development
        =================
        
        Installation
        ~~~~~~~~~~~~
        
        For local development, pip install the requirements.
        
        ``pip install -r requirements.txt``
        
        Running the tests
        ~~~~~~~~~~~~~~~~~
        
        ``nosetests``
        
        .. |Build Status| image:: https://drone.io/bitbucket.org/JarrodCTaylor/yaml-upgrade-tool/status.png
           :target: https://drone.io/bitbucket.org/JarrodCTaylor/yaml-upgrade-tool/latest
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: System :: Systems Administration
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
