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/slack-desc | |
parent | 563a7a18b46c14601fc3eae00e93fd131279bacc (diff) | |
download | slackbuilds-4b371a532fb7ecd264000cb250987e9ff0367c7b.tar.gz |
python/munch: Added (Python dict with attribute-style access).
Diffstat (limited to 'python/munch/slack-desc')
-rw-r--r-- | python/munch/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/munch/slack-desc b/python/munch/slack-desc new file mode 100644 index 0000000000..868bbde712 --- /dev/null +++ b/python/munch/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +munch: munch (Python dictionary with attribute-style access) +munch: +munch: Munch implements a Python dictionary that provides attribute-style +munch: access (a la JavaScript objects). +munch: +munch: +munch: +munch: +munch: +munch: +munch: |