File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# python-config-parser
2- This project was created to give you the possibility of creating json and yaml/yml config files dynamically using OOP
2+ This project was created to give you the possibility
3+ of creating json and yaml/yml config files dynamically and access them using OOP
34
45HOW TO INSTALL
56---------------------------
@@ -14,6 +15,11 @@ HOW TO USE
1415---------------------------
1516
1617The model file.
18+ You may use or not schema validation, if you want to use it, it will validate your whole config object before returning it.
19+
20+ If you don't want to use it, it won't validate the config object before returning that, and it may generate runtime access inconsistencies.
21+
22+ How to use schema
1723```
1824from schema import Use, And
1925
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'python-config-parser' ,
8- version = '2.0.5 ' ,
8+ version = '2.0.6 ' ,
99 author = 'Bruno Silva de Andrade' ,
1010 author_email = 'brunojf.andrade@gmail.com' ,
1111 description = 'Project created to given the possibility of create dynamics config files' ,
You can’t perform that action at this time.
0 commit comments