Python bindings for the Roon API?

Have any tinkerers put together a Python version of the API, or just a document listing the various REST endpoints and their parameters?

I’ve still got to deal with the “put this playlist on my phone” problem, and to my mind Python plus Tornado plus Kivy is a better way to approach things than any amount of Node.js. All I need from Roon is a way to list the playlists, and given a playlist, a way to list the locations of the music files. A plus would be a way to obtain the music file via HTTP from the Roon Core, but I can stagger along without that.