pDESy: Discrete Event Simulation of Python
Project description
pDESy: Discrete-Event Simulator in Python
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
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
- Fork it ( http://github.com/pDESy/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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.