Metadata-Version: 2.1
Name: symupy
Version: 0.2.4
Summary: A module for Symuvia inside Python
Home-page: https://github.com/symuvia/symupy
Author: Andres Ladino
Author-email: aladinoster@gmail.com
License: MIT
Download-URL: https://github.com/symuvia/symupy
Keywords: traffic microsimulation
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16)
Requires-Dist: lxml (>=4.3.3)
Requires-Dist: xmltodict (>=0.12)
Requires-Dist: networkx (>=2.2)
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: sqlalchemy (>=1.3.5)
Requires-Dist: pandas (>=0.24)
Requires-Dist: scipy (>=1.4.1)

**| [Overview](#overview) | [Download](#download) | [Instalation](#installation) | [License](#license) | [Contact](#contact) |**

# Symupy

[![Documentation Status](https://readthedocs.org/projects/symupy/badge/?version=stable)](https://symupy.readthedocs.io/en/stable/?badge=stable) [![PyPI version](https://badge.fury.io/py/symupy.svg)](https://badge.fury.io/py/symupy)


A Python API to control and interact with SymuVia. Please find more information in the [documentation](https://symupy.readthedocs.io/en/latest/)

## Overview 

## Download 

You can download the latest version in this [link](https://github.com/symuvia/symupy/archive/master.zip) or clone this repository at

```
git clone https://github.com/symuvia/symupy.git
```

## Installation 

There are two possibilities to install this package. 

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

  ```
  pip install symupy
  ```

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

   ```
   pip install https://github.com/symuvia/symupy/archive/master.zip
   ```


## Usage 


# History

## 0.1.0 (2019-06-19)

* First release on PyPI.

## 0.1.1 (2019-06-14)

* Small fixes on basic interfacing

## 0.2.0 (2020-02-20)

* Standardizing python package 
* Adding documentation 
* Makefile is now available for `testing`, `cleaning`, `building`, `installing` 

## 0.2.1 (2020-03-20)

* Adding control zones 
* Creating vehicles with routes
* Extract indicators such as TTT, TTD and SPD for zones 
* Makefile now tests distribution

## 0.2.2 (2020-03-25)

* Fix bug on vehicle time creation

## 0.2.3 (2020-03-27)

* Fix bug entries on add/ modify control zone
* Fix bug now `simulationtime` accessible before starting simulation

## 0.2.4 (2020-04-09)

* A basic state machine has been implemented to handle simulation status
* Now [documentation](https://symupy.readthedocs.io/en/latest/) is available 
* A configurator has been added to handle execution of the functions 
  `SymRunNextStepLiteEx` and `SymRunNextStepEx`

