Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update configuration params noted in README #5

Open
thautwarm opened this issue Mar 5, 2020 · 2 comments
Open

update configuration params noted in README #5

thautwarm opened this issue Mar 5, 2020 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@thautwarm
Copy link
Member

thautwarm commented Mar 5, 2020

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,
}

@thautwarm thautwarm added the help wanted Extra attention is needed label Mar 5, 2020
@thautwarm
Copy link
Member Author

@lfkdsk 没事干的话帮我弄下。感觉更新起来事情有点多。

@lfkdsk
Copy link

lfkdsk commented Mar 6, 2020

好。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants