/python_config

A simple configuration for Python projects.

Primary LanguagePython

Python Config

A simple configuration for Python projects.

Installation

This library is designed to be used as a git submodule:

git submodule add https://github.com/rendicahya/python_config.git

Dependencies

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

Usage:

from python_config import Config

conf = Config('config.json')

print(conf.some.value)