slackbuilds_ponce/python/munch/README

5 lines
224 B
Text
Raw Normal View History

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.