{"id":20590025,"url":"https://github.com/doist/memcached_lock","last_synced_at":"2025-04-14T22:24:28.349Z","repository":{"id":44656775,"uuid":"586240","full_name":"Doist/memcached_lock","owner":"Doist","description":"Implements a distributed transaction using memcached or a memcached compatible storage.","archived":false,"fork":false,"pushed_at":"2022-02-01T19:20:02.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T10:21:43.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pypi.python.org/pypi/memcached_lock","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/Doist.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2010-03-30T09:02:05.000Z","updated_at":"2021-08-17T20:31:24.000Z","dependencies_parsed_at":"2022-09-04T12:00:20.281Z","dependency_job_id":null,"html_url":"https://github.com/Doist/memcached_lock","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/Doist%2Fmemcached_lock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fmemcached_lock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fmemcached_lock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fmemcached_lock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Doist","download_url":"https://codeload.github.com/Doist/memcached_lock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248970072,"owners_count":21191371,"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-16T07:33:39.624Z","updated_at":"2025-04-14T22:24:28.314Z","avatar_url":"https://github.com/Doist.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"memcached_lock\n-----\n\nImplements a distributed transaction using memcached or\na memcached compatible storage.\n\nExample:\n\n    from __future__ import with_statement\n    import memcache\n    from memcached_lock import dist_lock\n\n    client = memcache.Client(['127.0.0.1:11211'])\n    with dist_lock('test', client):\n        print 'Is there anybody out there!?'\n\n© 2010 amix the lucky stiff\n\nLicense BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoist%2Fmemcached_lock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoist%2Fmemcached_lock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoist%2Fmemcached_lock/lists"}