Metadata-Version: 1.0
Name: GenericSimulationLibrary
Version: 1.0.0
Summary: A simple but functional interface for simulation code.
Home-page: https://github.com/sebastiandres/GenericSimulationLibrary
Author: Sebastian Flores Benner
Author-email: sebastiandres@gmail.com
License: MIT
Description: Generic Simulation Library
        ===========================
        
        ``GenericSimulationLibrary`` is a package encapsulates a methodology and tools for reproducible simulations. 
        The main idea is to use python and/or jupyter notebooks to provide a lightweight and for-dummies easy 
        "Simulation as a Service". 
        
        The framework puts an emphasis on simplicity: 
        
        * For the client to install and use. 
        
        * For the programmer to distribute and update.
        
        * For everyone to store and reproduce results. 
        
        The framework can be personalized and extended for a specific simulation need.
        
        
        Test it
        --------
        
        * In `Google Colab <https://colab.research.google.com/drive/1mfSZQOhe7qq1C-YpfX5dDpSedXGVjz4e?usp=sharing>`_.
        
        * In `MyBinder <https://mybinder.org/v2/gh/sebastiandres/GenericSimulationLibrary/master?filepath=GenericSimulationLibrary%2Ftest_notebook%2Ftest_mybinder.ipynb>`_.
        
        
        Need more info?
        -----------------------------------
        
        `Read the docs! <https://generalsimulationlibrary.readthedocs.io/en/latest/>`_.
        
        
        Where has been used?
        ----------------------
        
        See `pypsdier <https://github.com/sebastiandres/pypsdier>`_ library for an example of a real numerical implementation using this framework.
        
Platform: UNKNOWN
