Skip to content

MiniConfig is an easy way to manage recursive directories

License

Notifications You must be signed in to change notification settings

51CGO/MiniConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniConfig

MiniConfig is an easy way to manage recursive dictionaries:

>>> import miniconfig
>>> d = miniconfig.MiniConfig()
>>> d["a/b/c"] = 1
>>> d
{'a': {'b': {'c': 1}}}
>>> d["a/b/c"]
1

MiniConfig is based on collections.MutableMapping.

About

MiniConfig is an easy way to manage recursive directories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages