metaodi / osmapi

Python wrapper for the OpenStreetMap API
http://osmapi.metaodi.ch/
GNU General Public License v3.0
211 stars 41 forks source link

Add type hints #143

Open metaodi opened 1 year ago

metaodi commented 1 year ago

Type hints are here to stay and improve the developer experience. By providing hints to all functions, the use of osmapi should be easier for developers.

And static code analyzers could help find bugs.

susrisha commented 8 months ago

@metaodi is it taken care of or you need help??

metaodi commented 8 months ago

@susrisha I have already a local branch with some work on this. But I'm not sure yet how this will impact the API regarding #39, it's still a lot of uncertaintly around this issue.