Skip to content

MMintLab/mmint_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMint Utils

Utility functions and helpers for MMint lab.

Usage

Clone repo, then run pip install . to install.

Then, you can import and use helpers.

import mmint_utils

cfg = mmint_utils.load_cfg("config.yaml")
cfg["example"] = 100
mmint_utils.dump_cfg("config_2.yaml", cfg)

Tests

To run the tests, run python -m unittest from the tests directory.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages