earthdaily / earthdaily-python-client

EarthDaily python client
https://earthdaily.github.io/earthdaily-python-client/
MIT License
11 stars 6 forks source link

Feat#86 credentials #89

Open rle-earthdaily opened 1 week ago

rle-earthdaily commented 1 week ago

Add various credentials loading methods in the Auth class, all centralized in the Auth.from_credentials method, which is then called by the earthdaily.earthdatastore.EarthDataStore function. The idea is to stop users from importing the Auth class directly and propose a consistent and simple way of loading credentials.

A few notable points: