Metadata-Version: 1.1
Name: bms
Version: 0.0.5
Summary: Block-Model Simulator for python
Home-page: http://github.com/masfaraud/BMSpy/wiki/
Author: Steven Masfaraud
Author-email: steven@masfaraud.fr
License: Creative Commons Attribution-Share Alike license
Description: BMSpy: Block-Model Simulator for python
        --------
        
        BMS is a block model time simulator: it computes time values of time functions (called variables) linked by blocks which represent equations and behaviors between them.
        A model (class DynamicSystem) contains blocks, which contains the variables.
        
        BMS is designed as a lightweight, fully scriptable, open-source equivalent to simulink
        
        Some examples on how defining the model and working with the results are provided in the examples/ folder on github: https://github.com/masfaraud/BMSpy/tree/master/bms/examples
        
        Only a few blocks are currently available. Feel free to request for relevant blocks or input functions!
        
        
        
Keywords: block model simulation simulator time
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 3 - Alpha
