Have AlchemiscaleClient
automatically pull settings from the environment
#355
Milestone
AlchemiscaleClient
automatically pull settings from the environment
#355
I currently store my alchemiscale key, identifier and url in environment variables and find that I often have to write the same bit of code to get them from the environment and create the client object like so
however it would be great if we could have the client do this automatically if the variables are present. We currently do this in asap-alchemy which helps when building a CLI which interacts with alchemiscale. Porting this to alchemiscale would be great and save packages from reimplementing this.
In broad terms, what are you trying to do?
Briefly detail what you have already tried
Describe the new feature(s) that would help you to achieve this
The text was updated successfully, but these errors were encountered: