kevinjacobs-delfi
Results
2
comments of
kevinjacobs-delfi
FYI, Pydantic allows fields to be renamed using `alias` or `serialization_alias` field metadata.
@ap-- I'll work on a PR today. The context here is that I have a "smart file opener" that mimics the "open" API: ```python @contextmanager def smartopen( file: FileOrPathLike, mode:...