pDESy is a Python package of Discrete-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.
The source code is currently hosted on GitHub at: https://github.com/mitsuyukiLab/pDESy
Binary installers for the latest released version will be available at the Python package index. Now, please install pDESy as following.
pip install git+ssh://git@github.com/mitsuyukiLab/pDESy.git
API Documentation is https://mitsuyukilab.github.io/pDESy/index.html.
pDESy is developed by a part of next generation DES tool of pDES.
- Fork it ( http://github.com/mitsuyukiLab/pDESy/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
If you want to join this project as a researcher, please contact me.