{"id":21013405,"url":"https://github.com/heavenshell/py-okuyama","last_synced_at":"2026-04-21T08:33:32.207Z","repository":{"id":23623920,"uuid":"26993462","full_name":"heavenshell/py-okuyama","owner":"heavenshell","description":"Distributed key-value-store okuyama's Python client.","archived":false,"fork":false,"pushed_at":"2018-05-27T13:53:57.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T02:12:11.320Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-22T08:36:10.000Z","updated_at":"2018-05-27T13:53:58.000Z","dependencies_parsed_at":"2022-07-16T17:30:35.718Z","dependency_job_id":null,"html_url":"https://github.com/heavenshell/py-okuyama","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/heavenshell%2Fpy-okuyama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fpy-okuyama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fpy-okuyama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fpy-okuyama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/py-okuyama/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243437969,"owners_count":20290864,"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-19T09:42:16.091Z","updated_at":"2025-12-26T09:44:52.849Z","avatar_url":"https://github.com/heavenshell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"okuyama\n=======\n\n.. image:: https://travis-ci.org/heavenshell/py-okuyama.svg?branch=master\n\nDistributed key-value-store okuyama's Python client.\n\n\nUsage\n-----\n\nConnect to MasterNode.\n\n.. code::\n\n  from okuyama import Client\n\n  client = Client()\n  client.auto_connect(['masternode1:8888', 'masternode2:8888'])\n\n\nSet value\n\n.. code::\n\n  print(client.set('key', 'val')) # =\u003e True\n  print(client.get('key')) # =\u003e 'val'\n\nRemove value\n\n.. code::\n\n  print(client.delete('key')) #=\u003e True\n  print(client.delete('key')) #=\u003e None\n\nSet tags\n\n.. code::\n\n  print(client.set('key1', 'val1', tags=['tag1'])) #=\u003e True\n  print(client.set('key2', 'val2', tags=['tag1', 'tag2'])) #=\u003e True\n\nGet keys from tag\n\n.. code::\n\n  print(client.execute('get_keys_by_tag', tag='tag1'])) #=\u003e [key1, key2]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fpy-okuyama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fpy-okuyama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fpy-okuyama/lists"}