mush 2.4.0 released! - Type-based dependency injection for scripts

Chris Withers chris at simplistix.co.uk
Thu Nov 17 06:37:11 EST 2016


Hi All,

I'm very happy to announce the 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 includes:

- Add support for cloning depending on what label was used to add
   callables.

- Add Runner.add_label() helper to just add a label at the end of the
   runner.

- Document and flesh out Plugs.

- Switch to full Semantic Versioning.

For a worked example of how to use Mush to reduce the copy'n'paste in 
your scripts, please see here:

http://mush.readthedocs.io/en/latest/examples.html

Full docs are here:

http://mush.readthedocs.io/en/latest/index.html

Downloads are here:

https://pypi.python.org/pypi/mush

Compatible with Python 2.7, 3.3+ on Linux, Mac OS X and Windows.

Any problems, please give me a shout on the simplistix at googlegroups.com 
list!

cheers,

Chris



More information about the Python-list mailing list