Skip to content

Semantic comparison between YAML files

License

Notifications You must be signed in to change notification settings

lumicks/yamldiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yamldiff

Semantic comparison between YAML files.

Requirements

Python 3.6 or higher (although other 3.x versions should also work)

Installation

For general use, you can install yamldiff using pip:

pip install yamldiff

To upgrade to the latest version:

pip install -U yamldiff

For local development:

git clone https://github.com/lumicks/yamldiff.git
cd yamldiff
pip install -e .

Usage

Run yamldiff -h for usage instructions.