tyssue.config package#

Subpackages#

Submodules#

tyssue.config.json_parser module#

Configuration management - json interface

tyssue.config.json_parser.load_spec(fname)[source]#
tyssue.config.json_parser.save_spec(spec, fname, overwrite=False)[source]#

Saves a specification file to json

Parameters
  • spec (dict,) – The specification nested dictionaries to be saved

  • fname (str,) – The file name, can be a path

  • overwrite (bool,) – Wheter or not to overwrite an existing file, default False

Module contents#