In order to:
- be able to run Transformer as a script,
- allow users to have a one-time setup of Transformer (in either script of library use case),
we should make Transformer read its configuration from a file.
It was discussed that the configuration file could be either declarative (e.g. YAML, TOML, JSON, ...) or an actual Python file.
ℹ️ Issue imported from TIP/docs#391.
In order to:
we should make Transformer read its configuration from a file.
It was discussed that the configuration file could be either declarative (e.g. YAML, TOML, JSON, ...) or an actual Python file.
ℹ️ Issue imported from TIP/docs#391.