LICENSE
README.md
pyproject.toml
src/__init__.py
src/papers_dl.py
src/version.py
src/fetch/__init__.py
src/fetch/fetch_utils.py
src/papers_dl.egg-info/PKG-INFO
src/papers_dl.egg-info/SOURCES.txt
src/papers_dl.egg-info/dependency_links.txt
src/papers_dl.egg-info/entry_points.txt
src/papers_dl.egg-info/requires.txt
src/papers_dl.egg-info/top_level.txt
src/parse/__init__.py
src/parse/parse.py
src/providers/__init__.py
src/providers/scidb.py
src/providers/scihub.py
tests/test_cli.py
tests/test_fetch.py
tests/test_parse.py
tests/test_scidb.py