.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/pypi.yaml
.github/workflows/tests.yaml
doi2bibtex/__init__.py
doi2bibtex/ads.py
doi2bibtex/bibtex.py
doi2bibtex/cli.py
doi2bibtex/config.py
doi2bibtex/constants.py
doi2bibtex/identify.py
doi2bibtex/process.py
doi2bibtex/resolve.py
doi2bibtex/utils.py
doi2bibtex.egg-info/PKG-INFO
doi2bibtex.egg-info/SOURCES.txt
doi2bibtex.egg-info/dependency_links.txt
doi2bibtex.egg-info/entry_points.txt
doi2bibtex.egg-info/not-zip-safe
doi2bibtex.egg-info/requires.txt
doi2bibtex.egg-info/top_level.txt
tests/test_ads.py
tests/test_bibtex.py
tests/test_cli.py
tests/test_config.py
tests/test_identify.py
tests/test_process.py
tests/test_resolve.py
tests/test_utils.py