Metadata-Version: 2.1
Name: py_experimenter
Version: 0.0.2
Summary: The PyExperimenter is a tool for the automatic execution of various experiments. The user can create a function
that run one single experiment (we call this function `own_function`, but any function name is possible). The experiment itself,
which is defined by its parameters, is then automatically executed by passing the parameters to the `own_function` and writing the
results in a database. Errors that occur during execution are also captured by the PyExperimenter and written to the database.
Home-page: UNKNOWN
Author: Lukas Gehring
Author-email: <lgehring@mail.upb.de>
License: UNKNOWN
Description: For the complete documentation, please visit the GitHub: https://github.com/lukasgehring/py_experimenter
Keywords: python,executor
Platform: UNKNOWN
Description-Content-Type: text/markdown
