Metadata-Version: 2.1
Name: runana
Version: 0.1.4
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Jens Svensmark
Author-email: jenssss@uec.ac.jp
License: UNKNOWN
Keywords: run analyse
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities

===============================================
Runana - Run programs and analyse their results
===============================================

Utility library for running programs and analysing their results.

Useful for convergence testing.

Documentation: http://runana.readthedocs.org/en/latest/

Usage
=====

See the examples in the source

Installation
============

``runana`` can be installed from pypi::

   $ pip install runana

The latest version of ``runana`` can be installed from source::

   $ git clone https://github.com/jenssss/runana.git
   $ cd runana
   $ python setup.py install

Users without install privileges can append the ``--user`` flag to
``setup.py``::

   $ python setup.py install --user






