pyamrex
pyamrex copied to clipboard
Add `ParmParse.to_dict()`
Convert the ParmParse entries to a dict. Use type hints whenever possible to create a proper value variable. Only file inputs and CLI inputs are string values that way.
- [x] works & tested
- [ ] needs https://github.com/AMReX-Codes/amrex/pull/4364
- [ ] should nested attributes in pp (separated by
.) create a nested dict?