.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
RELEASE-NOTES.rst
pytest.ini
run-tests.sh
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/usage.rst
json_merger/__init__.py
json_merger/comparator.py
json_merger/config.py
json_merger/conflict.py
json_merger/dict_merger.py
json_merger/errors.py
json_merger/graph_builder.py
json_merger/list_unify.py
json_merger/merger.py
json_merger/nothing.py
json_merger/stats.py
json_merger/utils.py
json_merger/version.py
json_merger.egg-info/PKG-INFO
json_merger.egg-info/SOURCES.txt
json_merger.egg-info/dependency_links.txt
json_merger.egg-info/not-zip-safe
json_merger.egg-info/requires.txt
json_merger.egg-info/top_level.txt
json_merger/contrib/__init__.py
json_merger/contrib/inspirehep/__init__.py
json_merger/contrib/inspirehep/author_util.py
json_merger/contrib/inspirehep/comparators.py
json_merger/contrib/inspirehep/match.py
tests/conftest.py
tests/acceptance/test_merger_update.py
tests/fixtures/update_scenarios/description.txt
tests/fixtures/update_scenarios/author_added_only_in_head/description.txt
tests/fixtures/update_scenarios/author_added_only_in_head/expected.json
tests/fixtures/update_scenarios/author_added_only_in_head/head.json
tests/fixtures/update_scenarios/author_added_only_in_head/root.json
tests/fixtures/update_scenarios/author_added_only_in_head/update.json
tests/fixtures/update_scenarios/author_affiliation_addition/description.txt
tests/fixtures/update_scenarios/author_affiliation_addition/expected.json
tests/fixtures/update_scenarios/author_affiliation_addition/head.json
tests/fixtures/update_scenarios/author_affiliation_addition/root.json
tests/fixtures/update_scenarios/author_affiliation_addition/update.json
tests/fixtures/update_scenarios/author_curator_collab_addition/description.txt
tests/fixtures/update_scenarios/author_curator_collab_addition/expected.json
tests/fixtures/update_scenarios/author_curator_collab_addition/head.json
tests/fixtures/update_scenarios/author_curator_collab_addition/root.json
tests/fixtures/update_scenarios/author_curator_collab_addition/update.json
tests/fixtures/update_scenarios/author_delete_and_double_curator_typo_fix/description.txt
tests/fixtures/update_scenarios/author_delete_and_double_curator_typo_fix/expected.json
tests/fixtures/update_scenarios/author_delete_and_double_curator_typo_fix/head.json
tests/fixtures/update_scenarios/author_delete_and_double_curator_typo_fix/root.json
tests/fixtures/update_scenarios/author_delete_and_double_curator_typo_fix/update.json
tests/fixtures/update_scenarios/author_delete_and_single_curator_typo_fix/description.txt
tests/fixtures/update_scenarios/author_delete_and_single_curator_typo_fix/expected.json
tests/fixtures/update_scenarios/author_delete_and_single_curator_typo_fix/head.json
tests/fixtures/update_scenarios/author_delete_and_single_curator_typo_fix/root.json
tests/fixtures/update_scenarios/author_delete_and_single_curator_typo_fix/update.json
tests/fixtures/update_scenarios/author_deleted_in_update/description.txt
tests/fixtures/update_scenarios/author_deleted_in_update/expected.json
tests/fixtures/update_scenarios/author_deleted_in_update/head.json
tests/fixtures/update_scenarios/author_deleted_in_update/root.json
tests/fixtures/update_scenarios/author_deleted_in_update/update.json
tests/fixtures/update_scenarios/author_double_match_conflict/description.txt
tests/fixtures/update_scenarios/author_double_match_conflict/expected.json
tests/fixtures/update_scenarios/author_double_match_conflict/head.json
tests/fixtures/update_scenarios/author_double_match_conflict/root.json
tests/fixtures/update_scenarios/author_double_match_conflict/update.json
tests/fixtures/update_scenarios/author_double_match_unambiguous_fix/description.txt
tests/fixtures/update_scenarios/author_double_match_unambiguous_fix/expected.json
tests/fixtures/update_scenarios/author_double_match_unambiguous_fix/head.json
tests/fixtures/update_scenarios/author_double_match_unambiguous_fix/root.json
tests/fixtures/update_scenarios/author_double_match_unambiguous_fix/update.json
tests/fixtures/update_scenarios/author_prepend_and_curator_typo_fix/description.txt
tests/fixtures/update_scenarios/author_prepend_and_curator_typo_fix/expected.json
tests/fixtures/update_scenarios/author_prepend_and_curator_typo_fix/head.json
tests/fixtures/update_scenarios/author_prepend_and_curator_typo_fix/root.json
tests/fixtures/update_scenarios/author_prepend_and_curator_typo_fix/update.json
tests/fixtures/update_scenarios/author_reorder_and_double_curator_typo_fix/description.txt
tests/fixtures/update_scenarios/author_reorder_and_double_curator_typo_fix/expected.json
tests/fixtures/update_scenarios/author_reorder_and_double_curator_typo_fix/head.json
tests/fixtures/update_scenarios/author_reorder_and_double_curator_typo_fix/root.json
tests/fixtures/update_scenarios/author_reorder_and_double_curator_typo_fix/update.json
tests/fixtures/update_scenarios/author_reorder_conflict/description.txt
tests/fixtures/update_scenarios/author_reorder_conflict/expected.json
tests/fixtures/update_scenarios/author_reorder_conflict/head.json
tests/fixtures/update_scenarios/author_reorder_conflict/root.json
tests/fixtures/update_scenarios/author_reorder_conflict/update.json
tests/fixtures/update_scenarios/author_replace_and_double_curator_typo_fix/description.txt
tests/fixtures/update_scenarios/author_replace_and_double_curator_typo_fix/expected.json
tests/fixtures/update_scenarios/author_replace_and_double_curator_typo_fix/head.json
tests/fixtures/update_scenarios/author_replace_and_double_curator_typo_fix/root.json
tests/fixtures/update_scenarios/author_replace_and_double_curator_typo_fix/update.json
tests/fixtures/update_scenarios/author_replace_and_single_curator_typo_fix/description.txt
tests/fixtures/update_scenarios/author_replace_and_single_curator_typo_fix/expected.json
tests/fixtures/update_scenarios/author_replace_and_single_curator_typo_fix/head.json
tests/fixtures/update_scenarios/author_replace_and_single_curator_typo_fix/root.json
tests/fixtures/update_scenarios/author_replace_and_single_curator_typo_fix/update.json
tests/fixtures/update_scenarios/author_typo_conflict/description.txt
tests/fixtures/update_scenarios/author_typo_conflict/expected.json
tests/fixtures/update_scenarios/author_typo_conflict/head.json
tests/fixtures/update_scenarios/author_typo_conflict/root.json
tests/fixtures/update_scenarios/author_typo_conflict/update.json
tests/fixtures/update_scenarios/author_typo_curator_fix/description.txt
tests/fixtures/update_scenarios/author_typo_curator_fix/expected.json
tests/fixtures/update_scenarios/author_typo_curator_fix/head.json
tests/fixtures/update_scenarios/author_typo_curator_fix/root.json
tests/fixtures/update_scenarios/author_typo_curator_fix/update.json
tests/fixtures/update_scenarios/author_typo_update_and_curator_fix/description.txt
tests/fixtures/update_scenarios/author_typo_update_and_curator_fix/expected.json
tests/fixtures/update_scenarios/author_typo_update_and_curator_fix/head.json
tests/fixtures/update_scenarios/author_typo_update_and_curator_fix/root.json
tests/fixtures/update_scenarios/author_typo_update_and_curator_fix/update.json
tests/fixtures/update_scenarios/author_typo_update_fix/description.txt
tests/fixtures/update_scenarios/author_typo_update_fix/expected.json
tests/fixtures/update_scenarios/author_typo_update_fix/head.json
tests/fixtures/update_scenarios/author_typo_update_fix/root.json
tests/fixtures/update_scenarios/author_typo_update_fix/update.json
tests/fixtures/update_scenarios/title_addition/description.txt
tests/fixtures/update_scenarios/title_addition/expected.json
tests/fixtures/update_scenarios/title_addition/head.json
tests/fixtures/update_scenarios/title_addition/root.json
tests/fixtures/update_scenarios/title_addition/update.json
tests/fixtures/update_scenarios/title_change/description.txt
tests/fixtures/update_scenarios/title_change/expected.json
tests/fixtures/update_scenarios/title_change/head.json
tests/fixtures/update_scenarios/title_change/root.json
tests/fixtures/update_scenarios/title_change/update.json
tests/unit/test_comparator.py
tests/unit/test_conflict.py
tests/unit/test_contrib.py
tests/unit/test_dict_merger.py
tests/unit/test_list_align.py
tests/unit/test_merger.py
tests/unit/test_nothing.py
tests/unit/test_utils.py