Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100258

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

From Chris Withers <chris@simplistix.co.uk>
Newsgroups comp.lang.python
Subject mush 2.0 released! - Type-based dependency injection for scripts
Date 2015-12-11 13:01 +0000
Message-ID <mailman.135.1449838906.12405.python-list@python.org> (permalink)

Show all headers | View raw


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:

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

Full docs are here:

http://mush.readthedocs.org/

Downloads are here:

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

Compatible with Python 2.7, 3.3+:

https://travis-ci.org/Simplistix/mush

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

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

mush 2.0 released! - Type-based dependency injection for scripts Chris Withers <chris@simplistix.co.uk> - 2015-12-11 13:01 +0000

csiph-web