yutipy 1.6.1__tar.gz → 1.7.0__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 (62) hide show
  1. yutipy-1.7.0/.github/dependabot.yml +9 -0
  2. {yutipy-1.6.1 → yutipy-1.7.0}/PKG-INFO +7 -7
  3. {yutipy-1.6.1 → yutipy-1.7.0}/README.md +2 -1
  4. {yutipy-1.6.1 → yutipy-1.7.0}/docs/api_reference.rst +24 -9
  5. {yutipy-1.6.1 → yutipy-1.7.0}/docs/conf.py +1 -1
  6. {yutipy-1.6.1 → yutipy-1.7.0}/docs/index.rst +1 -0
  7. {yutipy-1.6.1 → yutipy-1.7.0}/docs/installation.rst +1 -2
  8. {yutipy-1.6.1 → yutipy-1.7.0}/pyproject.toml +4 -5
  9. yutipy-1.7.0/requirements.txt +5 -0
  10. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy.egg-info/PKG-INFO +7 -7
  11. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy.egg-info/SOURCES.txt +1 -0
  12. yutipy-1.7.0/yutipy.egg-info/requires.txt +8 -0
  13. yutipy-1.6.1/requirements.txt +0 -5
  14. yutipy-1.6.1/yutipy.egg-info/requires.txt +0 -8
  15. {yutipy-1.6.1 → yutipy-1.7.0}/.gitattributes +0 -0
  16. {yutipy-1.6.1 → yutipy-1.7.0}/.github/FUNDING.yml +0 -0
  17. {yutipy-1.6.1 → yutipy-1.7.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  18. {yutipy-1.6.1 → yutipy-1.7.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  19. {yutipy-1.6.1 → yutipy-1.7.0}/.github/workflows/pytest-unit-testing.yml +0 -0
  20. {yutipy-1.6.1 → yutipy-1.7.0}/.github/workflows/release.yml +0 -0
  21. {yutipy-1.6.1 → yutipy-1.7.0}/.gitignore +0 -0
  22. {yutipy-1.6.1 → yutipy-1.7.0}/.readthedocs.yaml +0 -0
  23. {yutipy-1.6.1 → yutipy-1.7.0}/LICENSE +0 -0
  24. {yutipy-1.6.1 → yutipy-1.7.0}/MANIFEST.in +0 -0
  25. {yutipy-1.6.1 → yutipy-1.7.0}/docs/Makefile +0 -0
  26. {yutipy-1.6.1 → yutipy-1.7.0}/docs/_static/yutipy_header.png +0 -0
  27. {yutipy-1.6.1 → yutipy-1.7.0}/docs/_static/yutipy_logo.png +0 -0
  28. {yutipy-1.6.1 → yutipy-1.7.0}/docs/available_platforms.rst +0 -0
  29. {yutipy-1.6.1 → yutipy-1.7.0}/docs/cli.rst +0 -0
  30. {yutipy-1.6.1 → yutipy-1.7.0}/docs/faq.rst +0 -0
  31. {yutipy-1.6.1 → yutipy-1.7.0}/docs/make.bat +0 -0
  32. {yutipy-1.6.1 → yutipy-1.7.0}/docs/requirements.txt +0 -0
  33. {yutipy-1.6.1 → yutipy-1.7.0}/docs/usage_examples.rst +0 -0
  34. {yutipy-1.6.1 → yutipy-1.7.0}/requirements-dev.txt +0 -0
  35. {yutipy-1.6.1 → yutipy-1.7.0}/setup.cfg +0 -0
  36. {yutipy-1.6.1 → yutipy-1.7.0}/tests/__init__.py +0 -0
  37. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_deezer.py +0 -0
  38. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_itunes.py +0 -0
  39. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_kkbox.py +0 -0
  40. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_models.py +0 -0
  41. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_musicyt.py +0 -0
  42. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_spotify.py +0 -0
  43. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_utils.py +0 -0
  44. {yutipy-1.6.1 → yutipy-1.7.0}/tests/test_yutipy_music.py +0 -0
  45. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/__init__.py +0 -0
  46. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/cli/__init__.py +0 -0
  47. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/cli/config.py +0 -0
  48. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/cli/search.py +0 -0
  49. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/deezer.py +0 -0
  50. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/exceptions.py +0 -0
  51. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/itunes.py +0 -0
  52. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/kkbox.py +0 -0
  53. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/logger.py +0 -0
  54. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/models.py +0 -0
  55. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/musicyt.py +0 -0
  56. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/spotify.py +0 -0
  57. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/utils/__init__.py +0 -0
  58. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/utils/helpers.py +0 -0
  59. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy/yutipy_music.py +0 -0
  60. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy.egg-info/dependency_links.txt +0 -0
  61. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy.egg-info/entry_points.txt +0 -0
  62. {yutipy-1.6.1 → yutipy-1.7.0}/yutipy.egg-info/top_level.txt +0 -0
@@ -0,0 +1,9 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ commit-message:
8
+ prefix: "chore"
9
+ open-pull-requests-limit: 5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 1.6.1
3
+ Version: 1.7.0
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>
@@ -17,20 +17,19 @@ Classifier: Development Status :: 4 - Beta
17
17
  Classifier: Intended Audience :: Developers
18
18
  Classifier: Topic :: Software Development :: Libraries
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
20
  Classifier: Programming Language :: Python :: 3.9
22
21
  Classifier: Programming Language :: Python :: 3.10
23
22
  Classifier: Programming Language :: Python :: 3.11
24
23
  Classifier: Programming Language :: Python :: 3.12
25
24
  Classifier: Operating System :: OS Independent
26
- Requires-Python: >=3.8
25
+ Requires-Python: >=3.9
27
26
  Description-Content-Type: text/markdown
28
27
  License-File: LICENSE
29
28
  Requires-Dist: pykakasi==2.3.0
30
- Requires-Dist: python-dotenv==1.0.1
31
- Requires-Dist: rapidfuzz==3.12.1
29
+ Requires-Dist: python-dotenv==1.1.0
30
+ Requires-Dist: rapidfuzz==3.13.0
32
31
  Requires-Dist: requests==2.32.3
33
- Requires-Dist: ytmusicapi==1.10.1
32
+ Requires-Dist: ytmusicapi==1.10.3
34
33
  Provides-Extra: dev
35
34
  Requires-Dist: pytest; extra == "dev"
36
35
  Dynamic: license-file
@@ -81,6 +80,7 @@ A _**simple**_ Python package for searching and retrieving music information fro
81
80
  - Search for music by artist and song title across multiple platforms.
82
81
  - It uses `RapidFuzz` to compare & return the best match so that you can be sure you got what you asked for without having to worry and doing all that work by yourself.
83
82
  - Retrieve detailed music information, including album art, release dates, lyrics, ISRC, and UPC codes.
83
+ - Authorize and access user resources easily.
84
84
 
85
85
  ### Available Music Platforms
86
86
 
@@ -95,7 +95,7 @@ Feel free to request any music platform you would like me to add by opening an i
95
95
 
96
96
  ## Installation
97
97
 
98
- You can install the package using pip. Make sure you have Python 3.8 or higher installed.
98
+ You can install the package using pip. Make sure you have Python 3.9 or higher installed.
99
99
 
100
100
  ```bash
101
101
  pip install -U yutipy
@@ -44,6 +44,7 @@ A _**simple**_ Python package for searching and retrieving music information fro
44
44
  - Search for music by artist and song title across multiple platforms.
45
45
  - It uses `RapidFuzz` to compare & return the best match so that you can be sure you got what you asked for without having to worry and doing all that work by yourself.
46
46
  - Retrieve detailed music information, including album art, release dates, lyrics, ISRC, and UPC codes.
47
+ - Authorize and access user resources easily.
47
48
 
48
49
  ### Available Music Platforms
49
50
 
@@ -58,7 +59,7 @@ Feel free to request any music platform you would like me to add by opening an i
58
59
 
59
60
  ## Installation
60
61
 
61
- You can install the package using pip. Make sure you have Python 3.8 or higher installed.
62
+ You can install the package using pip. Make sure you have Python 3.9 or higher installed.
62
63
 
63
64
  ```bash
64
65
  pip install -U yutipy
@@ -85,61 +85,76 @@ MusicInfos
85
85
  Exceptions
86
86
  =============
87
87
 
88
+ Base Exception
89
+ --------------
90
+
88
91
  .. autoclass:: yutipy.exceptions.YutipyException
89
92
  :members:
90
93
  :inherited-members:
91
94
  :noindex:
92
95
  :exclude-members: add_note, args, with_traceback
93
96
 
94
- .. autoclass:: yutipy.exceptions.InvalidValueException
97
+ Generic Exceptions
98
+ ------------------
99
+
100
+ .. autoclass:: yutipy.exceptions.AuthenticationException
95
101
  :members:
96
102
  :inherited-members:
97
103
  :noindex:
98
104
  :exclude-members: add_note, args, with_traceback
99
105
 
100
- .. autoclass:: yutipy.exceptions.DeezerException
106
+ .. autoclass:: yutipy.exceptions.InvalidResponseException
101
107
  :members:
102
108
  :inherited-members:
103
109
  :noindex:
104
110
  :exclude-members: add_note, args, with_traceback
105
111
 
106
- .. autoclass:: yutipy.exceptions.ItunesException
112
+ .. autoclass:: yutipy.exceptions.InvalidValueException
107
113
  :members:
108
114
  :inherited-members:
109
115
  :noindex:
110
116
  :exclude-members: add_note, args, with_traceback
111
117
 
112
- .. autoclass:: yutipy.exceptions.SpotifyException
118
+ .. autoclass:: yutipy.exceptions.NetworkException
113
119
  :members:
114
120
  :inherited-members:
115
121
  :noindex:
116
122
  :exclude-members: add_note, args, with_traceback
117
123
 
118
- .. autoclass:: yutipy.exceptions.MusicYTException
124
+ Service Exceptions
125
+ ------------------
126
+
127
+ .. autoclass:: yutipy.exceptions.DeezerException
119
128
  :members:
120
129
  :inherited-members:
121
130
  :noindex:
122
131
  :exclude-members: add_note, args, with_traceback
123
132
 
124
- .. autoclass:: yutipy.exceptions.AuthenticationException
133
+ .. autoclass:: yutipy.exceptions.ItunesException
125
134
  :members:
126
135
  :inherited-members:
127
136
  :noindex:
128
137
  :exclude-members: add_note, args, with_traceback
129
138
 
130
- .. autoclass:: yutipy.exceptions.NetworkException
139
+ .. autoclass:: yutipy.exceptions.KKBoxException
131
140
  :members:
132
141
  :inherited-members:
133
142
  :noindex:
134
143
  :exclude-members: add_note, args, with_traceback
135
144
 
136
- .. autoclass:: yutipy.exceptions.InvalidResponseException
145
+ .. autoclass:: yutipy.exceptions.MusicYTException
137
146
  :members:
138
147
  :inherited-members:
139
148
  :noindex:
140
149
  :exclude-members: add_note, args, with_traceback
141
150
 
142
- .. autoclass:: yutipy.exceptions.KKBoxException
151
+ .. autoclass:: yutipy.exceptions.SpotifyException
152
+ :members:
153
+ :inherited-members:
154
+ :noindex:
155
+ :exclude-members: add_note, args, with_traceback
156
+
157
+ .. autoclass:: yutipy.exceptions.SpotifyAuthException
143
158
  :members:
144
159
  :inherited-members:
145
160
  :noindex:
@@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath("../yutipy"))
14
14
  project = "yutipy"
15
15
  copyright = "%Y, Cheap Nightbot"
16
16
  author = "Cheap Nightbot"
17
- release = "0.1.0"
17
+ release = ""
18
18
 
19
19
  # -- General configuration ---------------------------------------------------
20
20
  # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -36,6 +36,7 @@ Features
36
36
  - Search for music by artist and song title across multiple platforms.
37
37
  - It uses ``RapidFuzz`` to compare & return the best match so that you can be sure you got what you asked for without having to worry and doing all that work by yourself.
38
38
  - Retrieve detailed music information, including album art, release dates, lyrics, ISRC, and UPC codes.
39
+ - Authorize and access user resources easily.
39
40
 
40
41
  Get Started
41
42
  ===========
@@ -2,9 +2,8 @@
2
2
  Installation
3
3
  ============
4
4
 
5
- You can install the package using pip. Make sure you have Python 3.8 or higher installed.
5
+ You can install the package using pip. Make sure you have Python 3.9 or higher installed.
6
6
 
7
7
  .. code-block:: bash
8
8
 
9
9
  pip install -U yutipy
10
-
@@ -7,12 +7,12 @@ name = "yutipy"
7
7
  dynamic = ["version"]
8
8
  dependencies = [
9
9
  "pykakasi==2.3.0",
10
- "python-dotenv==1.0.1",
11
- "rapidfuzz==3.12.1",
10
+ "python-dotenv==1.1.0",
11
+ "rapidfuzz==3.13.0",
12
12
  "requests==2.32.3",
13
- "ytmusicapi==1.10.1",
13
+ "ytmusicapi==1.10.3",
14
14
  ]
15
- requires-python = ">= 3.8"
15
+ requires-python = ">= 3.9"
16
16
  authors = [
17
17
  {name = "Cheap Nightbot"},
18
18
  {name = "Cheap Nightbot", email = "hi@cheapnightbot.slmail.me"},
@@ -29,7 +29,6 @@ classifiers = [
29
29
  "Intended Audience :: Developers",
30
30
  "Topic :: Software Development :: Libraries",
31
31
  "Programming Language :: Python :: 3",
32
- "Programming Language :: Python :: 3.8",
33
32
  "Programming Language :: Python :: 3.9",
34
33
  "Programming Language :: Python :: 3.10",
35
34
  "Programming Language :: Python :: 3.11",
@@ -0,0 +1,5 @@
1
+ pykakasi==2.3.0
2
+ python-dotenv==1.1.0
3
+ RapidFuzz==3.13.0
4
+ requests==2.32.3
5
+ ytmusicapi==1.10.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 1.6.1
3
+ Version: 1.7.0
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>
@@ -17,20 +17,19 @@ Classifier: Development Status :: 4 - Beta
17
17
  Classifier: Intended Audience :: Developers
18
18
  Classifier: Topic :: Software Development :: Libraries
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
20
  Classifier: Programming Language :: Python :: 3.9
22
21
  Classifier: Programming Language :: Python :: 3.10
23
22
  Classifier: Programming Language :: Python :: 3.11
24
23
  Classifier: Programming Language :: Python :: 3.12
25
24
  Classifier: Operating System :: OS Independent
26
- Requires-Python: >=3.8
25
+ Requires-Python: >=3.9
27
26
  Description-Content-Type: text/markdown
28
27
  License-File: LICENSE
29
28
  Requires-Dist: pykakasi==2.3.0
30
- Requires-Dist: python-dotenv==1.0.1
31
- Requires-Dist: rapidfuzz==3.12.1
29
+ Requires-Dist: python-dotenv==1.1.0
30
+ Requires-Dist: rapidfuzz==3.13.0
32
31
  Requires-Dist: requests==2.32.3
33
- Requires-Dist: ytmusicapi==1.10.1
32
+ Requires-Dist: ytmusicapi==1.10.3
34
33
  Provides-Extra: dev
35
34
  Requires-Dist: pytest; extra == "dev"
36
35
  Dynamic: license-file
@@ -81,6 +80,7 @@ A _**simple**_ Python package for searching and retrieving music information fro
81
80
  - Search for music by artist and song title across multiple platforms.
82
81
  - It uses `RapidFuzz` to compare & return the best match so that you can be sure you got what you asked for without having to worry and doing all that work by yourself.
83
82
  - Retrieve detailed music information, including album art, release dates, lyrics, ISRC, and UPC codes.
83
+ - Authorize and access user resources easily.
84
84
 
85
85
  ### Available Music Platforms
86
86
 
@@ -95,7 +95,7 @@ Feel free to request any music platform you would like me to add by opening an i
95
95
 
96
96
  ## Installation
97
97
 
98
- You can install the package using pip. Make sure you have Python 3.8 or higher installed.
98
+ You can install the package using pip. Make sure you have Python 3.9 or higher installed.
99
99
 
100
100
  ```bash
101
101
  pip install -U yutipy
@@ -8,6 +8,7 @@ pyproject.toml
8
8
  requirements-dev.txt
9
9
  requirements.txt
10
10
  .github/FUNDING.yml
11
+ .github/dependabot.yml
11
12
  .github/ISSUE_TEMPLATE/bug_report.md
12
13
  .github/ISSUE_TEMPLATE/feature_request.md
13
14
  .github/workflows/pytest-unit-testing.yml
@@ -0,0 +1,8 @@
1
+ pykakasi==2.3.0
2
+ python-dotenv==1.1.0
3
+ rapidfuzz==3.13.0
4
+ requests==2.32.3
5
+ ytmusicapi==1.10.3
6
+
7
+ [dev]
8
+ pytest
@@ -1,5 +0,0 @@
1
- pykakasi==2.3.0
2
- python-dotenv==1.0.1
3
- RapidFuzz==3.12.1
4
- requests==2.32.3
5
- ytmusicapi==1.10.1
@@ -1,8 +0,0 @@
1
- pykakasi==2.3.0
2
- python-dotenv==1.0.1
3
- rapidfuzz==3.12.1
4
- requests==2.32.3
5
- ytmusicapi==1.10.1
6
-
7
- [dev]
8
- pytest
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