{"id":15725098,"url":"https://github.com/eggplants/wiredify","last_synced_at":"2025-05-13T10:33:52.443Z","repository":{"id":192157391,"uuid":"686478536","full_name":"eggplants/wiredify","owner":"eggplants","description":"Convert japanese kana from ba-bi-bu-be-bo into va-vi-vu-ve-vo","archived":false,"fork":false,"pushed_at":"2025-05-06T08:25:13.000Z","size":244,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T09:37:56.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://egpl.dev/wiredify/","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/eggplants.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-02T23:41:05.000Z","updated_at":"2025-05-06T08:24:58.000Z","dependencies_parsed_at":"2023-09-26T06:34:29.390Z","dependency_job_id":"406377ad-84e3-4e28-b2dd-b001c162473b","html_url":"https://github.com/eggplants/wiredify","commit_stats":null,"previous_names":["eggplants/wiredify"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fwiredify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fwiredify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fwiredify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Fwiredify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggplants","download_url":"https://codeload.github.com/eggplants/wiredify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253923111,"owners_count":21984841,"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-10-03T22:19:29.142Z","updated_at":"2025-05-13T10:33:52.435Z","avatar_url":"https://github.com/eggplants.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wiredify\n\n[![PyPI version](\n  \u003chttps://badge.fury.io/py/wiredify.svg\u003e\n  )](\n  \u003chttps://badge.fury.io/py/wiredify\u003e\n) [![Maintainability](\n  \u003chttps://qlty.sh/badges/6e8b0efe-da67-4184-adfc-81106a08887a/maintainability.svg\u003e\n  )](\n  \u003chttps://qlty.sh/gh/eggplants/projects/wiredify\u003e\n) [![pre-commit.ci status](\n  \u003chttps://results.pre-commit.ci/badge/github/eggplants/wiredify/master.svg\u003e\n  )](\n  \u003chttps://results.pre-commit.ci/latest/github/eggplants/wiredify/master\u003e\n) [![Test Coverage](\n  \u003chttps://api.codeclimate.com/v1/badges/af70c14ac330cd2c86dc/test_coverage\u003e\n  )](\n  \u003chttps://codeclimate.com/github/eggplants/wiredify/test_coverage\u003e\n) [![Code Coverage](\n  \u003chttps://qlty.sh/badges/6e8b0efe-da67-4184-adfc-81106a08887a/test_coverage.svg\u003e\n  )](\n  \u003chttps://qlty.sh/gh/eggplants/projects/wiredify\u003e\n)\n\n[![ghcr latest](\n  \u003chttps://ghcr-badge.egpl.dev/eggplants/wiredify/latest_tag?trim=major\u0026label=latest\u003e\n ) ![ghcr size](\n  \u003chttps://ghcr-badge.egpl.dev/eggplants/wiredify/size\u003e\n)](\n  \u003chttps://github.com/eggplants/wiredify/pkgs/container/wiredify\u003e\n)\n\nConvert japanese kana from ba-bi-bu-be-bo into va-vi-vu-ve-vo.\n\n## Install\n\n```bash\npip install wiredify\n```\n\n## CLI\n\n### Usage\n\n```shellsession\n$ wiredify \u003c\u003c\u003c 'ジェネレーティブ・エーアイ'\nジェネレーティヴ・エーアイ\n\n$ wiredify 'ジェネレーティブ・エーアイ'\nジェネレーティヴ・エーアイ\n\n$ echo 'ジェネレーティブ・エーアイ' | wiredify\nジェネレーティヴ・エーアイ\n\n$ wiredify\n\u003e\u003e\u003e ジェネレーティブ・エーアイ\nジェネレーティヴ・エーアイ\n\u003e\u003e\u003e ...[Press ctrl+d to exit]\n$\n```\n\n### Help\n\n```shellsession\n$ wiredify -h\nusage: wiredify [-h] [--invert] [-V] [text]\n\nConvert japanese kana from ba-bi-bu-be-bo into va-vi-vu-ve-vo.\n\npositional arguments:\n  text           target text (default: None)\n\noptional arguments:\n  -h, --help     show this help message and exit\n  --invert       enable dewiredify mode (default: False)\n  -V, --version  show program's version number and exit\n\nexamples:\n  $ wiredify \u003c\u003c\u003c 'ジェネレーティブ・エーアイ'\n  ジェネレーティヴ・エーアイ\n\n  $ wiredify 'ジェネレーティブ・エーアイ'\n  ジェネレーティヴ・エーアイ\n\n  $ echo 'ジェネレーティブ・エーアイ' | wiredify\n  ジェネレーティヴ・エーアイ\n\n  $ wiredify\n  \u003e\u003e\u003e ジェネレーティブ・エーアイ\n  ジェネレーティヴ・エーアイ\n  \u003e\u003e\u003e ...[Press ctrl+d to exit]\n  $\n```\n\n## Library\n\n### Overview\n\n```python\nfrom wiredify import wiredify\nwiredfied_text = wiredify(\"ジェネレーティヴ・エーアイ\")\n#=\u003e \"ジェネレーティブ・エーアイ\"\n```\n\n## Other implementations\n\n- Go: [eniehask/wiredify](https://github.com/eniehack/wiredify)\n- Rust: [oageo/wiredify](https://github.com/oageo/wiredify)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Fwiredify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggplants%2Fwiredify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Fwiredify/lists"}