aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 fixAaron LI2018-10-311-2/+2
|
* configs: Import ConfigManager by defaultAaron LI2017-08-261-1/+1
|
* configs: Clean up importsAaron LI2017-08-011-2/+1
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+0
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-2/+2
| | | | | | Update to use the global CONFIGS and COSMO Signed-off-by: Aaron LI <aly@aaronly.me>
* Update to use renamed "check_configs()" instead of "validate_configs()"Aaron LI2016-11-041-1/+1
|
* Add custom configuration checkers.Aaron LI2016-10-031-0/+1
| | | | | These additional checker functions validate the required configs whether provided by the user config file, as well as against necessary contexts.
* Implement the basic ConfigManger()Aaron LI2016-09-271-0/+6
This is very basic at the moment, and needs many improvements. Thanks: https://github.com/pazz/alot TODO: Add config specifications with default values