Metadata-Version: 2.1
Name: simple-jsondiff
Version: 0.2.0
Summary: SSimple tools for diffing JSON documents.
Home-page: https://github.com/machristie/simple_jsondiff
Author: Marcus Christie
Author-email: machrist@iu.edu
License: MIT license
Keywords: simple_jsondiff
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)

===============
Simple JSONDiff
===============


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

.. image:: https://img.shields.io/travis/machristie/simple_jsondiff.svg
        :target: https://travis-ci.org/machristie/simple_jsondiff

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


.. image:: https://pyup.io/repos/github/machristie/simple_jsondiff/shield.svg
     :target: https://pyup.io/repos/github/machristie/simple_jsondiff/
     :alt: Updates



Simple tools for diffing JSON documents.

This package was mainly developed for debugging purposes, to quickly see
which values are different in comparable JSON documents.


* Free software: MIT license
* Documentation: https://simple-jsondiff.readthedocs.io.


Features
--------

* Get a JSON string of just the added or changed values
* (coming soon) Get a JSON string of just the removed values

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.2.0 (2018-10-14)
------------------

* Added tests

0.1.0 (2018-10-14)
------------------

* First release on PyPI.


