Python API wrapper for the DataCite Metadata Store API and DataCite XML generation.
The datacite package is on PyPI so all you need is:
pip install datacite
Documentation is readable at http://datacite.readthedocs.io/ or can be built using Sphinx:
pip install datacite[docs] python setup.py build_sphinx
Running the test suite is as simple as:
pip install -e .[all] ./run-tests.sh