Metadata-Version: 1.1
Name: ytool
Version: 0.4.2
Summary: A simple tool to set values in yaml files preserving format and comments
Home-page: https://github.com/codacy/ytool
Author: Codacy
Author-email: team@codacy.com
License: UNKNOWN
Description: ======
        YTool
        ======
        
        A simple tool to set values in yaml files preserving format and comments.
        This command line tool is based on `ruamel.yaml <https://pypi.org/project/ruamel.yaml>`__
        
        ^^^^^^^^^^^^^^^^^^^^^^^^
        Install:
        ^^^^^^^^^^^^^^^^^^^^^^^^
        
        Ytool can be installed simply by running:
        
        .. code-block:: bash
        
            $ pip install ytool
        
        
        ^^^^^^^^^^^^^^^^^^^^^^^^
        Example:
        ^^^^^^^^^^^^^^^^^^^^^^^^
        
        .. code-block:: bash
        
            $ ytool -f some.yaml -s some.string.key value -d float_key 9.9  -i int.key.path 10
        
        ^^^^^^^^^^^^^^^^^^^^^^^^
        Help:
        ^^^^^^^^^^^^^^^^^^^^^^^^
        
        .. code-block:: bash
        
            $ usage: ytool [-h] --file FILE [--set-string path value] [--set-int path value]
                     [--set-float path value] [--output OUTPUT] [--edit-file]
                     [--verbose]
        
            Set values in yaml file preserving format and comments.
        
            optional arguments:
              -h, --help            show this help message and exit
              --file FILE, -f FILE  Name of the chart file to change
              --set-string path value, -s path value
                                    Set string value for path
              --set-int path value, -i path value
                                    Set integer value for path
              --set-float path value, -d path value
                                    Set float value for path
              --output OUTPUT, -o OUTPUT
                                    Name of output file
              --edit-file, -e       Edit input file directly
              --verbose, -v         Print debug information to stdout
        
        
        ---------------
        What is Codacy?
        ---------------
        
        `Codacy <https://www.codacy.com/>`__ is an Automated Code Review Tool
        that monitors your technical debt, helps you improve your code quality,
        teaches best practices to your developers, and helps you save time in
        Code Reviews.
        
        ^^^^^^^^^^^^^^^^^^^^^^^^
        Among Codacy’s features:
        ^^^^^^^^^^^^^^^^^^^^^^^^
        
        -  Identify new Static Analysis issues
        -  Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab
           (and also direct git repositories)
        -  Auto-comments on Commits and Pull Requests
        -  Integrations with Slack, HipChat, Jira, YouTrack
        -  Track issues in Code Style, Security, Error Proneness, Performance,
           Unused Code and other categories
        
        Codacy also helps keep track of Code Coverage, Code Duplication, and
        Code Complexity.
        
        Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among
        others.
        
        ^^^^^^^^^^^^^^^^^^^^
        Free for Open Source
        ^^^^^^^^^^^^^^^^^^^^
        
        Codacy is free for Open Source projects.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
