pmpy


Namepmpy JSON
Version 1.0.24 PyPI version JSON
download
home_pagehttps://github.com/Project-PmPy
SummaryProject Management for Python.
upload_time2022-12-21 06:18:44
maintainer
docs_urlNone
authorNaima Sadeghi, Pedram Elmi
requires_python>=3.6
licenseMIT License
keywords python project management construction simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Project-PmPy",
    "name": "pmpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "python,project management,construction,simulation",
    "author": "Naima Sadeghi, Pedram Elmi",
    "author_email": "<naima.sadeghi@gmail.com>, <pedram.elmi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/91/7d/a5baac50205709e85d3c7148f8b6a143e471c7843d6a9d040f3113e5953e/pmpy-1.0.24.tar.gz",
    "platform": null,
    "description": "# PmPy - Project Management in python\n\n![Github Workflow Deploy Package](https://img.shields.io/github/workflow/status/Project-PmPy/pmpy/Upload%20Python%20Package?label=deploy)\n![Github Release Version](https://img.shields.io/github/v/release/Project-PmPy/pmpy)\n![Github Release Date](https://img.shields.io/github/release-date/project-pmpy/pmpy)\n![PyPi Package Version](https://img.shields.io/pypi/v/pmpy)\n![PyPi Package Downloads](https://img.shields.io/pypi/dm/pmpy)\n![Github License](https://img.shields.io/github/license/project-pmpy/pmpy)\n![Github Issues](https://img.shields.io/github/issues/project-pmpy/pmpy)\n![Github Pull Requests](https://img.shields.io/github/issues-pr/project-pmpy/pmpy)\n\nPmPy offers project management tools in python.\n\n## Using Pmpy\nGetting started quickly:\n```\npip install pmpy\n```\n## Community\n- [Github Discussions](https://github.com/project-pmpy/pmpy/discussions)\n\n## Contributing back to PmPy\nIf 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.\n\nIf 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!\n\nChangelog for PmPy\n===================\n1.0.14 - 2021-12-03\n-------------------\n\n- [Added] Ability to cancel requests for resoruces. this allows modeling or between resource requests\n\n1.0.11 - 2021-11-28\n------------------\n\n- [Fixed] fixed namings of logs.\n\n- [Added] added waiting time for resources.\n\n\n1.0.9 - 2021-11-28\n------------------\n\n- [Fixed] Fixed numbering of entities in the discrete event simulation  environment.\n\n- [Fixed] Fixed spelling  of preemptive resources.\n\n1.0.8 - 2021-11-28\n------------------\n\n- [Fixed] fixed splelling of environment class.\n\n\n1.0.5 - 2021-11-28\n------------------\n\n- [CHANGED] changed importing disrtibution.\n\n1.0.5 - 2021-11-28\n------------------\n\n- [NEW] Added Docstrings for discrete event simulation.\n\n\n1.0.4 - 2021-11-24\n------------------\n\n- [CHANGE] Updated PmPy package structure. PmPy now has a `simulation` subpackage that includes `discrete_event` and `distributions` modules.\n\n1.0.3 - 2021-11-20\n------------------\n\n- [FIX] Fixed PyPi project description\n\n1.0.2 - 2021-11-20\n------------------\n\n- [FIX] Fixed `setup.py` file with an extra empty line at the end.\n- [NEW] Updated information about the project (`AUTHORS.md` and `README.md` files).\n  \n1.0.1 - 2021-11-12\n------------------\n\n- [FIX] Fixing typo\n\n1.0.0 - 2021-11-11\n------------------\n\n- [NEW] Deploying the first version of the PmPy\n\nAuthors\n=======\n\nPmPy 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.\n## List of Authors\n- [Naimeh Sadeghi](https://github.com/NaimaSadeghi) - naima.sadeghi@gmail.com\n- [Pedram Elmi](https://github.com/PedramElmi) - pedram.elmi@gmail.com\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Project Management for Python.",
    "version": "1.0.24",
    "split_keywords": [
        "python",
        "project management",
        "construction",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4c12d48c114a5e1ed1893f9e9cae0b68",
                "sha256": "9d040bdfb4da8271cd3c62f7b8a3db22e072b23d60b246922fb4c592d3ec6080"
            },
            "downloads": -1,
            "filename": "pmpy-1.0.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c12d48c114a5e1ed1893f9e9cae0b68",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 26331,
            "upload_time": "2022-12-21T06:18:43",
            "upload_time_iso_8601": "2022-12-21T06:18:43.387345Z",
            "url": "https://files.pythonhosted.org/packages/62/6e/03c027c010bce3f52624f72832135440b02ccf28e4ba6910c3aabeeead4b/pmpy-1.0.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "927de30cab2f67a05082059e1e2642b0",
                "sha256": "9698942ce80a3cabf34203b59f684e88b4f8d596de4364fa064b2b054734f518"
            },
            "downloads": -1,
            "filename": "pmpy-1.0.24.tar.gz",
            "has_sig": false,
            "md5_digest": "927de30cab2f67a05082059e1e2642b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 25310,
            "upload_time": "2022-12-21T06:18:44",
            "upload_time_iso_8601": "2022-12-21T06:18:44.643172Z",
            "url": "https://files.pythonhosted.org/packages/91/7d/a5baac50205709e85d3c7148f8b6a143e471c7843d6a9d040f3113e5953e/pmpy-1.0.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 06:18:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pmpy"
}
        
Elapsed time: 0.02074s