Metadata-Version: 2.1
Name: pmpy
Version: 1.0.21
Summary: Project Management for Python.
Home-page: https://github.com/Project-PmPy
Author: Naima Sadeghi, Pedram Elmi
Author-email: <naima.sadeghi@gmail.com>, <pedram.elmi@gmail.com>
License: MIT License
Keywords: python,project management,construction,simulation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PmPy - Project Management in python

![Github Workflow Deploy Package](https://img.shields.io/github/workflow/status/Project-PmPy/pmpy/Upload%20Python%20Package?label=deploy)
![Github Release Version](https://img.shields.io/github/v/release/Project-PmPy/pmpy)
![Github Release Date](https://img.shields.io/github/release-date/project-pmpy/pmpy)
![PyPi Package Version](https://img.shields.io/pypi/v/pmpy)
![PyPi Package Downloads](https://img.shields.io/pypi/dm/pmpy)
![Github License](https://img.shields.io/github/license/project-pmpy/pmpy)
![Github Issues](https://img.shields.io/github/issues/project-pmpy/pmpy)
![Github Pull Requests](https://img.shields.io/github/issues-pr/project-pmpy/pmpy)

PmPy offers project management tools in python.

## Using Pmpy
Getting started quickly:
```
pip install pmpy
```
## Community
- [Github Discussions](https://github.com/project-pmpy/pmpy/discussions)

## Contributing back to PmPy
If you run into an issue, please file a new [issue](https://github.com/project-pmpy/pmpy/issues) for us to discuss. If possible, follow up with a pull request.

If you would like to add a feature, please reach out via [issue](https://github.com/project-pmpy/pmpy/issues). A feature is most likely to be added if you build it!

Changelog for PmPy
===================
1.0.14 - 2021-12-03
-------------------

- [Added] Ability to cancel requests for resoruces. this allows modeling or between resource requests

1.0.11 - 2021-11-28
------------------

- [Fixed] fixed namings of logs.

- [Added] added waiting time for resources.


1.0.9 - 2021-11-28
------------------

- [Fixed] Fixed numbering of entities in the discrete event simulation  environment.

- [Fixed] Fixed spelling  of preemptive resources.

1.0.8 - 2021-11-28
------------------

- [Fixed] fixed splelling of environment class.


1.0.5 - 2021-11-28
------------------

- [CHANGED] changed importing disrtibution.

1.0.5 - 2021-11-28
------------------

- [NEW] Added Docstrings for discrete event simulation.


1.0.4 - 2021-11-24
------------------

- [CHANGE] Updated PmPy package structure. PmPy now has a `simulation` subpackage that includes `discrete_event` and `distributions` modules.

1.0.3 - 2021-11-20
------------------

- [FIX] Fixed PyPi project description

1.0.2 - 2021-11-20
------------------

- [FIX] Fixed `setup.py` file with an extra empty line at the end.
- [NEW] Updated information about the project (`AUTHORS.md` and `README.md` files).
  
1.0.1 - 2021-11-12
------------------

- [FIX] Fixing typo

1.0.0 - 2021-11-11
------------------

- [NEW] Deploying the first version of the PmPy

Authors
=======

PmPy was originally created by Dr. [Naimeh Sadeghi](https://github.com/NaimaSadeghi) in 2021. After that, in October 2021, [Pedram Elmi](https://github.com/PedramElmi) has joined the project.
## List of Authors
- [Naimeh Sadeghi](https://github.com/NaimaSadeghi) - naima.sadeghi@gmail.com
- [Pedram Elmi](https://github.com/PedramElmi) - pedram.elmi@gmail.com

