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

Prepare loaders for TOML #3343

Open
ziima opened this issue Sep 13, 2024 · 0 comments
Open

Prepare loaders for TOML #3343

ziima opened this issue Sep 13, 2024 · 0 comments

Comments

@ziima
Copy link
Contributor

ziima commented Sep 13, 2024

What's the problem this feature will solve?

Prepare Loader and MemoryLoader for support of TOML files #999. Extracted from MR #3309.

Describe the solution you'd like

  • Update Loader.__repr__ to match the implementation of IniLoader.__repr__.
  • Standardize MemoryLoader.__init__ to accept configuration data as a single argument (not **kwargs), add section and overrides arguments to match Loader API.
  • Update MemoryLoader.to_env_list to process sequences as value.

Alternative Solutions

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant