| Overview | Download | Instalation | License | Contact |

Symupy

Documentation Status PyPI PyPI - Python Version

A Python API to control and interact with SymuFlow. Please find more information in the documentation

Overview

SymuPy is a python package to perform and deploy traffic simulations within the SymuVia ecosystem via python without much effort.

Download

You can download the latest version in this link or clone this repository at

git clone https://github.com/licit-lab/symupy.git

Installation

There are two possibilities to install this package.

  1. To get the last stable release. You can install this package via anaconda:

conda install -c licit-lab symupy

Note: We recommend to use conda as a default environment for installation. An alternative version is also available via PyPI. But in this version the simulation platform symuflow is not distributed and it is required to be installed externally.

  1. To retrieve the edge version with latest changes. You can install from the source code:

    pip install https://github.com/licit-lab/symupy/archive/master.zip
    

Usage

For more details check the documentation or this repository with examples:

License

This code is licensed via an MIT license

Contact

If you run into problems or bugs, please let us know by creating an issue in this repository.