Metadata-Version: 1.1
Name: ugentbiblio
Version: 0.2.1
Summary: Connector to the API of Ghent University Academic Bibliography
Home-page: https://github.com/megasnort/python-ugent-biblio
Author: Stef Bastiaansen
Author-email: stef.bastiaansen@ugent.be
License: Apache
Description: ============
        UGent Biblio
        ============
        
        .. image:: https://readthedocs.org/projects/python-ugent-biblio/badge/?version=latest
            :target: http://python-ugent-biblio.readthedocs.org/en/latest/
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/megasnort/python-ugent-biblio.svg
            :target: https://travis-ci.org/megasnort/python-ugent-biblio/
            :alt: Build status
        
        .. image:: https://coveralls.io/repos/github/megasnort/python-ugent-biblio/badge.svg?branch=master
            :target: https://coveralls.io/github/megasnort/python-ugent-biblio?branch=master
            :alt: 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
        
        ::
        
            pytest
        
        To run all the tests, except the slow ones, run
        
        ::
        
            py.test -k-slow
        
        
        .. _`Ghent University Academic Bibliography`: https://biblio.ugent.be/
        .. _UGent: http://www.ugent.be
        .. _API: https://biblio.ugent.be/doc/api
        .. _readthedocs: http://python-ugent-biblio.readthedocs.io/
Keywords: ugent biblio library publications
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
