CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

Python 3 support #12

Closed ebrelsford closed 9 years ago

ebrelsford commented 9 years ago

I got a start on this but stopped short of making oauth work since I don't currently need it. Mostly making relative imports more explicit and dealing with modules being rearranged (eg parse_qsl is now in urllib.parse). The work's all in a81422e9.

danicarrion commented 9 years ago

Hey, thanks a lot. This is something we'll be working on soon, so we really appreciate it.

jgsogo commented 9 years ago

I've sent a PR (#13) which deals with Python3 compatibility: ImportAPI seems to work ok, but there is still an issue related to OAuth.

danicarrion commented 9 years ago

Already merged