Python Configuration Runner documentation

Python configuration file and command line executable to run a script with.

Why a python file as configuration?

  • Configuration of any complexity

  • No need to serialize the configuration

  • No neeed other meta-languages for the configuration

Installation

From pip:

pip install py-config-runner

Examples