You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
365 B
YAML
10 lines
365 B
YAML
# Hides the generation timestamp when files are generated.
|
|
hideGenerationTimestamp: true
|
|
packageName: simpl
|
|
packageVersion: 0.0.1
|
|
projectName: simpl-api
|
|
# when accessing unset attribute, return `None` instead of raising `ApiAttributeError` (Default: false)
|
|
pythonAttrNoneIfUnset: true
|
|
gitRepoId: simpl-py
|
|
gitUserId: captn3m0
|
|
httpUserAgent: Simpl-Py/{packageVersion} |