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 python project renvents data management. This mildly-fast module protects and saves your data in .rdm files.
4
+
Why use this instead of json or toml?
5
+
It's (strictly) typed, human readable, section-based and you can edit it on the go (if you load and save it on every use).
6
+
It also has corruption-protection with atomic file rewrites.
7
+
It supports all native python types as well as datetime and pathlib.Path, but with the local custom type registry you can add as many types as you like (check source code for usage)!
0 commit comments