.gitignore
LICENSE
README.md
install_local.sh
pyproject.toml
.github/workflows/python-package.yml
.github/workflows/release.yml
.github/workflows/tag-release.yml
src/orcid2bib/__init__.py
src/orcid2bib/_color.py
src/orcid2bib/_compare.py
src/orcid2bib/_matching.py
src/orcid2bib/_names.py
src/orcid2bib/_parser.py
src/orcid2bib/_report.py
src/orcid2bib/_textutils.py
src/orcid2bib/_version.py
src/orcid2bib/bibdiff.py
src/orcid2bib/orcid.py
src/orcid2bib/orcid2bib.py
src/orcid2bib.egg-info/PKG-INFO
src/orcid2bib.egg-info/SOURCES.txt
src/orcid2bib.egg-info/dependency_links.txt
src/orcid2bib.egg-info/entry_points.txt
src/orcid2bib.egg-info/requires.txt
src/orcid2bib.egg-info/scm_file_list.json
src/orcid2bib.egg-info/scm_version.json
src/orcid2bib.egg-info/top_level.txt
tests/conftest.py
tests/test_bibdiff_matching.py
tests/test_bibdiff_report.py
tests/test_cli.py
tests/test_core.py
tests/test_names.py