hny-config

Small confrc compatible config manager.


License
LGPL-3.0
Install
pip install hny-config==0.1.0

Documentation

HNY-config

Install

pip3 install hny-config

Usage

import hny-config as config

config.init('config_file.json')

print(config.get('option'))