Metadata-Version: 1.0
Name: GenericSimulationLibrary
Version: 0.1.0
Summary: A simple but functional simulation interface.
Home-page: https://github.com/sebastiandres/GenericSimulationLibrary
Author: Sebastian Flores
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 details? Read the docs!
        -----------------------------------
        
        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
