summaryrefslogtreecommitdiffstats
path: root/python/munch/README
blob: c4e8b0c29ceffaea45a8d0fa0f0446351e70ccf7 (plain)
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.