A small library for detecting, validating, normalizing, and converting persistent identifiers used in scholarly communication, such as DOI, ORCID, ISBN, arXiv, and more. Current version 1.6.0 supports Python >=3.7. Release cadence is irregular, with maintenance updates as needed.
pip install idutilsVerified import paths — ran on the pinned version, not inferred.
Simple check and normalization of a DOI.
Refer to official API docs to avoid using non-existent functions like 'validate_doi'.
Read function docstrings to understand the output format.
pip install --upgrade idutils