Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

Data processing tools

  • yaml2json.py - convert yaml stdin to json on stdout
  • json2yaml.py - convert json stdin to yaml on stdout
  • smartdiff.py - "smart" way of doing a diff between structured files
  • remap.py - remap fields inside of a structured file

Dependencies

You can install dependencies using the requirements.txt, you will need pip in order to use requirements files.

pip install -r requirements.txt

Installing pip:

  • CentOS

easy_install pip

  • Ubuntu

apt-get install python-pip