CLI tool to show differences on text data tracked by dvc.


Keywords
data_cliff
License
Apache-2.0
Install
pip install data-cliff==0.1.3

Documentation

Data Cliff

Python Version PyPI download month Licence Documentation Status Build Status CI Status Coverage mypy black

CLI tool to show differences on text data tracked by dvc.

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.