Console app and Python API for comparing 2 experiment results stored in the MDM file format.
Project description
About
Console app and Python API for comparing 2 experiment results stored in the MDM file format.
MDM is a readable text format suitable for storing and exchanging experiment results, used for years by our university research team and most of our software.
Continuous integration is powered by Jenkins.
Installation
To install mdm_compare run:
$ pip install mdm_compare
Console app usage
Quick start:
$ mdm_compare filename1 filename2
Show help:
$ mdm_compare --help
Python API usage
Quick start:
>>> from mdm_compare import mdm_compare >>> mdm_compare(filename1, filename2)
Contribute
If you find any bugs, or wish to propose new features please let me know.
If you’d like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mdm_compare-1.0.6-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bef89203d1e038be4f666ade06b9965a94236079f52f1de0deb91cbdbc3dd2b6 |
|
MD5 | 796bbdf78701bd654806f884f85a2c66 |
|
BLAKE2b-256 | 559dc62e10a329e95acfe3fab3571da1cbac89620be99e800376618ff76e2ddd |