Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.46 KB

README.rst

File metadata and controls

58 lines (36 loc) · 1.46 KB

UGent Biblio

Documentation Status Build status Coverage

Ghent University Academic Bibliography contains all the scientific publications by UGent Researchers. The API is public and pretty straight forward.

To use the API in Python this wrapper is available. Instead of returning JSON, it returns dictionaries, and provides methods for querying the API, instead of having to do the formatting yourself.

Installation

pip install ugentbiblio

Usage

Consult the readthedocs.

Testing

Testing is done with pytest, install it together with some other dependencies

pip install -r requirements_dev.txt

To run all the tests, run

py.test

To run all the tests, except the slow ones, run

py.test -k-slow