Skip to content

Load and use configuration objects in python applications

License

Notifications You must be signed in to change notification settings

raghavj98/cfgmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfgmgr

Load and use configuration objects in python applications

  • Load from environment of files (json and yaml currently supported)
  • Files can recursively include other files (Settings from included files will be overwritten by including file)
  • Simple syntax for consumers of configurations CfgMgr.get('config_name').foo
  • To install, run python3 -m build, followed by python3 -m pip install dist/
  • See example.py in tests/ for detailed usage!

About

Load and use configuration objects in python applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages