Metadata-Version: 2.1
Name: dynsimf
Version: 0.3
Summary: Dynamic Network Simulation Framework
Home-page: https://github.com/Tensaiz/DyNSimF
Author: Mathijs Maijer
Author-email: m.f.maijer@gmail.com
License: BSD-Clause-2
Description: # DyNSimF - Dynamic Network Simulation Framework
        
        ![CI](https://github.com/Tensaiz/DyNSimF/workflows/CI/badge.svg)
        [![BCH compliance](https://bettercodehub.com/edge/badge/Tensaiz/DyNSimF?branch=master)](https://bettercodehub.com/)
        [![Coverage Status](https://coveralls.io/repos/github/Tensaiz/DyNSimF/badge.svg?branch=master)](https://coveralls.io/github/Tensaiz/DyNSimF?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/dynsimf/badge/?version=latest)](http://dynsimf.readthedocs.io/en/latest/?badge=latest)
        [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Tensaiz/DyNSimF.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Tensaiz/DyNSimF/context:python)
        [![PyPI download month](https://img.shields.io/pypi/dm/dynsimf.svg?color=blue&style=plastic)](https://pypi.python.org/pypi/dynsimf/)
        
        <img src="https://raw.githubusercontent.com/Tensaiz/DyNSimF/master/docs/mock_logo.png" alt="DyNSimF logo" height="200"/>
        
        The Network Simulation Framework can be used to create any network-based simulation, where the nodes require continuous states.
        
        Read the documentation on [ReadTheDocs](http://dynsimf.readthedocs.io).
        
        
        ## Installation
        
        To install the library just download (or clone) the current project and copy the dynsimf folder in the root of your application.
        
        Alternatively use pip:
        ```bash
        sudo pip install dynsimf
        ```
        
        
        ## Documentation
        
        For examples, tutorials and a complete reference visit the project documentation website on [ReadTheDocs](http://dynsimf.readthedocs.io).
        
        
        
        ## Collaborate with us!
        
        ``DyNSimF`` is an active open-source project, any contribution is welcome!
        
        If you like to include your model in DyNSimF feel free to fork the project, open an issue and contact us.
        
        Do you want to be part of the DyNSimF? Join the community to discuss enhancements, bugs, concepts or any other topic on **Slack**!
        
        [<img align="middle" width="150" src="https://raw.githubusercontent.com/Tensaiz/DyNSimF/master/docs/join_slack.png">](https://join.slack.com/t/dynsimfdynami-mst3236/shared_invite/zt-iznvqu2p-KW6AHxFLhMandFXwc6Tu1g)
        
Keywords: dynamic-networks networks simulator network-of-networks analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
