summaryrefslogtreecommitdiff
path: root/python/munch/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2016-06-20 23:00:59 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-25 08:54:58 +0700
commit4b371a532fb7ecd264000cb250987e9ff0367c7b (patch)
tree940f95f5f789ef40ccf963662b5b3a9ecc823fc1 /python/munch/README
parent563a7a18b46c14601fc3eae00e93fd131279bacc (diff)
downloadslackbuilds-4b371a532fb7ecd264000cb250987e9ff0367c7b.tar.gz
python/munch: Added (Python dict with attribute-style access).
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
new file mode 100644
index 0000000000..1d6a19c454
--- /dev/null
+++ b/python/munch/README
@@ -0,0 +1,2 @@
+Munch implements a Python dictionary that provides attribute-style access (a la
+JavaScript objects). Munch is a fork of David Schoonover's Bunch package.