{"id":27554317,"url":"https://github.com/logan-connolly/toheute","last_synced_at":"2026-05-14T12:36:21.930Z","repository":{"id":285404695,"uuid":"957914812","full_name":"logan-connolly/ToHeute","owner":"logan-connolly","description":"Utility for copying in local changes to checkmk sites.","archived":false,"fork":false,"pushed_at":"2025-05-27T15:46:02.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-14T18:45:07.802Z","etag":null,"topics":["checkmk","git","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"gavinmcguigan/ToHeute","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logan-connolly.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-31T10:59:13.000Z","updated_at":"2025-05-27T15:46:07.000Z","dependencies_parsed_at":"2025-09-14T18:26:39.194Z","dependency_job_id":"72d19f03-d647-4098-8bcf-f38de9afde27","html_url":"https://github.com/logan-connolly/ToHeute","commit_stats":null,"previous_names":["logan-connolly/toheute"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/logan-connolly/ToHeute","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logan-connolly%2FToHeute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logan-connolly%2FToHeute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logan-connolly%2FToHeute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logan-connolly%2FToHeute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logan-connolly","download_url":"https://codeload.github.com/logan-connolly/ToHeute/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logan-connolly%2FToHeute/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276324431,"owners_count":25622504,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["checkmk","git","python"],"created_at":"2025-04-19T14:31:24.455Z","updated_at":"2026-05-14T12:36:21.784Z","avatar_url":"https://github.com/logan-connolly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toheute\n\n\u003e sync local changes with a Checkmk site.\n\n## setup\n\n`toheute.py` is a self-contained python script that requires\n[uv](https://github.com/astral-sh/uv) to run.\n\nThe script can be run as an executable, so you only need to make sure that it\ncan be found on your path:\n\n```console\nln -sf $PWD/toheute.py $HOME/.local/bin/toheute.py\n```\n\nOnce it's there, navigate to the checkmk repository and run:\n\n```console\ntoheute.py\n```\n\n### options\n\nRun `toheute.py --help` to see what options are available.\n\n## development\n\nTo create a dedicated virtual environment with required dependencies, run:\n\n```console\nuv venv --python 3.12\nuv pip install click gitpython rich\nsource .venv/bin/activate\n```\n\n## troubleshooting\n\nIf you are having some issues with a conflicting uv environment, it is probably\nbest to put this into a dedicated script. Here is how a script could look like\non your `PATH`:\n\n```shell\n#!/bin/bash\n\n# Specify the explicit path in the event that the uv used in the checkmk project\n# differs from the uv version that you want to run.\n~/.cargo/bin/uv run \\\n  --quiet \\\n  --isolated \\\n  --python 3.13 \\\n  --with 'click\u003e=8.2.0' \\\n  --with 'gitpython\u003e=3.1.44' \\\n  --with 'rich\u003e=13.9.4' \\\n  ~/git/ToHeute/toheute.py $@\n```\n\n## disclaimer\n\nThis is not an all inclusive tool for checkmk development, but instead a simple\none that meets most use cases.\n\n## acknowledgments\n\nThe original [implementation](https://github.com/gavinmcguigan/ToHeute) was\ncreated by [@gavinmcguigan](https://github.com/gavinmcguigan) - all props\nshould be directed his way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogan-connolly%2Ftoheute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogan-connolly%2Ftoheute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogan-connolly%2Ftoheute/lists"}