Skip to content

BIP configuration system

Paul McCarthy requested to merge paulmc/bip:enh/config into master
  • New bip.utils.config module, which can be used to read settings from TOML configuration files
  • New bip.utils.lockdir function, for acquiring exclusive access to a directory on a file system
  • Rudimentary unit tests, and configuration for running them with GitLab CI. These will fail until we have resolved all dependencies
Edited by Paul McCarthy

Merge request reports