slackbuilds/python/munch
Benjamin Trigona-Harany 4b371a532f
python/munch: Added (Python dict with attribute-style access).
2016-06-25 08:54:58 +07:00
..
README python/munch: Added (Python dict with attribute-style access). 2016-06-25 08:54:58 +07:00
munch.SlackBuild python/munch: Added (Python dict with attribute-style access). 2016-06-25 08:54:58 +07:00
munch.info python/munch: Added (Python dict with attribute-style access). 2016-06-25 08:54:58 +07:00
slack-desc python/munch: Added (Python dict with attribute-style access). 2016-06-25 08:54:58 +07:00

README

Munch implements a Python dictionary that provides attribute-style access (a la
JavaScript objects). Munch is a fork of David Schoonover's Bunch package.