Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 796 Bytes

README.rst

File metadata and controls

21 lines (16 loc) · 796 Bytes

Mush

CircleCI Docs

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 in the order they are added to the runner, while labels may be used to insert callables at specific points in the runner.