| Name: | python3-munch |
|---|---|
| Version: | 4.0.0 |
| Release: | 1.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 64511 |
| License: | MIT |
| RPM: | python3-munch-4.0.0-1.el10_0.noarch.rpm |
| Source RPM: | python-munch-4.0.0-1.el10_0.src.rpm |
| Build Date: | Fri Dec 20 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.io/project/munch |
| Summary: | A dot-accessible dictionary (a la JavaScript objects) |
| Description: | munch is a fork of David Schoonover's **Bunch** package, providing similar functionality. 99% of the work was done by him, and the fork was made mainly for lack of responsiveness for fixes and maintenance on the original code. Munch is a dictionary that supports attribute-style access, a la JavaScript. |