Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.39 KB

File metadata and controls

33 lines (22 loc) · 1.39 KB

pylobid

Build the docs flake8 Lint Test codecov PyPI version

pylobid is a Python LOBID-REST-API client. Lobid is a web service providing data from the GND - Gemeinsame Normdatei of the German National Library.

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

uv run coverage run -m pytest
uv run coverage report

Credits