{"id":15752687,"url":"https://github.com/remram44/unix-at","last_synced_at":"2025-03-13T15:31:00.441Z","repository":{"id":199737599,"uuid":"703739792","full_name":"remram44/unix-at","owner":"remram44","description":"Talk to the at(1) daemon, to schedule jobs for later","archived":false,"fork":false,"pushed_at":"2023-10-11T20:41:20.000Z","size":31,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T03:45:53.457Z","etag":null,"topics":["at","atq","cron","job-queue","job-scheduler","linux","python","unix"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remram44.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-11T20:19:08.000Z","updated_at":"2024-03-13T13:45:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bb8781a-1588-4503-a56a-ee6dc12b0a7a","html_url":"https://github.com/remram44/unix-at","commit_stats":null,"previous_names":["remram44/unix-at"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Funix-at","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Funix-at/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Funix-at/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remram44%2Funix-at/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remram44","download_url":"https://codeload.github.com/remram44/unix-at/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221379393,"owners_count":16808873,"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":["at","atq","cron","job-queue","job-scheduler","linux","python","unix"],"created_at":"2024-10-04T07:04:08.553Z","updated_at":"2024-10-25T03:21:51.816Z","avatar_url":"https://github.com/remram44.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"unix-at\n=======\n\nThis tiny library allows you to talk to the `at(1)` system, available on most UNIX machines, to schedule jobs to be run later.\n\nUsing `at(1)` can be much more light-weight than running a full-fledged job-processing system such as `Celery \u003chttp://www.celeryproject.org/\u003e`__ if you are running very few jobs, however the performance will be much lower if you are running a considerable amount of tasks.\n\nExample\n-------\n\n..  code-block:: python\n\n    import unix_at\n\n    job = unix_at.submit_shell_job(['touch', '/some/file'])\n    unix_at.cancel_job(job)\n    job = unix_at.submit_python_job(os.mkdir, 'now + 1 hour', '/some/dir')\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremram44%2Funix-at","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremram44%2Funix-at","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremram44%2Funix-at/lists"}