{"id":27337851,"url":"https://github.com/rhizoome/projectend","last_synced_at":"2025-04-12T15:25:07.307Z","repository":{"id":57455011,"uuid":"364659653","full_name":"rhizoome/projectend","owner":"rhizoome","description":"calculate the end of projects","archived":false,"fork":false,"pushed_at":"2024-09-03T21:41:51.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T02:35:16.387Z","etag":null,"topics":["code-sharing","inactive"],"latest_commit_sha":null,"homepage":"https://rhizoome.ch/sharing","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhizoome.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-05T17:43:48.000Z","updated_at":"2024-09-03T21:41:54.000Z","dependencies_parsed_at":"2024-09-07T14:53:21.074Z","dependency_job_id":"6434cb38-292e-4e04-abed-2798eee17724","html_url":"https://github.com/rhizoome/projectend","commit_stats":null,"previous_names":["rhizoome/projectend","ganwell/projectend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhizoome%2Fprojectend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhizoome%2Fprojectend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhizoome%2Fprojectend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhizoome%2Fprojectend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhizoome","download_url":"https://codeload.github.com/rhizoome/projectend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248587746,"owners_count":21129289,"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":["code-sharing","inactive"],"created_at":"2025-04-12T15:25:06.881Z","updated_at":"2025-04-12T15:25:07.271Z","avatar_url":"https://github.com/rhizoome.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"projectend\n==========\n\ncalculate the end of projects.\n\nRepository Status: Sharing / Inactive\n=====================================\n\nThis repository hosts code that I’ve chosen to share publicly for educational,\ndemonstration, or archival purposes. Please note the following:\n\n- **No Active Maintenance**: This project is not actively maintained or updated.\n  It serves primarily as a snapshot of a certain stage of development for those\n  who might find parts of the code useful or interesting. I try to accept pull-\n  request, but do not expect anything. If interest in the project increases, I\n  might change the repository status.\n- **No Support Provided**: As this is an inactive project, I’m unable to provide\n  support, answer issues, or accommodate pull requests.\n- **Use at Your Own Risk**: While you’re welcome to explore, fork, or use the\n  code in your own projects, please do so with the understanding that this\n  repository is provided as-is, without any guarantees on its functionality or\n  security.\n\nFeel free to explore the code and utilize it under the terms of the license\nattached to this repository!\n\n```bash\npip install projectend\nprojectend example.toml\n```\n\nexample:\n\n```toml\n[project]\nname = \"Mein Projekt\"\nstart = 2021-05-05\n# In hours\nworkday = 8.0\n\n    [[project.tasks]]\n    name = \"DEV Entfernen Kolab-Attribute\"\n    # In hours\n    effort = 4\n    [[project.tasks]]\n    name = \"DEV Mailbestellung\"\n    effort = 5\n    [[project.tasks]]\n    name = \"DEV Mehrfachrollen\"\n    effort = 6\n    [[project.tasks]]\n    name = \"DEV Person nicht angelegt\"\n    effort = 4\n    [[project.tasks]]\n    name = \"DEV Polygon\"\n    effort = 8\n    [[project.tasks]]\n    name = \"DEV Umzubenennende Accounts\"\n    effort = 6\n    [[project.tasks]]\n    name = \"Verzögerungen\"\n    effort = 8\n\n    [[project.resources]]\n    name = \"dave\"\n    from = 2021-05-08\n    to = 2021-05-16\n    # Per day\n    hours = 4\n    # 0 = monday - 4 friday, empty = all weekdays\n    weekdays = [0,2,3]\n\n    [[project.resources]]\n    name = \"hans 1\"\n    from = 2021-05-05\n    to = 2021-05-13\n    hours = 4\n\n    [[project.resources]]\n    name = \"hans 2\"\n    from = 2021-05-14\n    to = 2021-06-01\n    hours = 2\n    exceptions = [2021-05-18]\n\n[[freedays]]\nname = \"Auffahrt\"\ndate = 2021-05-13\n\n[[freedays]]\nname = \"Pfingstmontag\"\ndate = 2021-05-24\n\n[[freedays]]\nname = \"Nationalfeiertag\"\ndate = 2021-08-01\n\n```\n\noutput:\n\n```\nSimulating project: Mein Projekt\n\nWeek 18\nWed 2021-05-05    4.6 days (    37 hours) left\nThu 2021-05-06    4.1 days (    33 hours) left\nFri 2021-05-07    3.6 days (    29 hours) left\n\nWeek 19\nMon 2021-05-10    2.6 days (    21 hours) left\nTue 2021-05-11    2.1 days (    17 hours) left\nWed 2021-05-12    1.1 days (     9 hours) left\nFri 2021-05-14    0.9 days (     7 hours) left\n\nWeek 20\nMon 2021-05-17    0.6 days (     5 hours) left\nWed 2021-05-19    0.4 days (     3 hours) left\nThu 2021-05-20    0.1 days (     1 hours) left\nFri 2021-05-21   -0.1 days (    -1 hours) left\n\nThe project ends on 2021-05-22\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhizoome%2Fprojectend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhizoome%2Fprojectend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhizoome%2Fprojectend/lists"}