# pyCritical
## Introduction
pyCritical is a Python library designed to solve Critical Path Method (CPM) and Program Evaluation Review Technique (PERT) problems. It provides functionalities to calculate project schedules, identify critical paths, and visualize project timelines with Gantt charts.
**Features**
- CPM Analysis: Calculate the critical path, earliest start and finish times, latest start and finish times, and slack times.
- PERT Analysis: Evaluate project timelines with probabilistic time estimates.
- Gantt Chart Visualization: Generate Gantt charts to visually represent the project schedule.
## Usage
1. Install
```bash
pip install pycritical
```
2. Try it in **Colab**:
- Example 01: CPM ([ Colab Demo ](https://colab.research.google.com/drive/1d9Hrldzh5qnSQlYUhjmsiHh6Tv6G3CF5?usp=sharing))
- Example 02: PERT ([ Colab Demo ](https://colab.research.google.com/drive/1RQt0MSD6j7GPT6_K3_8gqaSGPgflh6U5?usp=sharing))
Raw data
{
"_id": null,
"home_page": "https://github.com/Valdecy/pyCritical",
"name": "pyCritical",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Valdecy Pereira",
"author_email": "valdecy.pereira@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/02/d3/ad18181e098c46fc0135e3f07526e26961acd9461fe29a37a6c0d9848511/pyCritical-1.5.2.tar.gz",
"platform": null,
"description": "# pyCritical\n\n## Introduction\n\npyCritical is a Python library designed to solve Critical Path Method (CPM) and Program Evaluation Review Technique (PERT) problems. It provides functionalities to calculate project schedules, identify critical paths, and visualize project timelines with Gantt charts.\n\n**Features**\n\n- CPM Analysis: Calculate the critical path, earliest start and finish times, latest start and finish times, and slack times.\n- PERT Analysis: Evaluate project timelines with probabilistic time estimates.\n- Gantt Chart Visualization: Generate Gantt charts to visually represent the project schedule.\n\n## Usage\n\n1. Install\n```bash\npip install pycritical\n```\n\n2. Try it in **Colab**:\n\n- Example 01: CPM ([ Colab Demo ](https://colab.research.google.com/drive/1d9Hrldzh5qnSQlYUhjmsiHh6Tv6G3CF5?usp=sharing))\n- Example 02: PERT ([ Colab Demo ](https://colab.research.google.com/drive/1RQt0MSD6j7GPT6_K3_8gqaSGPgflh6U5?usp=sharing))\n",
"bugtrack_url": null,
"license": "GNU",
"summary": "A Python Library for CPM and PERT Methods",
"version": "1.5.2",
"project_urls": {
"Homepage": "https://github.com/Valdecy/pyCritical"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "caff2534df5012029d6953798df43fa6c39d7b69cae4b361a48ef6282196e4dc",
"md5": "9723d7174e7d24c5d4297b68503e51d1",
"sha256": "8a3d5d371d92c18de7724fedbf30b0b648c1e66c237970db0a40c675f03ed76e"
},
"downloads": -1,
"filename": "pyCritical-1.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9723d7174e7d24c5d4297b68503e51d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4904,
"upload_time": "2024-07-02T23:27:10",
"upload_time_iso_8601": "2024-07-02T23:27:10.414951Z",
"url": "https://files.pythonhosted.org/packages/ca/ff/2534df5012029d6953798df43fa6c39d7b69cae4b361a48ef6282196e4dc/pyCritical-1.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02d3ad18181e098c46fc0135e3f07526e26961acd9461fe29a37a6c0d9848511",
"md5": "5e8464a963098f91fdd8e497002ceeb1",
"sha256": "308453e3ebf5e536502e26cbe57663362484702e257976f25f0f9f3519813399"
},
"downloads": -1,
"filename": "pyCritical-1.5.2.tar.gz",
"has_sig": false,
"md5_digest": "5e8464a963098f91fdd8e497002ceeb1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3956,
"upload_time": "2024-07-02T23:27:11",
"upload_time_iso_8601": "2024-07-02T23:27:11.993253Z",
"url": "https://files.pythonhosted.org/packages/02/d3/ad18181e098c46fc0135e3f07526e26961acd9461fe29a37a6c0d9848511/pyCritical-1.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-02 23:27:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Valdecy",
"github_project": "pyCritical",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pycritical"
}