{"id":20613884,"url":"https://github.com/python-tools/pyhbasecli","last_synced_at":"2025-07-06T11:37:59.446Z","repository":{"id":101060940,"uuid":"488916987","full_name":"Python-Tools/pyhbasecli","owner":"Python-Tools","description":"基于thrift2的hbase客户端","archived":false,"fork":false,"pushed_at":"2022-08-16T11:27:05.000Z","size":6852,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T13:52:15.475Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Python-Tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-05T09:54:01.000Z","updated_at":"2022-05-05T11:19:14.000Z","dependencies_parsed_at":"2023-07-11T05:15:40.653Z","dependency_job_id":null,"html_url":"https://github.com/Python-Tools/pyhbasecli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Python-Tools/pyhbasecli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Tools%2Fpyhbasecli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Tools%2Fpyhbasecli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Tools%2Fpyhbasecli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Tools%2Fpyhbasecli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Python-Tools","download_url":"https://codeload.github.com/Python-Tools/pyhbasecli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Tools%2Fpyhbasecli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263895886,"owners_count":23526748,"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-16T11:11:19.900Z","updated_at":"2025-07-06T11:37:59.439Z","avatar_url":"https://github.com/Python-Tools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyhbasecli\n\n基于thrift2的hbase客户端\n\n+ author: hsz\n\nkeywords: hbase,thrift\n\n## 特性\n\n+ 可以连接处理阿里云hbase\n+ 使用的是[thrift2版本](https://github.com/apache/hbase/blob/master/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift?spm=a2c6h.12873639.article-detail.6.216d35d1BSozCF\u0026file=hbase.thrift)\n+ 支持http方式连接\n+ python友好的接口设计\n\n## 安装\n\n```bash\npip install pyhbasecli\n```\n\n## 例子\n\n```python\nwith HBaseCli(\n                url=URL,\n                headers={\"ACCESSKEYID\": \"root\", \"ACCESSSIGNATURE\": \"root\"}) as client:\n    nsinfo = client.show_namespaces()\n    print(nsinfo)\n\n```\n\n## todo\n\n+ 增加socket方式连接\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-tools%2Fpyhbasecli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-tools%2Fpyhbasecli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-tools%2Fpyhbasecli/lists"}