diff options
Diffstat (limited to 'python/munch/README')
-rw-r--r-- | python/munch/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/munch/README b/python/munch/README index 1d6a19c454..c4e8b0c29c 100644 --- a/python/munch/README +++ b/python/munch/README @@ -1,2 +1,4 @@ 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. |