mush 2.0 released! - Type-based dependency injection for scripts
5 views
Skip to first unread message
Chris Withers
unread,
Dec 11, 2015, 8:01:45 AM12/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python List, simpl...@googlegroups.com
Hi All,
I'm very happy to announce a new release of Mush, a light weight
dependency injection framework aimed at enabling the easy testing and
re-use of chunks of code that make up scripts.
This release is a re-write dropping all the heuristic callable ordering
in favour of building up defined sequences of callables with labelled
insertion points.
For a worked example of how to use Mush to reduce the copy'n'paste in
your scripts, please see here: