aboutsummaryrefslogtreecommitdiff
path: root/python/munch/README
blob: 7826fec6611ce5337cee5caf2eaff6dea9c2f108 (plain)
1
2
3
4
5
Munch implements a Python dictionary that provides attribute-style
access (a la JavaScript objects). Munch is a fork of David Schoonover's
Bunch package.

Munch will make use PyYAML and python3-PyYAML if they are installed.