* Add python_requires to help pip
* Update supported versions in tox.ini
* Upgrade Python syntax with pyupgrade --py37-plus
* Bump GitHub Actions
* Add Python 3.11 and 3.12 to CI
* Remove six dependency
* Remove redundant dependencies
* Remove redudant Python 3.5 code
* Drop support for EOL Python 3.7
* Upgrade Python syntax with pyupgrade --py38-plus
* Update CHANGELOG
* More f-strings
---------
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* reorganized sections without changing any header. Made a few small grammar fixes.
* cleaning up examples section.
* updating changelog for proposed edits
* updated TUTORIAL.md with Troubleshooting section and an added step to Prerequisite instructions
* Update TUTORIAL.md
Editing grammatical syntax and formatting
* Update CHANGELOG.md
* Update README.md
Improve usability of the README.md file
* Update CHANGELOG.md
change log following README changes
* Update CHANGELOG.md
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update README.md
• Removed the License Section from the table of contents due to the new GitHub tab UI
• Updated link to not specify any specific version
* Update CHANGELOG.md
---------
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Updates the video link to a high definition video for setting the SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET values and authenticating. The old video was getting some complaints about people not being able to read the text (since it was low quality), so I've re-recorded it and replaced it with this new version.
* Adds changes to Chanelog
---------
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
* Update search_markets method to apply the total parameter to all types, fixes#534
* Add integration tests for searching multiple types in multiple markets
* Update search_markets method to apply the total parameter to all types, add tests
---------
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>