neurodocker.reproenv.types module#

Define types used in ReproEnv.

class neurodocker.reproenv.types.TemplateType(*args, **kwargs)[source]#

Bases: dict

Dictionary that includes a template for installing software from binaries, a template for installing software from source, or both.

alert: str#
binaries: _BinariesTemplateType#
name: str#
source: _SourceTemplateType#