SoftwareImpacts / SIMPAC-2023-513

Python package of Discrete-Time Event Simulator (DES) for engineering project. It aims to be the fundamental high-level building block for doing practical, real world engineering project management by DES and project modeling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pDESy: Discrete-Event Simulator in Python

PyPI version Anaconda-Server Badge test codecov

What is it?

pDESy is a Python package of Discrete Time-Event Simulator (DES). It aims to be the fundamental high-level building block for doing practical, real world engineering project management by using DES and other DES modeling tools. pDESy has only the function of discrete-event simulation, does not include the function of visual modeling.

Where to get it

The source code is currently hosted on GitHub at: https://github.com/pDESy/pDESy

Binary installers for the latest released version will be available at the Python package index. Now, please install pDESy as following.

pip install pDESy
# pip install git+ssh://git@github.com/pDESy/pDESy.git # INSTALL FROM GITHUB
# conda install -c conda-forge -c taiga4112 pDESy # INSTALL FROM ANACONDA

License

MIT

Documentation

API Documentation is https://pDESy.github.io/pDESy/index.html.

Background

pDESy is developed by a part of next generation DES tool of pDES.

Contribution

  1. Fork it ( http://github.com/pDESy/pDESy/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

If you want to join this project as a researcher, please contact me.

About

Python package of Discrete-Time Event Simulator (DES) for engineering project. It aims to be the fundamental high-level building block for doing practical, real world engineering project management by DES and project modeling.

License:MIT License


Languages

Language:Python 100.0%