crustymonkey / py-sonic

A python library to wrap the Subsonic REST API
http://stuffivelearned.org/doku.php?id=programming:python:py-sonic
GNU General Public License v3.0
57 stars 26 forks source link

req: merge in python3 support + new release #21

Closed ejstacey closed 5 years ago

ejstacey commented 6 years ago

Hi!

I see you have python3 working in a branch. I use libsonic for a Subsonic skill with the Mycroft voice assistant system (https://mycroft.ai). They recently switched to python3. I am moving my module over to python3, but I have py-sonic as a dependency, and I can't 'pip install' the python3-compatible version. This means the skill isn't able to be nicely distributed/used without the users doing some extra work to install the python3 branch of py-sonic.

Are you able to merge in the python3 support and release a new version to pip (PyPI?)?

Thanks!

crustymonkey commented 6 years ago

I'm actually planning on just cutting over to python 3 and moving forward by only support Py 3. It's just a matter of getting that bit of work done.

ejstacey commented 6 years ago

Fair enough, thanks!

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On June 10, 2018 6:52 AM, Jay Deiman notifications@github.com wrote:

I'm actually planning on just cutting over to python 3 and moving forward by only support Py 3. It's just a matter of getting that bit of work done.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

crustymonkey commented 5 years ago

I forgot to update this way back when, but I did make py-sonic python3 only after version 0.6.2