Skip to content

inveniosoftware-contrib/json-merger

Repository files navigation

json-merger

Module for merging JSON Objects.

Installation

Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:

$ pyenv virtualenv json-merger
$ pyenv activate json-merger
$ cd json-merger/
$ pip install -e ".[all]"

You can now run the tests with:

$ ./run-tests.sh