Skip to content

Commit e331900

Browse files
authored
Add files via upload
1 parent 55dc0fa commit e331900

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ config_dir = Path("/settings")
145145
user.set("config_file", Path, config_dir) # Path(/settings)
146146
user.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

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Rheel-Data-Management"
3-
version = "1.6"
3+
version = "1.7"
44
authors = [
55
{ name="CoCo_R", email="coco_snow@myyahoo.com" },
66
]
@@ -14,9 +14,6 @@ classifiers = [
1414
license = "GPL-3.0-only"
1515
license-files = ["LICENSE*"]
1616

17-
[project.urls]
18-
Issues = "https://github.com/CoCo-R38/Rheel_Data_Management/issues"
19-
2017
[build-system]
2118
requires = ["hatchling >= 1.26"]
2219
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)