crackernutter / EsriRESTScraper

A Python class that scrapes ESRI Rest Endpoints and exports data to a geodatabase
MIT License
48 stars 20 forks source link

Python 3 Support #9

Closed mikepianka closed 4 years ago

mikepianka commented 4 years ago

Any plans for refactoring to support Python 3 since Python 2 has been officially depreciated?

crackernutter commented 4 years ago

Yes! I'm actually working on this right now - I think its about done - I just need to push the changes....

crackernutter commented 4 years ago

@mikepianka I just pushed a Python 3 branch (which should be backwards compatible with Python 2) and updated the documentation. I'm still running some tests, but feel free to pull this branch now to use and test yourself, since I likely won't capture all edge cases. Once I'm happy with the tests, I'll merge with the master branch.