Metadata-Version: 2.1
Name: cmdint
Version: 3.0.3
Summary: Enables detailed logging of command line calls in a very lightweight manner.
Home-page: https://github.com/MIC-DKFZ/cmdint/
Author: Peter F. Neher
Author-email: p.neher@dkfz.de
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
License-File: LICENSE

CmdInterface enables detailed logging of command line and python experiments in a very lightweight manner (coding wise). It wraps your command line or python function calls in a few lines of code and logs everything you might need to reproduce the experiment later on or to simply check what you did a couple of years ago.

