{"id":13815476,"url":"https://github.com/earl/beanstalkc","last_synced_at":"2025-05-15T09:32:00.318Z","repository":{"id":455127,"uuid":"78759","full_name":"earl/beanstalkc","owner":"earl","description":"A simple beanstalkd client library for Python","archived":false,"fork":false,"pushed_at":"2019-10-18T11:39:38.000Z","size":116,"stargazers_count":458,"open_issues_count":24,"forks_count":113,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-05-12T03:19:23.162Z","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/earl.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":"2008-11-20T18:38:41.000Z","updated_at":"2025-02-22T20:08:47.000Z","dependencies_parsed_at":"2022-08-06T09:15:22.968Z","dependency_job_id":null,"html_url":"https://github.com/earl/beanstalkc","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earl%2Fbeanstalkc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earl%2Fbeanstalkc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earl%2Fbeanstalkc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earl%2Fbeanstalkc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/earl","download_url":"https://codeload.github.com/earl/beanstalkc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254313808,"owners_count":22050113,"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-08-04T04:03:31.972Z","updated_at":"2025-05-15T09:32:00.053Z","avatar_url":"https://github.com/earl.png","language":"Python","funding_links":[],"categories":["Python","\u003ca name=\"Python\"\u003e\u003c/a\u003ePython"],"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\nbeanstalkc is currently only supported on Python 2 and automatically tested\nagainst Python 2.6 and 2.7. Python 3 is not (yet) supported.\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=14711)\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](TUTORIAL.mkd), which will explain most\neverything.\n\n\nLicense\n-------\n\nCopyright (C) 2008-2016 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%2Fearl%2Fbeanstalkc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fearl%2Fbeanstalkc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fearl%2Fbeanstalkc/lists"}