Skip to content

Mush is a flexible dependency injection framework for Python

Notifications You must be signed in to change notification settings

simplistix/mush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a998a8 · Nov 2, 2021
Apr 7, 2019
Feb 14, 2020
Feb 14, 2020
Apr 7, 2019
Aug 16, 2017
Aug 16, 2017
Apr 7, 2019
Sep 20, 2021
Aug 23, 2017
Nov 2, 2021

Repository files navigation

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.