Metadata-Version: 1.2
Name: pylobid
Version: 0.2.2
Summary: A lobid-REST-API client
Home-page: https://github.com/csae8092/pylobid
Author: Peter Andorfer
Author-email: p.andorfer@gmail.com
License: MIT license
Description: =======
        pylobid
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/pylobid.svg
                :target: https://pypi.python.org/pypi/pylobid
        
        .. image:: https://img.shields.io/travis/csae8092/pylobid.svg
                :target: https://travis-ci.com/csae8092/pylobid
        
        .. image:: https://readthedocs.org/projects/pylobid/badge/?version=latest
                :target: https://pylobid.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        `pylobid` is a  LOBID-REST-API client. Lobid_ is a web service providing data from the GND_ - Gemeinsame Normdatei of the German National Library.
        
        
        
        * Free software: MIT license
        * Documentation: https://pylobid.readthedocs.io.
        
        
        Features
        --------
        
        * Harmonize GND-URIs and URLS
        * wrap up several LOBID-API requests in a single methods
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Lobid: https://lobid.org/
        .. _GND: https://www.dnb.de/DE/Professionell/Standardisierung/GND/gnd_node.html
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.2.2 (2020-06-30)
        ------------------
        
        * Some useful methods added.
        
        0.2.1 (2020-06-23)
        ------------------
        
        * Some useful methods added.
        
        0.1.0 (2020-06-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: pylobid
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
