Skip to content

Commit

Permalink
issue-76: Update README with installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
d1618033 committed May 14, 2023
1 parent edd1669 commit 7cc7b4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
munch
==========

Installation
-------------

```
pip install munch
```

Usage
-----

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:
Expand Down

0 comments on commit 7cc7b4b

Please sign in to comment.