slackbuilds_ponce/python/munch/README
2018-04-14 07:06:34 +07:00

4 lines
224 B
Text

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.