INSPIRE-specific rules to transform from MARCXML to JSON and back.


Keywords
inspirehep, json, marcxml, python
License
GPL-3.0
Install
pip install inspire-dojson==55.0.3

Documentation

INSPIRE-DoJSON

About

INSPIRE-specific rules to transform from MARCXML to JSON and back.

Local development (py2)

# Build the Docker image for Python 2.7
docker build -t dojson2 -f Dockerfile.py2 .

# Spin up a container with the library installed
docker run -it dojson2

# Run the test suite
./run-tests.sh