summaryrefslogtreecommitdiff
path: root/python/munch/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-04-09 11:11:45 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-14 07:06:34 +0700
commita10527fb9239db76cf84249fb11a0dab8a93051d (patch)
tree45ac29e8be67c988de3e2f026baef63c34c60999 /python/munch/README
parent8c210e4b07a044c8ec986e1ef9a573df4b050fcf (diff)
downloadslackbuilds-a10527fb9239db76cf84249fb11a0dab8a93051d.tar.gz
python/munch: Updated for version 2.3.1.
Diffstat (limited to 'python/munch/README')
-rw-r--r--python/munch/README2
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.