A simple configuration for Python projects.
This library is designed to be used as a git submodule:
git submodule add https://github.com/rendicahya/python_config.git
This project depends on another project that must also be installed as a submodule in the main project:
git submodule add https://github.com/rendicahya/assertpy.git
from python_config import Config
conf = Config('config.json')
print(conf.some.value)