Metadata-Version: 1.1
Name: sdf4sim
Version: 0.3.0
Summary: A package which demostrates the use of SDF as the model of computation for a non-iterative co-simulation.
Home-page: https://github.com/sglumac/sdf4sim
Author: Slaven Glumac
Author-email: slaven.glumac@gmail.com
License: MIT license
Description: =======
        sdf4sim
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/sdf4sim.svg
                :target: https://pypi.python.org/pypi/sdf4sim
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/sglumac/sdf4sim?branch=master&svg=true
            :alt: AppVeyor Build Status
            :target: https://ci.appveyor.com/project/sglumac/sdf4sim
        
        .. image:: https://codecov.io/github/sglumac/sdf4sim/coverage.svg?branch=master
            :alt: Coverage Status
            :target: https://codecov.io/github/sglumac/sdf4sim
        
        .. image:: https://readthedocs.org/projects/sdf4sim/badge/?version=latest
                :target: https://sdf4sim.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/sglumac/sdf4sim/shield.svg
             :target: https://pyup.io/repos/github/sglumac/sdf4sim/
             :alt: Updates
        
        
        
        A package which demostrates the use of SDF as the model of computation for a non-iterative co-simulation.
        
        Tested with Python 3.7 64 bit
        pip install sdf4sim
        python -c "import sdf4sim; sdf4sim.example.control.main()"
        
        
        * Free software: MIT license
        * Documentation: https://sdf4sim.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2019-08-16)
        ------------------
        
        * First release on PyPI.
        
Keywords: sdf4sim
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
