misken / hillmaker

Occupancy analysis by time of day and day of week, with Python
MIT License
6 stars 4 forks source link

Add ability to pass a config file in CLI #33

Closed misken closed 2 years ago

misken commented 2 years ago

Config files are needed to making automation easier and to serve as scenario documentation.

misken commented 2 years ago

Could use YAML or TOML or just the default argparse style.

See

misken commented 2 years ago

Decided on TOML for the config file format. Implemented in 0.4.3.