Skip to content

Python connector for working with the Ghent University Academic Bibliography API

License

Notifications You must be signed in to change notification settings

megasnort/python-ugent-biblio

Repository files navigation

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

About

Python connector for working with the Ghent University Academic Bibliography API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages