You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Conversion Update
Store datetime, date, time and Path without quotation marks
Fix from_dict() function as it expected dict to be stored with tuples containing type and value
-> now it accepts both normal dicts and the tuple-version
from_dict() now gathers values without a predefined section into a default_section
added convert_file() which can convert files like json, toml, yaml and ini into RDM files for you using from_dict()