Skip to content

therubic-canada/roboconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roboconf

This is a configuration file loading utility.

This package will allow loading the nearest config file based on a specific pattern, either <name>.roboconf.yml or config/<name>.roboconf.yml. The loader will look through the parents of the current file until it either matches the pattern and loads the file or reaches the root directory and raises an exception.

Installation

pip install git+https://github.com/therubic-canada/roboconf.git

Usage

import roboconf

conf = roboconf.load_nearest_conf(__file__)

About

Python configuration file loading utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages