openrouteservice-py icon indicating copy to clipboard operation
openrouteservice-py copied to clipboard

consider using keyring functionality to store API key

Open nilsnolde opened this issue 6 years ago • 2 comments

https://alexwlchan.net/2016/11/you-should-use-keyring/

nilsnolde avatar Nov 21 '18 10:11 nilsnolde

I've been using keyring with the R client from the very beginning, but discovered that there are often issues with deployment so I'm actually considering moving away from it, see https://github.com/GIScience/openrouteservice-r/issues/34. In fact, the dependence on keyring is the reason why the builds fail on Travis at the moment. Hopefully the implementation of keyring in Python is better :)

aoles avatar Nov 21 '18 11:11 aoles

ok, thx for sharing.

nilsnolde avatar Nov 22 '18 11:11 nilsnolde