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

Add a standard method for general configuration of Anchovy/Step behavior #80

Open
pydsigner opened this issue Dec 19, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@pydsigner
Copy link
Owner

anchovy.simple.BaseStandardStep has encoding and newline attributes that some users might like to override. There is no simple way to do so without monkey-patching the class or overriding those attributes with a subclass everywhere they're inherited. Likewise, there are CLI arguments for Anchovy that cannot be specified in the Settings class. Supporting a more generalized dictionary — perhaps reworking Settings to be that more generalized option — would allow an obvious way to implement those features in Anchovy itself as well as similar features for those writing their own Steps.

@pydsigner pydsigner added the enhancement New feature or request label Dec 19, 2023
@pydsigner pydsigner added this to the 2.0.0 milestone Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant