sonyxperiadev / pygerrit

MIT License
52 stars 51 forks source link

Python 3 support #34

Closed eddie-dunn closed 8 years ago

eddie-dunn commented 8 years ago

It would be nice to use this library for my web application that interacts with Gerrit. However, the lack of py3 support is a deal breaker.

Are there any plans to support python 3 soon?

dpursehouse commented 8 years ago

I haven't tried to use it with python 3, so I have no idea how much work would be involved.

I'm not actively maintaining this project any more. If I do any further development it will be on pygerrit2 which is based on this but only supports REST.

dpursehouse commented 8 years ago

This commit on pygerrit2 adds initial python 3 support for the REST part. There may be other fixes necessary; I haven't done a great deal of testing yet.

dpursehouse commented 8 years ago

Closing this because I don't intend to add python 3 support here.