Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration file #20

Open
thilp opened this issue Feb 18, 2019 · 1 comment
Open

Configuration file #20

thilp opened this issue Feb 18, 2019 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@thilp
Copy link
Member

thilp commented Feb 18, 2019

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.

@thilp
Copy link
Member Author

thilp commented Feb 18, 2019

Things that could be centralized in a config file:

  • weights
  • enabled plugins
  • blacklist

Config files would also need to be scoped to the directory they belong to.

@thilp thilp added enhancement New feature or request question Further information is requested labels Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant