mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #414] [MERGED] Harrison97 fork progress #883
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#883
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/414
Author: @stephanebruckert
Created: 1/11/2020
Status: ✅ Merged
Merged: 1/11/2020
Merged by: @stephanebruckert
Base:
master← Head:main-fork-progress📝 Commits (10+)
e1ba4a9Re-order imports and specify UTF-8 encoding header in all base modules and package initialiser (ref. https://www.python.org/dev/peps/pep-0008/#imports, https://www.python.org/dev/peps/pep-0008/#source-file-encoding) + add__all__attributeef49cd6Update spotify package initialiser502a56fRemove relative imports inspotifypackage initialisere9edf2aMiscellaneous fixes - clean up tests6639a98Further clean up of testse5ccb9fRenaming some test modules:authtests.py->test_auth.py,authtests2.py->test_auth2.py,client_credential_tests.py->test_client_credentials.py+ updatetox.ini2ce2705Update tests - make client credentials env. vars list a commonly accessible dictionary inspotipy/util.py9d88a68Update client.py (add playlist endpoint)f872f5bMinor docs fix469fbf1Fixed docstring error📊 Changes
42 files changed (+799 additions, -527 deletions)
View changed files
📝
.gitignore(+1 -2)➕
CHANGELOG.md(+37 -0)➖
CHANGES.txt(+0 -16)📝
README.md(+1 -34)📝
deploy(+3 -4)📝
docs/index.rst(+54 -47)📝
examples/artist_discography.py(+1 -1)📝
examples/contains_a_saved_track.py(+1 -1)📝
examples/my_playlists.py(+1 -1)📝
examples/my_top_artists.py(+3 -3)📝
examples/my_top_tracks.py(+5 -5)📝
examples/read_a_playlist.py(+1 -1)📝
examples/remove_specific_tracks_from_playlist.py(+1 -2)📝
examples/remove_tracks_from_playlist.py(+1 -2)📝
examples/replace_tracks_in_playlist.py(+0 -1)📝
examples/show_album.py(+3 -1)📝
examples/show_artist.py(+3 -1)📝
examples/show_artist_top_tracks.py(+3 -1)📝
examples/show_related.py(+4 -1)📝
examples/show_track_info.py(+3 -1)...and 22 more files
📄 Description
Taking everything from https://github.com/Harrison97/spotipy-plamere/
New endpoints:
Integration tests passing locally for python2.7 and python3.7.5
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.