pydantic-settings
pydantic-settings copied to clipboard
Add `keyring` source provider
This pull request (PR) continues the proposal by @lmmx to add keyring integration (see #139 and #140).
As the pydantic-settings source code has changed considerably, I am creating a new PR.
This implementation has only been tested on Windows. For this reason, it will not be included in the default sources yet.
TODO:
- [x] Keyring provider code
- [x] Documentation
- [ ] Tests