Metadata-Version: 2.4
Name: isbnlib-dnb-sru
Version: 1.0.0
Summary: A plugin for isbnlib that pulls metadata from Deutsche Nationalbibliothek (DNB; German national library) using the SRU protocol.
Home-page: https://github.com/heinerwalter/isbnlib-dnb-sru
Download-URL: https://github.com/heinerwalter/isbnlib-dnb-sru/archive/v1.0.0.zip
Author: Heiner Walter
Author-email: 
License: LGPL v3
Keywords: ISBN isbnlib dnb german bibliographic-references
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: isbnlib<3.11.0,>=3.10.9
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


.. image:: https://github.com/heinerwalter/isbnlib-dnb-sru/workflows/tests/badge.svg
    :target: https://github.com/heinerwalter/isbnlib-dnb-sru/actions
    :alt: Built Status

.. image:: https://img.shields.io/github/issues/heinerwalter/isbnlib-dnb-sru/bug.svg?label=bugs&style=flat
    :target: https://github.com/heinerwalter/isbnlib-dnb-sru/labels/bug
    :alt: Bugs

.. image:: https://img.shields.io/pypi/dm/isbnlib-dnb-sru.svg?style=flat
    :target: https://pypi.org/project/isbnlib-dnb-sru/
    :alt: PYPI Downloads



A metadata plugin for ``isbnlib`` (https://pypi.python.org/pypi/isbnlib) using the SRU service
of the Deutsche Nationalbibliothek (DNB; German national library) ``services.dnb.de/sru/dnb`` (for books in German).
See documentation at: https://www.dnb.de/DE/Professionell/Metadatendienste/Datenbezug/SRU/sru_node.html

To install, from the command line, enter (in some cases you have to precede the command with ``sudo``):

.. code-block:: bash

    $ pip install isbnlib-dnb-sru


After install, a new metadata provider (``dnb-sru``) is available in isbnlib.

For available plugins check_ here.



.. _check: https://pypi.python.org/pypi?%3Aaction=search&term=isbnlib_&submit=search
