.coveragerc
.gitignore
.readthedocs.yml
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
src/secondhandsongs/__init__.py
src/secondhandsongs/api.py
src/secondhandsongs/auth.py
src/secondhandsongs/dataset.py
src/secondhandsongs/download.py
src/secondhandsongs/models.py
src/secondhandsongs.egg-info/PKG-INFO
src/secondhandsongs.egg-info/SOURCES.txt
src/secondhandsongs.egg-info/dependency_links.txt
src/secondhandsongs.egg-info/not-zip-safe
src/secondhandsongs.egg-info/requires.txt
src/secondhandsongs.egg-info/top_level.txt
tests/conftest.py
tests/test_api.py
tests/test_dataset.py
tests/test_download.py