Metadata-Version: 2.1
Name: pdesy
Version: 0.4.4
Summary: pDESy: Discrete Event Simulation of Python
Home-page: https://github.com/pDESy/pDESy
License: MIT
Author: Taiga MITSUYUKI
Author-email: mitsuyuki-taiga-my@ynu.ac.jp
Maintainer: Taiga MITSUYUKI
Maintainer-email: mitsuyuki-taiga-my@ynu.ac.jp
Requires-Python: >=3.6.9,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: codecov (>=2.1.4,<3.0.0)
Requires-Dist: coverage (>=5.1,<6.0)
Requires-Dist: matplotlib (>=3.2.1,<4.0.0)
Requires-Dist: networkx (>=2.5,<3.0)
Requires-Dist: numpy (>=1.18.4,<2.0.0)
Requires-Dist: plotly (>=4.7.1,<5.0.0)
Requires-Dist: psutil (>=5.7.0,<6.0.0)
Requires-Dist: pytest-cov (>=2.9.0,<3.0.0)
Requires-Dist: setuptools (>=51.0.0,<52.0.0)
Requires-Dist: typing (>=3.7.4,<4.0.0)
Requires-Dist: uuid (>=1.30,<2.0)
Project-URL: Repository, https://github.com/pDESy/pDESy
Description-Content-Type: text/markdown

# pDESy: Discrete-Event Simulator in Python

[![PyPi version](https://pypip.in/v/pDESy/badge.png)](https://pypi.org/project/pDESy/)
[![Anaconda-Server Badge](https://anaconda.org/taiga4112/pdesy/badges/version.svg)](https://anaconda.org/taiga4112/pdesy)
![test](https://github.com/pDESy/pDESy/workflows/test/badge.svg)
[![codecov](https://codecov.io/gh/pDESy/pDESy/branch/master/graph/badge.svg)](https://codecov.io/gh/pDESy/pDESy)

## What is it?

**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.


## Where to get it
The source code is currently hosted on GitHub at: [https://github.com/pDESy/pDESy](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.

```sh
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](https://github.com/pDESy/pDESy/blob/master/LICENSE)

## Documentation
API Documentation is [https://pDESy.github.io/pDESy/index.html](https://pDESy.github.io/pDESy/index.html).

## Background
**pDESy** is developed by a part of next generation DES tool of **[pDES](https://github.com/pDESy/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](https://github.com/taiga4112).
