Metadata-Version: 2.3
Name: pylobid
Version: 3.0.0
Summary: A lobid-REST-API client
Keywords: lobid
Author: Peter Andorfer, Christian Lölkes
Author-email: Peter Andorfer <p.andorfer@gmail.com>, Christian Lölkes <christian.loelkes@gmail.com>
License: MIT License
         
         Copyright (c) 2020, Peter Andorfer
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
         
Requires-Dist: jsonpath-ng>=1.7.0
Requires-Dist: requests>=2.32.4
Requires-Python: >=3.8
Project-URL: Documentation, https://csae8092.github.io/pylobid/
Project-URL: Repository, https://github.com/csae8092/pylobid
Description-Content-Type: text/markdown

# pylobid

[![Build the docs](https://github.com/csae8092/pylobid/actions/workflows/docs.yml/badge.svg)](https://github.com/csae8092/pylobid/actions/workflows/docs.yml)
[![flake8 Lint](https://github.com/csae8092/pylobid/actions/workflows/lint.yml/badge.svg)](https://github.com/csae8092/pylobid/actions/workflows/lint.yml)
[![Test](https://github.com/csae8092/pylobid/actions/workflows/test.yml/badge.svg)](https://github.com/csae8092/pylobid/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/csae8092/pylobid/graph/badge.svg?token=52C1Z6KJHM)](https://codecov.io/gh/csae8092/pylobid)
[![PyPI version](https://badge.fury.io/py/pylobid.svg)](https://badge.fury.io/py/pylobid)

`pylobid` is a Python LOBID-REST-API client. [Lobid](https://lobid.org) is a web service providing data from the [GND](https://www.dnb.de/DE/Professionell/Standardisierung/GND/gnd_node.html) - Gemeinsame Normdatei of the German National Library.

- **Free software**: MIT license
- **Documentation**: [https://csae8092.github.io/pylobid/](https://csae8092.github.io/pylobid/)

## Features

- Harmonize GND-URIs and URLs
- Wrap up several LOBID-API requests in single methods
- Validate inputs from WTForms against the LOBID-API

## Development

### run tests
```shell
uv run coverage run -m pytest
uv run coverage report
```

## Credits


* Peter Andorfer <p.andorfer@gmail.com>
* Christian Lölkes <christian.loelkes@gmail.com>

