A set of Python utilities used for artifacts.
This module can be installed via pip:
pip install merc-pyThe Python scripts can be tested using the built-in unittest framework. To run
the tests, use the following command:
python -m unittest discover -s merc/tests