Metadata-Version: 2.0
Name: bjec
Version: 0.1
Summary: Batch Job Executor & Collector
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: argh
Requires-Dist: gitpython
Requires-Dist: pyyaml

bjec - Batch Job Executor & Collector
=====================================

``bjec`` is a framework for declaring jobs performing arbitrary commands
as python scripts.

Originally drafted to assist performing a high number of experiments and
pre-aggregating their results for later statistical evaluation.

Installation
------------

Requirements:

-  Python 3
-  Git executable

Install from PyPi using

::

    pip install bjec

Documentation
-------------

Documentation and examples can be found on `Read the
Docs <http://bjec.readthedocs.io/>`__.


