Metadata-Version: 2.1
Name: symupy
Version: 0.2.0
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)

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

# symupy

A Python API to control and manipulate SymuVia

## Overview 

## Download 

## Installation 

## 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.1 (20-02-20)

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

