Metadata-Version: 2.4
Name: Rheel-Data-Management
Version: 1.1
Summary: Data management for python made easy
Project-URL: Homepage, https://github.com/CoCo-R38/Rheel_Data_Management
Project-URL: Issues, https://github.com/CoCo-R38/Rheel_Data_Management/issues
Author-email: CoCo_R <coco_snow@myyahoo.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# Rheel Data Management

This python project renvents data management. This mildly-fast module protects and saves your data in .rdm files.
Why use this instead of json or toml?
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).
It also has corruption-protection with atomic file rewrites.
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)!
