Metadata-Version: 1.1
Name: batchpy
Version: 1.1.0
Summary: A package to efficiently run batches of similar calculations
Home-page: https://github.com/BrechtBa/batchpy
Author: Brecht Baeten
Author-email: brecht.baeten@gmail.com
License: GPLv3
Description: batchpy
        =======
        
        A python package to run large or small batches of similar calculations and storing the results so no double calculations are performed.
        Batches of computation with lots of result data can be performed as results are stored on disk and only loaded in memory when required.
        Furthermore, methods for easily retrieving runs with certain parameters are available to ease post-processing and visualizing data.
        
        
        Installation
        ------------
        requires:
        
        - ``numpy``
        
        
        To install run::
        
            pip install batchpy
        
        
        Usage
        -----
        The `quickstart <https://pythonhosted.org/batchpy/quickstart.html>`_ example in the online documentation gives a good overview of basic usage.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
