slackbuilds_ponce/python/munch/README
Benjamin Trigona-Harany 1d902d279d
python/munch: Fix REQUIRES and README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-04-24 22:07:01 +07:00

5 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.