yutipy 1.2.0__tar.gz → 1.2.1__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.

Files changed (51) hide show
  1. {yutipy-1.2.0 → yutipy-1.2.1}/PKG-INFO +3 -2
  2. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_kkbox.py +0 -1
  3. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/deezer.py +1 -1
  4. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/itunes.py +1 -1
  5. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/kkbox.py +1 -1
  6. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/spotify.py +1 -1
  7. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy.egg-info/PKG-INFO +3 -2
  8. {yutipy-1.2.0 → yutipy-1.2.1}/.gitattributes +0 -0
  9. {yutipy-1.2.0 → yutipy-1.2.1}/.github/FUNDING.yml +0 -0
  10. {yutipy-1.2.0 → yutipy-1.2.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  11. {yutipy-1.2.0 → yutipy-1.2.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  12. {yutipy-1.2.0 → yutipy-1.2.1}/.github/workflows/pytest-unit-testing.yml +0 -0
  13. {yutipy-1.2.0 → yutipy-1.2.1}/.github/workflows/release.yml +0 -0
  14. {yutipy-1.2.0 → yutipy-1.2.1}/.gitignore +0 -0
  15. {yutipy-1.2.0 → yutipy-1.2.1}/.readthedocs.yaml +0 -0
  16. {yutipy-1.2.0 → yutipy-1.2.1}/LICENSE +0 -0
  17. {yutipy-1.2.0 → yutipy-1.2.1}/MANIFEST.in +0 -0
  18. {yutipy-1.2.0 → yutipy-1.2.1}/README.md +0 -0
  19. {yutipy-1.2.0 → yutipy-1.2.1}/docs/Makefile +0 -0
  20. {yutipy-1.2.0 → yutipy-1.2.1}/docs/_static/yutipy_header.png +0 -0
  21. {yutipy-1.2.0 → yutipy-1.2.1}/docs/_static/yutipy_logo.png +0 -0
  22. {yutipy-1.2.0 → yutipy-1.2.1}/docs/api_reference.rst +0 -0
  23. {yutipy-1.2.0 → yutipy-1.2.1}/docs/available_platforms.rst +0 -0
  24. {yutipy-1.2.0 → yutipy-1.2.1}/docs/conf.py +0 -0
  25. {yutipy-1.2.0 → yutipy-1.2.1}/docs/faq.rst +0 -0
  26. {yutipy-1.2.0 → yutipy-1.2.1}/docs/index.rst +0 -0
  27. {yutipy-1.2.0 → yutipy-1.2.1}/docs/installation.rst +0 -0
  28. {yutipy-1.2.0 → yutipy-1.2.1}/docs/make.bat +0 -0
  29. {yutipy-1.2.0 → yutipy-1.2.1}/docs/requirements.txt +0 -0
  30. {yutipy-1.2.0 → yutipy-1.2.1}/docs/usage_examples.rst +0 -0
  31. {yutipy-1.2.0 → yutipy-1.2.1}/pyproject.toml +0 -0
  32. {yutipy-1.2.0 → yutipy-1.2.1}/requirements-dev.txt +0 -0
  33. {yutipy-1.2.0 → yutipy-1.2.1}/requirements.txt +0 -0
  34. {yutipy-1.2.0 → yutipy-1.2.1}/setup.cfg +0 -0
  35. {yutipy-1.2.0 → yutipy-1.2.1}/tests/__init__.py +0 -0
  36. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_deezer.py +0 -0
  37. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_itunes.py +0 -0
  38. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_models.py +0 -0
  39. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_musicyt.py +0 -0
  40. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_spotify.py +0 -0
  41. {yutipy-1.2.0 → yutipy-1.2.1}/tests/test_utils.py +0 -0
  42. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/__init__.py +0 -0
  43. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/exceptions.py +0 -0
  44. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/models.py +0 -0
  45. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/musicyt.py +0 -0
  46. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/utils/__init__.py +0 -0
  47. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy/utils/cheap_utils.py +0 -0
  48. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy.egg-info/SOURCES.txt +0 -0
  49. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy.egg-info/dependency_links.txt +0 -0
  50. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy.egg-info/requires.txt +0 -0
  51. {yutipy-1.2.0 → yutipy-1.2.1}/yutipy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: A simple package for retrieving music information from various music platforms APIs.
5
5
  Author: Cheap Nightbot
6
6
  Author-email: Cheap Nightbot <hi@cheapnightbot.slmail.me>
@@ -54,6 +54,7 @@ Requires-Dist: requests==2.32.3
54
54
  Requires-Dist: ytmusicapi==1.10.1
55
55
  Provides-Extra: dev
56
56
  Requires-Dist: pytest; extra == "dev"
57
+ Dynamic: license-file
57
58
 
58
59
  <p align="center">
59
60
  <img src="https://raw.githubusercontent.com/CheapNightbot/yutipy/main/docs/_static/yutipy_header.png" alt="yutipy" />
@@ -28,7 +28,6 @@ def test_get_html_widget(kkbox):
28
28
  html_widget = kkbox.get_html_widget(id="8rceGrek59bDS0HmQH", content_type="song")
29
29
  assert html_widget is not None
30
30
  assert isinstance(html_widget, str)
31
- assert "https://widget.kkbox.com/" in html_widget
32
31
 
33
32
  with raises(InvalidValueException):
34
33
  kkbox.get_html_widget(id="8rceGrek59bDS0HmQH", content_type="track")
@@ -28,7 +28,7 @@ class Deezer:
28
28
 
29
29
  def __exit__(self, exc_type, exc_value, exc_traceback) -> None:
30
30
  """Exits the runtime context related to this object."""
31
- self._close_session()
31
+ self.close_session()
32
32
 
33
33
  def close_session(self) -> None:
34
34
  """Closes the current session."""
@@ -29,7 +29,7 @@ class Itunes:
29
29
 
30
30
  def __exit__(self, exc_type, exc_value, exc_traceback) -> None:
31
31
  """Exits the runtime context related to this object."""
32
- self._close_session()
32
+ self.close_session()
33
33
 
34
34
  def close_session(self) -> None:
35
35
  """Closes the current session."""
@@ -64,7 +64,7 @@ class KKBox:
64
64
 
65
65
  def __exit__(self, exc_type, exc_value, exc_traceback):
66
66
  """Exits the runtime context related to this object."""
67
- self._close_session()
67
+ self.close_session()
68
68
 
69
69
  def close_session(self) -> None:
70
70
  """Closes the current session."""
@@ -69,7 +69,7 @@ class Spotify:
69
69
 
70
70
  def __exit__(self, exc_type, exc_value, exc_traceback):
71
71
  """Exits the runtime context related to this object."""
72
- self._close_session()
72
+ self.close_session()
73
73
 
74
74
  def close_session(self) -> None:
75
75
  """Closes the current session."""
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: A simple package for retrieving music information from various music platforms APIs.
5
5
  Author: Cheap Nightbot
6
6
  Author-email: Cheap Nightbot <hi@cheapnightbot.slmail.me>
@@ -54,6 +54,7 @@ Requires-Dist: requests==2.32.3
54
54
  Requires-Dist: ytmusicapi==1.10.1
55
55
  Provides-Extra: dev
56
56
  Requires-Dist: pytest; extra == "dev"
57
+ Dynamic: license-file
57
58
 
58
59
  <p align="center">
59
60
  <img src="https://raw.githubusercontent.com/CheapNightbot/yutipy/main/docs/_static/yutipy_header.png" alt="yutipy" />
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