Skip to content

Commit cc7fe9b

Browse files
Updating README.md
1 parent c6d99d8 commit cc7fe9b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

45
HOW TO INSTALL
56
---------------------------
@@ -14,6 +15,11 @@ HOW TO USE
1415
---------------------------
1516

1617
The 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
```
1824
from schema import Use, And
1925

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.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',

0 commit comments

Comments
 (0)