abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Implements Execution Context for Tasks #84

Closed CurroRodriguez closed 7 years ago

CurroRodriguez commented 7 years ago

Description

This submission implements a shared execution context passed to all executed tasks, so they can share data when needed. The context object has been implemented as a plain dictionary because it shares the interface of the configuration object making it easier to use, and it should be enough to meet the requirements.

Issue Fixes or Implemented Stories

75