{"id":18373034,"url":"https://github.com/coleifer/kt","last_synced_at":"2026-03-27T02:43:14.985Z","repository":{"id":66041660,"uuid":"128153979","full_name":"coleifer/kt","owner":"coleifer","description":"Fast Python client for KyotoTycoon","archived":false,"fork":false,"pushed_at":"2023-11-15T14:53:52.000Z","size":314,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T19:38:20.313Z","etag":null,"topics":["dank","gametight","kyoto-cabinet","kyoto-tycoon","tokyo-tyrant","tokyocabinet"],"latest_commit_sha":null,"homepage":"http://kt-lib.readthedocs.io/en/latest/","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/coleifer.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":"2018-04-05T03:21:22.000Z","updated_at":"2024-12-26T11:52:17.000Z","dependencies_parsed_at":"2025-04-06T19:42:23.666Z","dependency_job_id":null,"html_url":"https://github.com/coleifer/kt","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/coleifer/kt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coleifer%2Fkt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coleifer%2Fkt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coleifer%2Fkt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coleifer%2Fkt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coleifer","download_url":"https://codeload.github.com/coleifer/kt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coleifer%2Fkt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31011661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:33:22.146Z","status":"ssl_error","status_checked_at":"2026-03-27T02:33:21.763Z","response_time":164,"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":["dank","gametight","kyoto-cabinet","kyoto-tycoon","tokyo-tyrant","tokyocabinet"],"created_at":"2024-11-06T00:08:18.804Z","updated_at":"2026-03-27T02:43:14.952Z","avatar_url":"https://github.com/coleifer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](http://media.charlesleifer.com/blog/photos/logo.png)\n\nFast bindings to kyototycoon and tokyotyrant.\n\n* Binary APIs implemented as C extension.\n* Thread-safe and greenlet-safe.\n* Simple APIs.\n* Full-featured implementation of protocol.\n\nView the [documentation](http://kt-lib.readthedocs.io/en/latest/) for more\ninfo.\n\n#### installing\n\n```console\n\n$ pip install kt\n```\n\n#### usage\n\n```pycon\n\n\u003e\u003e\u003e from kt import KyotoTycoon\n\u003e\u003e\u003e client = KyotoTycoon()\n\u003e\u003e\u003e client.set('k1', 'v1')\n1\n\u003e\u003e\u003e client.get('k1')\n'v1'\n\u003e\u003e\u003e client.remove('k1')\n1\n\n\u003e\u003e\u003e client.set_bulk({'k1': 'v1', 'k2': 'v2', 'k3': 'v3'})\n3\n\u003e\u003e\u003e client.get_bulk(['k1', 'xx, 'k3'])\n{'k1': 'v1', 'k3': 'v3'}\n\u003e\u003e\u003e client.remove_bulk(['k1', 'xx', 'k3'])\n2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoleifer%2Fkt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoleifer%2Fkt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoleifer%2Fkt/lists"}