.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/FUNDING.yml
.github/workflows/pytest-unit-testing.yml
docs/Makefile
docs/api_reference.rst
docs/conf.py
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_models.py
tests/test_musicyt.py
tests/test_spotify.py
tests/test_utils.py
tests/__pycache__/__init__.cpython-312.pyc
tests/__pycache__/test_deezer.cpython-312-pytest-8.3.4.pyc
tests/__pycache__/test_itunes.cpython-312-pytest-8.3.4.pyc
tests/__pycache__/test_models.cpython-312-pytest-8.3.4.pyc
tests/__pycache__/test_musicyt.cpython-312-pytest-8.3.4.pyc
tests/__pycache__/test_spotify.cpython-312-pytest-8.3.4.pyc
tests/__pycache__/test_utils.cpython-312-pytest-8.3.4.pyc
yutipy/__init__.py
yutipy/deezer.py
yutipy/exceptions.py
yutipy/itunes.py
yutipy/models.py
yutipy/musicyt.py
yutipy/spotify.py
yutipy.egg-info/PKG-INFO
yutipy.egg-info/SOURCES.txt
yutipy.egg-info/dependency_links.txt
yutipy.egg-info/requires.txt
yutipy.egg-info/top_level.txt
yutipy/__pycache__/__init__.cpython-312.pyc
yutipy/__pycache__/deezer.cpython-312.pyc
yutipy/__pycache__/exceptions.cpython-312.pyc
yutipy/__pycache__/itunes.cpython-312.pyc
yutipy/__pycache__/models.cpython-312.pyc
yutipy/__pycache__/musicyt.cpython-312.pyc
yutipy/__pycache__/spotify.cpython-312.pyc
yutipy/utils/__init__.py
yutipy/utils/cheap_utils.py
yutipy/utils/__pycache__/__init__.cpython-312.pyc
yutipy/utils/__pycache__/cheap_utils.cpython-312.pyc