{"id":16931256,"url":"https://github.com/schmichael/beanstalkc-timeout","last_synced_at":"2026-05-15T23:38:12.096Z","repository":{"id":2168965,"uuid":"3115347","full_name":"schmichael/beanstalkc-timeout","owner":"schmichael","description":"beanstalkc for bad networks","archived":false,"fork":false,"pushed_at":"2012-01-06T03:25:21.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T00:13:35.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schmichael.png","metadata":{"files":{"readme":"README.mkd","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":"2012-01-06T03:17:01.000Z","updated_at":"2013-09-30T06:57:40.000Z","dependencies_parsed_at":"2022-08-28T21:01:55.922Z","dependency_job_id":null,"html_url":"https://github.com/schmichael/beanstalkc-timeout","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/schmichael%2Fbeanstalkc-timeout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fbeanstalkc-timeout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fbeanstalkc-timeout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmichael%2Fbeanstalkc-timeout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmichael","download_url":"https://codeload.github.com/schmichael/beanstalkc-timeout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244730276,"owners_count":20500402,"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-10-13T20:43:35.868Z","updated_at":"2026-05-15T23:38:07.070Z","avatar_url":"https://github.com/schmichael.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"beanstalkc\n==========\n\nbeanstalkc is a simple beanstalkd client library for Python. [beanstalkd][] is\na fast, distributed, in-memory workqueue service.\n\nbeanstalkc depends on [PyYAML][], but there are ways to avoid this dependency.\nSee Appendix A of the tutorial for details.\n\nbeanstalkc is pure Python, and is compatible with [eventlet][] and [gevent][].\n\n[beanstalkd]: http://kr.github.com/beanstalkd/\n[eventlet]: http://eventlet.net/\n[gevent]: http://www.gevent.org/\n[pyyaml]: http://pyyaml.org/\n\n\nUsage\n-----\n\nHere is a short example, to illustrate the flavor of beanstalkc:\n\n    \u003e\u003e\u003e import beanstalkc\n    \u003e\u003e\u003e beanstalk = beanstalkc.Connection(host='localhost', port=11300)\n    \u003e\u003e\u003e beanstalk.put('hey!')\n    1\n    \u003e\u003e\u003e job = beanstalk.reserve()\n    \u003e\u003e\u003e job.body\n    'hey!'\n    \u003e\u003e\u003e job.delete()\n\nFor more information, see the tutorial (in `TUTORIAL.mkd`), which will explain\nmost everything.\n\n\nLicense\n-------\n\nCopyright (C) 2008-2011 Andreas Bolka, Licensed under the [Apache License,\nVersion 2.0][license].\n\n[license]: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmichael%2Fbeanstalkc-timeout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmichael%2Fbeanstalkc-timeout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmichael%2Fbeanstalkc-timeout/lists"}