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
Copy file name to clipboardExpand all lines: README.md
+15-29Lines changed: 15 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,17 @@
1
-
# python-json-config-parser
2
-
This project was created to give you the possibility of creating json config files dynamicaly using OOP
1
+
# python-config-parser
2
+
This project was created to give you the possibility of creating json and yaml/yml config files dynamically using OOP
3
3
4
4
HOW TO INSTALL
5
5
---------------------------
6
6
Use pip to install it.
7
7
8
8
```
9
-
pip install python-json-config-parser
9
+
pip install python-config-parser
10
10
```
11
11
12
12
13
13
HOW TO USE
14
14
---------------------------
15
-
The Class Config takes two arguments, the first is a Schema(https://github.com/keleshev/schema) to ensure the model of config, the second is the str path of json config file.
16
-
17
-
If you don't specify the path, the default value('config.json') will be used if one exists in the same dir where the script is running.
0 commit comments