Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Python library permitting to connect to remote Invenio digital library instances.

License

Notifications You must be signed in to change notification settings

inveniosoftware-attic/invenio-client

Repository files navigation

Invenio-Client

Deprecated

This repository is unmaintained, deprecated and not working with recent versions of Invenio.

About

Tool to connect to remote Invenio servers using Invenio APIs.

Installation

Invenio-Client is on PyPI so all you need is:

pip install invenio-client

Documentation

Documentation is readable at http://invenio-client.readthedocs.io or it can be built using Sphinx:

pip install invenio-client[docs]
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test