Metadata-Version: 2.4
Name: isbnlib-dnb-sru
Version: 1.0.5
Summary: A plugin for isbnlib that pulls metadata from the 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.5.zip
Author: Heiner Walter
Author-email: 
License: LGPL v3
Keywords: ISBN isbnlib dnb german bibliographic-references
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isbnlib2>=3.11
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# isbnlib_dnb_sru

[![Built Status](https://github.com/heinerwalter/isbnlib-dnb-sru/workflows/tests/badge.svg)](https://github.com/heinerwalter/isbnlib-dnb-sru/actions)

[![Bugs](https://img.shields.io/github/issues/heinerwalter/isbnlib-dnb-sru/bug.svg?label=bugs&style=flat)](https://github.com/heinerwalter/isbnlib-dnb-sru/labels/bug)

[![PYPI Downloads](https://img.shields.io/pypi/dm/isbnlib-dnb-sru.svg?style=flat)](https://pypi.org/project/isbnlib-dnb-sru/)

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


## Installation

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

```bash
$ pip install isbnlib-dnb-sru
```

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

For other available isbnlib plugins check [here](https://pypi.python.org/pypi?%3Aaction=search&term=isbnlib_&submit=search).


## Development

For developing and contributing see [CONTRIBUTING.md](CONTRIBUTING.md).
