Skip to content

cjw296/mush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis_ Coveralls_ Docs_

Mush

Mush is a light weight dependency injection framework aimed at enabling the easy testing and re-use of chunks of code that make up scripts.

This is done by combining several callables into a re-usable runner. Those callables may produce or require resource objects which mush passes between them based on the type of the object. The callables are called roughly in the order they are added to the runner, but adjusted for the resources required or procuced by it.

Licensing

Copyright (c) 2013 Simplistix Ltd, 2015 Chris Withers See docs/license.txt for details.

About

Mush is a lightweight type-based, order-resolving, dependency injection framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%