yutipy 1.6.1__py3-none-any.whl → 1.7.0__py3-none-any.whl

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.

@@ -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
@@ -13,9 +13,9 @@ yutipy/cli/config.py,sha256=6p69ZlT3ebUH5wzhd0iisLYKOnYX6xTSzoyrdBwGNo0,3230
13
13
  yutipy/cli/search.py,sha256=8SQw0bjRzRqAg-FuVz9aWjB2KBZqmCf38SyKAQ3rx5E,3025
14
14
  yutipy/utils/__init__.py,sha256=AY1L9yFznlBzuDquyz7AnWB7t9BfFhnXJewc20hMSK4,325
15
15
  yutipy/utils/helpers.py,sha256=W3g9iqoSygcFFCKCp2sk0NQrZOEG26wI2XuNi9pgAXE,5207
16
- yutipy-1.6.1.dist-info/licenses/LICENSE,sha256=_89JsS2QnBG8tAb5-VWbJDj_uJ002zPJAYBJJdh3DPY,1071
17
- yutipy-1.6.1.dist-info/METADATA,sha256=dlIrAeOhgmLu7p_kR-wkibXTYMQ3wU-PzHPO_SvASPk,6498
18
- yutipy-1.6.1.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
19
- yutipy-1.6.1.dist-info/entry_points.txt,sha256=BrgmanaPjQqKQ3Ip76JLcsPgGANtrBSURf5CNIxl1HA,106
20
- yutipy-1.6.1.dist-info/top_level.txt,sha256=t2A5V2_mUcfnHkbCy6tAQlb3909jDYU5GQgXtA4756I,7
21
- yutipy-1.6.1.dist-info/RECORD,,
16
+ yutipy-1.7.0.dist-info/licenses/LICENSE,sha256=_89JsS2QnBG8tAb5-VWbJDj_uJ002zPJAYBJJdh3DPY,1071
17
+ yutipy-1.7.0.dist-info/METADATA,sha256=Q3drxNbntb4o8_6rIVuMwuBTe3GVx6BSs-9ruNMuaSE,6494
18
+ yutipy-1.7.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
19
+ yutipy-1.7.0.dist-info/entry_points.txt,sha256=BrgmanaPjQqKQ3Ip76JLcsPgGANtrBSURf5CNIxl1HA,106
20
+ yutipy-1.7.0.dist-info/top_level.txt,sha256=t2A5V2_mUcfnHkbCy6tAQlb3909jDYU5GQgXtA4756I,7
21
+ yutipy-1.7.0.dist-info/RECORD,,
File without changes