Metadata-Version: 2.0
Name: cmdint
Version: 2.0.4
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 :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Requires-Dist: xmltodict
Requires-Dist: chardet
Requires-Dist: psutil
Requires-Dist: python-telegram-bot
Requires-Dist: slackclient
Requires-Dist: GitPython

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.


