Is the Python SDK deprecated?

Hello!

I hope this is the right place to ask this :slight_smile:

Is the Python SDK deprecated? Or is an update on its way?

I ask for primarily two reasons:

I basically want to know if its a good idea to use it in a project :sweat_smile:

Thank in advance!

Hi @anrah,

you can still use it by changing the base_url (see Quickstart — openrouteservice-py 0.4 documentation ) the new URL, as the parameters remained mostly the same (but check release docs to be sure).
As an alternative or if you need the export or snapping endpoint, you can do the requests natively in python.
You can use the interactive docs to generate examles for python for any request.
Best regards