/datacite

Python API wrapper for the DataCite Metadata Store API.

Primary LanguagePythonOtherNOASSERTION

DataCite

https://travis-ci.org/inveniosoftware/datacite.svg?branch=master https://coveralls.io/repos/inveniosoftware/datacite/badge.svg?branch=master https://pypip.in/v/datacite/badge.svg?style=flat https://pypip.in/d/datacite/badge.svg?style=flat

About

Python API wrapper for the DataCite Metadata Store API and DataCite XML generation.

Installation

The datacite package is on PyPI so all you need is:

pip install datacite

Documentation

Documentation is readable at http://pythonhosted.org/datacite/ or can be built using Sphinx:

pip install datacite[docs]
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

pip install -e .[all]
./run-tests.sh