{"id":15521076,"url":"https://github.com/sloev/async_botocore","last_synced_at":"2026-02-21T14:02:31.023Z","repository":{"id":142330208,"uuid":"85871750","full_name":"sloev/async_botocore","owner":"sloev","description":"gevent botocore","archived":false,"fork":false,"pushed_at":"2017-03-23T14:38:28.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T13:42:26.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sloev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-03-22T20:13:47.000Z","updated_at":"2022-06-08T05:11:51.000Z","dependencies_parsed_at":"2023-06-03T04:15:15.503Z","dependency_job_id":null,"html_url":"https://github.com/sloev/async_botocore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sloev/async_botocore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloev%2Fasync_botocore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloev%2Fasync_botocore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloev%2Fasync_botocore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloev%2Fasync_botocore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sloev","download_url":"https://codeload.github.com/sloev/async_botocore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloev%2Fasync_botocore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29682749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T13:29:26.630Z","status":"ssl_error","status_checked_at":"2026-02-21T13:26:50.125Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-02T10:32:05.618Z","updated_at":"2026-02-21T14:02:30.971Z","avatar_url":"https://github.com/sloev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# async_botocore\n\nUse gevent with botocore to call aws services in a nonblocking fashion.\n\nby using gevent Pool and Pool.spawn() you can wrap execution of botocore in greenthreads.\n\na few important notes:\n\n* always monkey.patch_all as first thing in your app (really first, like Main first, top first, just first, first, first :-)\n* let each greenthread have its own connection, this worked for me. So create a function for calling aws services and inside this function; create your connection\n* use pool.join(timeout=n) to check if the queue is empty\n* use pool.full() to check if there is room in the pool for a new job\n* keep running greenthreads in a list to check their results later on\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloev%2Fasync_botocore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsloev%2Fasync_botocore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloev%2Fasync_botocore/lists"}