LICENSE
README.md
pyproject.toml
src/pygscholar/__init__.py
src/pygscholar/__main__.py
src/pygscholar/author.py
src/pygscholar/cache.py
src/pygscholar/cli.py
src/pygscholar/config.py
src/pygscholar/department.py
src/pygscholar/publication.py
src/pygscholar.egg-info/PKG-INFO
src/pygscholar.egg-info/SOURCES.txt
src/pygscholar.egg-info/dependency_links.txt
src/pygscholar.egg-info/entry_points.txt
src/pygscholar.egg-info/not-zip-safe
src/pygscholar.egg-info/requires.txt
src/pygscholar.egg-info/top_level.txt
src/pygscholar/api/__init__.py
src/pygscholar/api/scholarly.py
src/pygscholar/api/scraper.py
tests/test_api.py
tests/test_author.py
tests/test_cli.py
tests/test_department.py
tests/test_publications.py