diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-06-20 23:00:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:58 +0700 |
commit | 4b371a532fb7ecd264000cb250987e9ff0367c7b (patch) | |
tree | 940f95f5f789ef40ccf963662b5b3a9ecc823fc1 /python/munch/README | |
parent | 563a7a18b46c14601fc3eae00e93fd131279bacc (diff) | |
download | slackbuilds-4b371a532fb7ecd264000cb250987e9ff0367c7b.tar.gz |
python/munch: Added (Python dict with attribute-style access).
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 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. |