File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,6 +145,11 @@ config_dir = Path("/settings")
145145user.set(" config_file" , Path, config_dir) # Path(/settings)
146146user.extend(" config_file" , " steve3828.rdm" ) # Path(/settings/steve3828.rdm)
147147```
148+ #### Convert non-RDM Files
149+ ``` python
150+ rheelDM.Obj.convert_file(" /settings/data.json" , overwrite = True )
151+ rheelDM.Obj.load(" /settings/data.rdm" )
152+ ```
148153
149154### Delete Data
150155``` python
Original file line number Diff line number Diff line change 11[project ]
22name = " Rheel-Data-Management"
3- version = " 1.6 "
3+ version = " 1.7 "
44authors = [
55 { name =" CoCo_R" , email =" coco_snow@myyahoo.com" },
66]
@@ -14,9 +14,6 @@ classifiers = [
1414license = " GPL-3.0-only"
1515license-files = [" LICENSE*" ]
1616
17- [project .urls ]
18- Issues = " https://github.com/CoCo-R38/Rheel_Data_Management/issues"
19-
2017[build-system ]
2118requires = [" hatchling >= 1.26" ]
2219build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments