{"id":24919760,"url":"https://github.com/steinfletcher/pert-calc","last_synced_at":"2025-03-28T10:12:50.929Z","repository":{"id":17154268,"uuid":"19921110","full_name":"steinfletcher/pert-calc","owner":"steinfletcher","description":"A command line utility for quick 'n dirty PERT estimates","archived":false,"fork":false,"pushed_at":"2017-04-27T09:24:27.000Z","size":4,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T10:37:24.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steinfletcher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-18T21:07:46.000Z","updated_at":"2020-09-04T09:46:02.000Z","dependencies_parsed_at":"2022-07-26T14:02:08.418Z","dependency_job_id":null,"html_url":"https://github.com/steinfletcher/pert-calc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinfletcher%2Fpert-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinfletcher%2Fpert-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinfletcher%2Fpert-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinfletcher%2Fpert-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steinfletcher","download_url":"https://codeload.github.com/steinfletcher/pert-calc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009071,"owners_count":20708881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-02T10:37:26.222Z","updated_at":"2025-03-28T10:12:50.884Z","avatar_url":"https://github.com/steinfletcher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pert-calc\n=========\n\nA command line utility for quick 'n dirty PERT estimates. Depends on python 2\n\nUsage:\n\n     pert --tasks=\"1,2,4 5,7,11 7,11,22\"\n\nwhich calculates the total duration (including risk) of 3 tasks\n\n     task1: optimistic: 1, nominal: 2, pessimistic: 4\n     task2: optimistic: 5, nominal: 7, pessimistic: 11\n     task3: optimistic: 7, nominal: 11, pessimistic: 22\n\nand produces the following output\n\n     [1: (O:1.0), (N:2.0),  (P:4.0)]  | duration: 2.17,  risk: 0.5\n     [2: (O:5.0), (N:7.0),  (P:11.0)] | duration: 7.33,  risk: 1.0\n     [3: (O:7.0), (N:11.0), (P:22.0)] | duration: 12.17, risk: 2.5\n     Final estimate: 24.41\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinfletcher%2Fpert-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteinfletcher%2Fpert-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinfletcher%2Fpert-calc/lists"}