Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhncements: Updated installation instructions, added test script, refactoring and example function #988

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

soman24
Copy link

@soman24 soman24 commented Jun 9, 2023

Hello! I'm a student working on this project as part of my coursework. I've made several changes and additions based on the requirements. Here's a summary of my changes:

Installation Instructions: I have updated the installation instructions in the index.rst file to provide clearer and more detailed steps for setting up the project on different operating systems.

Test Script: I've added a new test script, "test_search.py", which includes unit tests for a core functionality of the project. These tests cover edge cases and ensure the reliability of the code.

Code Refactoring: As part of my documentation efforts, I refactored some of the code in 'setup.py' for improved readability and adherence to best practices. The changes include renaming variables and adding comments.

Added Function: I've also added a new function, "get_related_artists()", in "artist_recommendations.py". This function can serve as a reference for other contributors and users of the project.

I've tested the changes locally to ensure they work as intended and have updated the documentation accordingly. I'm confident that these updates will enhance the project's usability and maintainability. Please let me know if you have any feedback or suggestions. Thank you!

soman24 added 18 commits May 6, 2023 09:08
Refactor code to adhere to PEP8 style guide and maintain consistency in the use of double quotes. Defined variables using clear and concise names that follow standard Python naming conventions.
Rewrote Installation section with instructions on installing spotipy on windows, macOS, and linux systems.

Added User Guide section detailing use on features such as retrieving user data and searching for music.

Added Troubleshooting section detailing some common problems encountered and suggested fixes.
Removed User Guide section
fixed linux install guide
test for search queries displayed in a tabular form
generates xml file as artifact
Added function to retrieve related artists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant