{"id":19298640,"url":"https://github.com/ibbd-dev/python3-tools","last_synced_at":"2026-06-18T11:32:01.290Z","repository":{"id":55065960,"uuid":"136707895","full_name":"ibbd-dev/python3-tools","owner":"ibbd-dev","description":"python3工具包, python3 tools, 如拼音模糊匹配，全角字符处理等","archived":false,"fork":false,"pushed_at":"2019-03-14T03:27:56.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T01:15:27.599Z","etag":null,"topics":["pinyin","python","tools","utils"],"latest_commit_sha":null,"homepage":"","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/ibbd-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-09T09:07:00.000Z","updated_at":"2022-08-09T07:26:51.000Z","dependencies_parsed_at":"2022-08-14T10:50:38.877Z","dependency_job_id":null,"html_url":"https://github.com/ibbd-dev/python3-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibbd-dev/python3-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fpython3-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fpython3-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fpython3-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fpython3-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibbd-dev","download_url":"https://codeload.github.com/ibbd-dev/python3-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fpython3-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34489040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["pinyin","python","tools","utils"],"created_at":"2024-11-09T23:08:37.277Z","updated_at":"2026-06-18T11:32:01.255Z","avatar_url":"https://github.com/ibbd-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python3-tools\npython3工具包\n\n## install \n\n```sh\n# 源码安装\npython3 setup.py install\n\n# 使用pip安装\npip3 install git+https://github.com/ibbd-dev/python3-tools\n```\n\n## 功能\n\n- strings: 扩展的字符串模块\n  - conv_q2b: 全角字符转化为半角字符\n  - conv_single_arabic2chs: 将字符串中的单个阿拉伯数字转化为中文数字\n- conv_chinese_digits_to_arabic: 中文数字转化为阿拉伯数字\n- chinese_fuzzy_match: 中文模糊匹配，支持模糊拼音\n\n## 使用\n\n```python\nfrom ibbd_python3_tools.chinese_fuzzy_match import chinese_fuzzy_match\n\nstring = '张三丰来了'\nmatch = '章叁风'\nprint(chinese_fuzzy_match(match, string))\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibbd-dev%2Fpython3-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibbd-dev%2Fpython3-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibbd-dev%2Fpython3-tools/lists"}