rendicahya / python_config

A simple configuration for Python projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A simple configuration for Python projects.


Languages

Language:Python 100.0%