Skip to content

cristicalin/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some useful tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages