Python 3
There is any plan to port to python 3?
Thank you
G'day,
Given that there's a new version of the Linode API coming along and their first "official" library is supported w/ Python 3, I don't anticipate there will be any significant future changes to linode-python.
https://developers.linode.com/
On Mon, Apr 4, 2016, at 11:42, Rafael Capucho wrote:
There is any plan to port to python 3? Thank you — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub[1]
Links:
- https://github.com/tjfontaine/linode-python/issues/30
Linode's v4 API is still in beta. The new API uses OAuth2 for authentication instead of the simple API key. I've tried it, found it to be a nightmare to use. Linode support itself suggested to use the v3 API for now.
Would be nice if this was updated. As far as I can see, simply running 2to3 against api.py fixes most stuff.
This repo's README should probably get a prominent banner directing people to linode/linode_api4-python.