Metadata-Version: 2.1
Name: pringles-devs
Version: 1.0.0
Summary: A DEVS model composition library
Home-page: https://github.com/colonelpringles/pringles
Author: Colonel Pringles
License: UNKNOWN
Description: ## 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/) [![Total alerts](https://img.shields.io/lgtm/alerts/g/colonelpringles/pringles.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/colonelpringles/pringles/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/colonelpringles/pringles.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/colonelpringles/pringles/context:python)
        
        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.
        
        
        #### 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` 
        
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
