Metadata-Version: 2.1
Name: pringles-devs
Version: 0.0.3
Summary: A DEVS model composition library
Home-page: https://github.com/colonelpringles/pringles
Author: Colonel Pringles
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## Pringles - A DEVS model composition Python [![Build Status](https://travis-ci.org/colonelpringles/pringles.svg?branch=master)](https://travis-ci.org/colonelpringles/pringles) [![Coverage](https://codecov.io/gh/colonelpringles/pringles/branch/master/graphs/badge.svg)](https://codecov.io/gh/colonelpringles/pringles/branch/master) [![pypi-version](https://img.shields.io/pypi/v/pringles-devs.svg)](https://pypi.org/project/pringles-devs/) 
Pringles is a DEVS model composition library, which makes easy to assemble and link multiple atomic/coupled models. It works as a Python library, and in its road ahead, will easily integrate with the Jupyter environment.


![pringlesfinal](https://user-images.githubusercontent.com/18684322/63174712-e5489c80-c018-11e9-9ac3-4d6a8e8598b3.png)


#### Requirements
- Python 3.7

For Ubuntu it can be installed by the following commands
```
sudo apt-get install python3.7
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2
sudo update-alternatives --config python3
```

#### Dev Requirements
- Python 3.7
- Libraries specified in `requimrements-dev.txt`. They can be installed using `sudo pip3 install -r requimrements-dev.txt` 


