Skip to content

felipelerena/altasetting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

altasetting

A python library to handle settings. it expects a Settings file and a Default settings file if the key is not found in the settings the default will be taken

How to install

pip install altasetting

How to use

from altasetting import Settings

settings = Settings("settings.yaml", "defaults.yaml")

print settings.units.elephant
print settings.units.elephant.speed
print settings.buildings.farm

About

A settings lib for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages