Skip to content

update configuration params noted in README #5

Open
@thautwarm

Description

@thautwarm

class CKey:
IndexMirror = "index-mirror"
BluePrint = "pspy-blueprint"
PyPack = "python-package"
CoreFnDir = "corefn-dir"
EntryModule = "entry-module"
DataFormat = "data-format"
class CValue:
IndexMirror = "default"
BluePrint = "pspy-blueprint"
PyPack = "python"
CoreFnDir = "output"

The default configuration file's content is:

_TEMPLATE = {
CKey.CoreFnDir : CValue.CoreFnDir,
CKey.EntryModule: CValue.EntryModule,
CKey.BluePrint : CValue.BluePrint,
CKey.IndexMirror: CValue.IndexMirror,
CKey.DataFormat : CValue.DataFormat,
}

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions