yutipy 1.4.2__tar.gz → 1.4.22__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 (54) hide show
  1. {yutipy-1.4.2 → yutipy-1.4.22}/PKG-INFO +3 -2
  2. {yutipy-1.4.2 → yutipy-1.4.22}/pyproject.toml +2 -1
  3. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy.egg-info/PKG-INFO +3 -2
  4. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy.egg-info/requires.txt +1 -0
  5. {yutipy-1.4.2 → yutipy-1.4.22}/.gitattributes +0 -0
  6. {yutipy-1.4.2 → yutipy-1.4.22}/.github/FUNDING.yml +0 -0
  7. {yutipy-1.4.2 → yutipy-1.4.22}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {yutipy-1.4.2 → yutipy-1.4.22}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  9. {yutipy-1.4.2 → yutipy-1.4.22}/.github/workflows/pytest-unit-testing.yml +0 -0
  10. {yutipy-1.4.2 → yutipy-1.4.22}/.github/workflows/release.yml +0 -0
  11. {yutipy-1.4.2 → yutipy-1.4.22}/.gitignore +0 -0
  12. {yutipy-1.4.2 → yutipy-1.4.22}/.readthedocs.yaml +0 -0
  13. {yutipy-1.4.2 → yutipy-1.4.22}/LICENSE +0 -0
  14. {yutipy-1.4.2 → yutipy-1.4.22}/MANIFEST.in +0 -0
  15. {yutipy-1.4.2 → yutipy-1.4.22}/README.md +0 -0
  16. {yutipy-1.4.2 → yutipy-1.4.22}/docs/Makefile +0 -0
  17. {yutipy-1.4.2 → yutipy-1.4.22}/docs/_static/yutipy_header.png +0 -0
  18. {yutipy-1.4.2 → yutipy-1.4.22}/docs/_static/yutipy_logo.png +0 -0
  19. {yutipy-1.4.2 → yutipy-1.4.22}/docs/api_reference.rst +0 -0
  20. {yutipy-1.4.2 → yutipy-1.4.22}/docs/available_platforms.rst +0 -0
  21. {yutipy-1.4.2 → yutipy-1.4.22}/docs/conf.py +0 -0
  22. {yutipy-1.4.2 → yutipy-1.4.22}/docs/faq.rst +0 -0
  23. {yutipy-1.4.2 → yutipy-1.4.22}/docs/index.rst +0 -0
  24. {yutipy-1.4.2 → yutipy-1.4.22}/docs/installation.rst +0 -0
  25. {yutipy-1.4.2 → yutipy-1.4.22}/docs/make.bat +0 -0
  26. {yutipy-1.4.2 → yutipy-1.4.22}/docs/requirements.txt +0 -0
  27. {yutipy-1.4.2 → yutipy-1.4.22}/docs/usage_examples.rst +0 -0
  28. {yutipy-1.4.2 → yutipy-1.4.22}/requirements-dev.txt +0 -0
  29. {yutipy-1.4.2 → yutipy-1.4.22}/requirements.txt +0 -0
  30. {yutipy-1.4.2 → yutipy-1.4.22}/setup.cfg +0 -0
  31. {yutipy-1.4.2 → yutipy-1.4.22}/tests/__init__.py +0 -0
  32. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_deezer.py +0 -0
  33. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_itunes.py +0 -0
  34. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_kkbox.py +0 -0
  35. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_models.py +0 -0
  36. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_musicyt.py +0 -0
  37. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_spotify.py +0 -0
  38. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_utils.py +0 -0
  39. {yutipy-1.4.2 → yutipy-1.4.22}/tests/test_yutipy_music.py +0 -0
  40. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/__init__.py +0 -0
  41. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/deezer.py +0 -0
  42. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/exceptions.py +0 -0
  43. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/itunes.py +0 -0
  44. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/kkbox.py +0 -0
  45. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/models.py +0 -0
  46. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/musicyt.py +0 -0
  47. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/spotify.py +0 -0
  48. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/utils/__init__.py +0 -0
  49. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/utils/cheap_utils.py +0 -0
  50. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/utils/logger.py +0 -0
  51. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy/yutipy_music.py +0 -0
  52. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy.egg-info/SOURCES.txt +0 -0
  53. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy.egg-info/dependency_links.txt +0 -0
  54. {yutipy-1.4.2 → yutipy-1.4.22}/yutipy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 1.4.2
