Data Cliff¶
CLI tool to show differences on text data tracked by dvc.
Free software: Apache Software License 2.0
Documentation: https://data-cliff.readthedocs.io.
Installation¶
You can install the tool directly from pip:
pip install data_cliff
Quick start-guide¶
data_cliff is a tool that helps you visualize differences on text file you’re
tracking on a dvc repo. Its CLI cliff aims to be as closed to git diff
as possible:
cliff [a_rev] [b_rev] [path/to/file]
WARNING You must be in a dvc repository.
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.