LICENSE
README.md
pyproject.toml
src/sciharvest/__init__.py
src/sciharvest/cli.py
src/sciharvest/core.py
src/sciharvest/descriptor.py
src/sciharvest/errors.py
src/sciharvest/http.py
src/sciharvest/manifest.py
src/sciharvest/py.typed
src/sciharvest.egg-info/PKG-INFO
src/sciharvest.egg-info/SOURCES.txt
src/sciharvest.egg-info/dependency_links.txt
src/sciharvest.egg-info/entry_points.txt
src/sciharvest.egg-info/top_level.txt
src/sciharvest/sources/__init__.py
src/sciharvest/sources/base.py
src/sciharvest/sources/crossref.py
src/sciharvest/sources/openalex.py
src/sciharvest/sources/pubmed.py
src/sciharvest/sources/usgs.py
tests/test_cli.py
tests/test_core.py
tests/test_descriptor.py
tests/test_manifest.py
tests/test_sources.py