.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pytest-unit-testing.yml
.github/workflows/release.yml
docs/Makefile
docs/api_reference.rst
docs/available_platforms.rst
docs/cli.rst
docs/conf.py
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements.txt
docs/usage_examples.rst
docs/_static/yutipy_header.png
docs/_static/yutipy_logo.png
tests/__init__.py
tests/test_deezer.py
tests/test_itunes.py
tests/test_kkbox.py
tests/test_lastfm.py
tests/test_listenbrainz.py
tests/test_lrclib.py
tests/test_models.py
tests/test_musicyt.py
tests/test_spotify.py
tests/test_utils.py
yutipy/__init__.py
yutipy/base_clients.py
yutipy/deezer.py
yutipy/exceptions.py
yutipy/itunes.py
yutipy/kkbox.py
yutipy/lastfm.py
yutipy/listenbrainz.py
yutipy/logger.py
yutipy/lrclib.py
yutipy/models.py
yutipy/musicyt.py
yutipy/spotify.py
yutipy/yutipy_music.py
yutipy.egg-info/PKG-INFO
yutipy.egg-info/SOURCES.txt
yutipy.egg-info/dependency_links.txt
yutipy.egg-info/entry_points.txt
yutipy.egg-info/requires.txt
yutipy.egg-info/top_level.txt
yutipy/cli/__init__.py
yutipy/cli/config.py
yutipy/cli/search.py
yutipy/utils/__init__.py
yutipy/utils/helpers.py