3
+ Version: 1.4.22
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>
@@ -33,7 +33,7 @@ Project-URL: Repository, https://github.com/CheapNightbot/yutipy.git
33
33
  Project-URL: Issues, https://github.com/CheapNightbot/yutipy/issues
34
34
  Project-URL: Changelog, https://github.com/CheapNightbot/yutipy/blob/master/CHANGELOG.md
35
35
  Project-URL: funding, https://ko-fi.com/cheapnightbot
36
- Keywords: music,API,Deezer,iTunes,Spotify,YouTube Music,search,retrieve,information,yutify,KKBox
36
+ Keywords: music,API,Deezer,iTunes,KKBox,Spotify,YouTube Music,search,retrieve,information,yutify
37
37
  Classifier: Development Status :: 4 - Beta
38
38
  Classifier: Intended Audience :: Developers
39
39
  Classifier: Topic :: Software Development :: Libraries
@@ -48,6 +48,7 @@ Classifier: Operating System :: OS Independent
48
48
  Requires-Python: >=3.8
49
49
  Description-Content-Type: text/markdown
50
50
  License-File: LICENSE
51
+ Requires-Dist: pykakasi==2.3.0
51
52
  Requires-Dist: python-dotenv==1.0.1
52
53
  Requires-Dist: rapidfuzz==3.12.1
53
54
  Requires-Dist: requests==2.32.3
@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
  name = "yutipy"
7
7
  dynamic = ["version"]
8
8
  dependencies = [
9
+ "pykakasi==2.3.0",
9
10
  "python-dotenv==1.0.1",
10
11
  "rapidfuzz==3.12.1",
11
12
  "requests==2.32.3",
@@ -22,7 +23,7 @@ maintainers = [
22
23
  description = "A simple package for retrieving music information from various music platforms APIs."
23
24
  readme = "README.md"
24
25
  license = {file = "LICENSE"}
25
- keywords = ["music", "API", "Deezer", "iTunes", "Spotify", "YouTube Music", "search", "retrieve", "information", "yutify", "KKBox"]
26
+ keywords = ["music", "API", "Deezer", "iTunes", "KKBox", "Spotify", "YouTube Music", "search", "retrieve", "information", "yutify"]
26
27
  classifiers = [
27
28
  "Development Status :: 4 - Beta",
28
29
  "Intended Audience :: Developers",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 1.4.2
3
+ Version: 1.4.22
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>
@@ -33,7 +33,7 @@ Project-URL: Repository, https://github.com/CheapNightbot/yutipy.git
33
33
  Project-URL: Issues, https://github.com/CheapNightbot/yutipy/issues
34
34
  Project-URL: Changelog, https://github.com/CheapNightbot/yutipy/blob/master/CHANGELOG.md
35
35
  Project-URL: funding, https://ko-fi.com/cheapnightbot
36
- Keywords: music,API,Deezer,iTunes,Spotify,YouTube Music,search,retrieve,information,yutify,KKBox
36
+ Keywords: music,API,Deezer,iTunes,KKBox,Spotify,YouTube Music,search,retrieve,information,yutify
37
37
  Classifier: Development Status :: 4 - Beta
38
38
  Classifier: Intended Audience :: Developers
39
39
  Classifier: Topic :: Software Development :: Libraries
@@ -48,6 +48,7 @@ Classifier: Operating System :: OS Independent
48
48
  Requires-Python: >=3.8
49
49
  Description-Content-Type: text/markdown
50
50
  License-File: LICENSE
51
+ Requires-Dist: pykakasi==2.3.0
51
52
  Requires-Dist: python-dotenv==1.0.1
52
53
  Requires-Dist: rapidfuzz==3.12.1
53
54
  Requires-Dist: requests==2.32.3
@@ -1,3 +1,4 @@
1
+ pykakasi==2.3.0
1
2
  python-dotenv==1.0.1
2
3
  rapidfuzz==3.12.1
3
4
  requests==2.32.3
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