yutipy 2.2.7__tar.gz → 2.2.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yutipy might be problematic. Click here for more details.
- {yutipy-2.2.7 → yutipy-2.2.8}/PKG-INFO +1 -1
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy.egg-info/PKG-INFO +1 -1
- {yutipy-2.2.7 → yutipy-2.2.8}/.gitattributes +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.github/FUNDING.yml +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.github/dependabot.yml +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.github/workflows/pytest-unit-testing.yml +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.github/workflows/release.yml +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.gitignore +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/.readthedocs.yaml +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/LICENSE +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/MANIFEST.in +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/README.md +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/Makefile +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/_static/yutipy_header.png +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/_static/yutipy_logo.png +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/api_reference.rst +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/available_platforms.rst +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/cli.rst +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/conf.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/faq.rst +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/index.rst +3 -3
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/installation.rst +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/make.bat +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/requirements.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/docs/usage_examples.rst +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/pyproject.toml +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/requirements-dev.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/requirements.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/setup.cfg +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/__init__.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_deezer.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_itunes.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_kkbox.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_lastfm.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_models.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_musicyt.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_spotify.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/tests/test_utils.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/__init__.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/base_clients.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/cli/__init__.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/cli/config.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/cli/search.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/deezer.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/exceptions.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/itunes.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/kkbox.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/lastfm.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/logger.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/models.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/musicyt.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/spotify.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/utils/__init__.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/utils/helpers.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy/yutipy_music.py +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy.egg-info/SOURCES.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy.egg-info/dependency_links.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy.egg-info/entry_points.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy.egg-info/requires.txt +0 -0
- {yutipy-2.2.7 → yutipy-2.2.8}/yutipy.egg-info/top_level.txt +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -12,12 +12,12 @@ This documentation will help you get started with yutipy and provide detailed in
|
|
|
12
12
|
<a href="https://github.com/CheapNightbot/yutipy/actions/workflows/tests.yml">
|
|
13
13
|
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/cheapnightbot/yutipy/pytest-unit-testing.yml?style=for-the-badge&label=Pytest">
|
|
14
14
|
</a>
|
|
15
|
-
<a href="https://pypi.org/project/yutipy/">
|
|
16
|
-
<img src="https://img.shields.io/pypi/v/yutipy?style=for-the-badge" alt="PyPI" />
|
|
17
|
-
</a>
|
|
18
15
|
<a href="https://yutipy.readthedocs.io/en/latest/">
|
|
19
16
|
<img src="https://img.shields.io/readthedocs/yutipy?style=for-the-badge" alt="Documentation Status" />
|
|
20
17
|
</a>
|
|
18
|
+
<a href="https://pypi.org/project/yutipy/">
|
|
19
|
+
<img src="https://img.shields.io/pypi/v/yutipy?style=for-the-badge" alt="PyPI" />
|
|
20
|
+
</a>
|
|
21
21
|
<a href="https://github.com/CheapNightbot/yutipy/blob/master/LICENSE">
|
|
22
22
|
<img src="https://img.shields.io/github/license/CheapNightbot/yutipy?style=for-the-badge" alt="License" />
|
|
23
23
|
</a>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|