Metadata-Version: 2.1
Name: data_cliff
Version: 0.0.1
Summary: CLI tool to show differences on text data tracked by dvc.
Home-page: https://github.com/ruizdesotto/data_cliff
Author: Miguel Ruiz
Author-email: miguel.ruizdesotto@gmail.com
License: Apache Software License 2.0
Keywords: data_cliff
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

==========
Data Cliff
==========


.. image:: https://img.shields.io/pypi/v/data_cliff.svg
        :target: https://pypi.python.org/pypi/data_cliff

.. image:: https://img.shields.io/travis/ruizdesotto/data_cliff.svg
        :target: https://travis-ci.com/ruizdesotto/data_cliff

.. image:: https://readthedocs.org/projects/data-cliff/badge/?version=latest
        :target: https://data-cliff.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/ruizdesotto/data_cliff/shield.svg
     :target: https://pyup.io/repos/github/ruizdesotto/data_cliff/
     :alt: Updates



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


* Free software: Apache Software License 2.0
* Documentation: https://data-cliff.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2023-02-15)
------------------

* First release on PyPI.
