smarie / python-azureml-client

A generic - unofficial - python 2 & 3 client stack for azureML web services
https://smarie.github.io/python-azureml-client/
MIT License
1 stars 1 forks source link

Be able to support variables in client config files #10

Closed smarie closed 5 years ago

smarie commented 5 years ago

For example

ClientConfig.load_config(<path>, api_key1='abcijokgfr')

Where in the config files you would have ${api_key1} that would be replaced automatically.

smarie commented 5 years ago

let's rather adopt the Jinja convention, just in case this is eventually used. So {{api_key1}}