mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Support Python 3 #18

Closed jacebrowning closed 9 years ago

jacebrowning commented 9 years ago

I tried installing 98e731fd8eec3653940e4c99e7c1d157679a245b with pip, but it fails with a SyntaxError on the use of the print statement.

mvexel commented 9 years ago

Yea - I don't think anyone has been looking at targeting P3. Should not be too much work - care to submit a pull req?

jacebrowning commented 9 years ago

Yeah, I can look at that. Would you consider adding this project to a CI service (such as Travis CI) so you can test against multiple Python versions?

I have an example project to show what this connection might look like: https://github.com/jacebrowning/template-python-demo

mvexel commented 9 years ago

Travis CI would be good, yes.

On Wed Nov 12 2014 at 1:32:50 PM Jace Browning notifications@github.com wrote:

Yeah, I can look at that. Would you considering add this project to a CI service (such as Travis CI) so you can test against multiple Python versions?

I have an example project to show what this connection might look like: https://github.com/jacebrowning/template-python-demo

— Reply to this email directly or view it on GitHub https://github.com/mvexel/overpass-api-python-wrapper/issues/18#issuecomment-62788253 .

mvexel commented 9 years ago

This should be good now!

jacebrowning commented 9 years ago

Looks great!