diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-04-09 11:11:45 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:34 +0700 |
commit | a10527fb9239db76cf84249fb11a0dab8a93051d (patch) | |
tree | 45ac29e8be67c988de3e2f026baef63c34c60999 /python/munch/README | |
parent | 8c210e4b07a044c8ec986e1ef9a573df4b050fcf (diff) | |
download | slackbuilds-a10527fb9239db76cf84249fb11a0dab8a93051d.tar.gz |
python/munch: Updated for version 2.3.1.
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. |