openrouteservice-py
openrouteservice-py copied to clipboard
:snake: The Python API to consume openrouteservice(s) painlessly!
- [x] Add python 3.10 - [ ] Optimize github actions - [x] lint
Add support for Python 3.10 with testing. Update the dependencies. Lint old changes
https://alexwlchan.net/2016/11/you-should-use-keyring/
Add an option for 'maximum_speed' for the `directions()` method. This fixes #62
* validate-parameter still present * polygons should be drawn in reverse order, otherwise you can't see/access the smaller (lower) one
#### Here's what I did `directions (client, coords, max_speed=100)` --- #### Here's what I got `Invalid argument` Maximum_speed is available : [official api doc](https://openrouteservice.org/dev/#/api-docs/v2/directions/{profile}/post)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
- To reduce development work on the python sdk it will be generated using swagger-codegen - This PR includes the generated sdk merged together with the old sdk where old...
Adds vitepress to render and serve the generated docs for the new generated SDK. The docs are automatically published to github pages through github actions.