Thanks so much to everyone who has showed interest in and/or used Minim. I never thought it would receive this much attention! After all, this is just a personal project that I released in the hopes that others who might want to interact with a bunch of different music streaming service provider APIs using Python might find useful.
An unfortunate consequence of my shortsightedness means that a large portion of the repository is now either out-of-date, not working, or written in such a way that is considered un-Pythonic. As such, I am planning a complete rewrite over on the dev branch that will fix existing bugs and have many new features, and when finished, be released as Minim 2.0.0.
Minim 1.1.0 and 2.0.0 will be developed concurrently. Minim 1.1.0 (main branch) will receive updates to the TIDAL and Discogs APIs to make them feature-complete, but will stop receiving major updates past that.
Below is a non-exhaustive list of completed refactors and to-dos.
Done
Planned
Nice-to-haves/Future releases
Thanks so much to everyone who has showed interest in and/or used Minim. I never thought it would receive this much attention! After all, this is just a personal project that I released in the hopes that others who might want to interact with a bunch of different music streaming service provider APIs using Python might find useful.
An unfortunate consequence of my shortsightedness means that a large portion of the repository is now either out-of-date, not working, or written in such a way that is considered un-Pythonic. As such, I am planning a complete rewrite over on the
devbranch that will fix existing bugs and have many new features, and when finished, be released as Minim 2.0.0.Minim 1.1.0 and 2.0.0 will be developed concurrently. Minim 1.1.0 (
mainbranch) will receive updates to the TIDAL and Discogs APIs to make them feature-complete, but will stop receiving major updates past that.Below is a non-exhaustive list of completed refactors and to-dos.
Done
requeststo the more modernhttpxHTTP library.minim.spotify.WebAPI.get_tracks()-->minim.spotify.WebAPI.tracks.get_tracks().Planned
Nice-to-haves/Future releases