{"id":20515378,"url":"https://github.com/guilt/squeue","last_synced_at":"2026-05-17T01:35:15.791Z","repository":{"id":14979003,"uuid":"17704134","full_name":"guilt/squeue","owner":"guilt","description":"A Job Queue implementation using SQLite","archived":false,"fork":false,"pushed_at":"2021-04-30T23:02:55.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T10:13:51.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/squeue/","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/guilt.png","metadata":{"files":{"readme":"README.rst","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-03-13T09:11:28.000Z","updated_at":"2021-04-30T23:02:57.000Z","dependencies_parsed_at":"2022-07-22T09:52:55.981Z","dependency_job_id":null,"html_url":"https://github.com/guilt/squeue","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fsqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fsqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fsqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fsqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilt","download_url":"https://codeload.github.com/guilt/squeue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242118500,"owners_count":20074588,"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":"2024-11-15T21:21:17.754Z","updated_at":"2026-05-17T01:35:10.769Z","avatar_url":"https://github.com/guilt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"******************************\nsqueue: A simple SQLite Queue\n******************************\n\nsqueue is used to create simple queues that can be persisted, \nthen retrieved for work. It's very easy to create a mini workflow\nengine with this.\n\n=============\nMain Features\n=============\n\n* Very compact\n* Few Dependencies\n\n=====\nUsage\n=====\n\nOne can create a new queuable function (or unit of work) by using the\n@queue_function decorator.\n\n.. code-block:: python\n\n    @queue_function\n    def hello(world):\n        return \"Hello, {}!\".format(world)\n    hello.delay(\"World\")\n\nIt will get invoked when a worker process fetches a function\nto execute. Do check the provided test.py with this distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fsqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilt%2Fsqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fsqueue/lists"}