inveniosoftware-attic / invenio-client

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

Home Page:https://invenio-client.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://invenio-client.readthedocs.io

License:GNU General Public License v2.0


Languages

Language:Python 100.0%