{"id":15725133,"url":"https://github.com/eggplants/eijiro-to-sqlite","last_synced_at":"2026-05-07T18:46:41.404Z","repository":{"id":57424905,"uuid":"451203592","full_name":"eggplants/eijiro-to-sqlite","owner":"eggplants","description":"英辞郎 (English-Japanese dictionary) -\u003e sqlite3","archived":false,"fork":false,"pushed_at":"2022-03-03T08:39:59.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T06:33:00.298Z","etag":null,"topics":["cli","database","dictionary","eijiro","parser","python","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/e2s/","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","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-23T19:06:04.000Z","updated_at":"2023-05-11T02:48:45.000Z","dependencies_parsed_at":"2022-09-13T15:23:00.980Z","dependency_job_id":null,"html_url":"https://github.com/eggplants/eijiro-to-sqlite","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Feijiro-to-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Feijiro-to-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Feijiro-to-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Feijiro-to-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggplants","download_url":"https://codeload.github.com/eggplants/eijiro-to-sqlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399802,"owners_count":20770909,"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":["cli","database","dictionary","eijiro","parser","python","sqlite","sqlite3"],"created_at":"2024-10-03T22:19:46.920Z","updated_at":"2026-05-07T18:46:41.399Z","avatar_url":"https://github.com/eggplants.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eijiro-to-sqlite\n\n[![PyPI](\n  \u003chttps://img.shields.io/pypi/v/e2s?color=blue\u003e\n  )](\n  \u003chttps://pypi.org/project/e2s/\u003e\n) [![Release Package](\n  \u003chttps://github.com/eggplants/eijiro-to-sqlite/actions/workflows/release.yml/badge.svg\u003e\n  )](\n  \u003chttps://github.com/eggplants/eijiro-to-sqlite/actions/workflows/release.yml\u003e\n) [![CI](\n  \u003chttps://github.com/eggplants/eijiro-to-sqlite/actions/workflows/ci.yml/badge.svg\u003e\n  )](\n  \u003chttps://github.com/eggplants/eijiro-to-sqlite/actions/workflows/ci.yml\u003e\n)\n\n- [英辞郎](https://booth.pm/ja/items/777563) -\u003e sqlite3\n  - [Sample data](http://www.eijiro.jp/eijiro-sample-1448.zip): 0 JPY\n  - [英辞郎 Ver.144.8](https://booth.pm/ja/items/777563): 495 JPY\n\n## Screenshot\n\n![img](https://user-images.githubusercontent.com/42153744/150694352-5f0af040-a79b-4e12-bd21-40ed67068a57.png)\n\n\n## Install\n\n```bash\npip install e2s\n```\n\n## Run\n\n```bash\nwget 'https://www.eijiro.jp/eijiro-sample-1448.zip' # sample data\nunzip eijiro-sample-1448.zip\ne2s -i EIJIRO-SAMPLE-1448.TXT # `eijiro.db` will be created\n```\n\n## Help\n\n```shellsession\n$ e2s -h\nusage: e2s [-h] [-i TXT] [-o DB] [-j JOINER] [-O] [-V]\n\nConvert eijiro(英辞郎) text data into sqlite3\n\noptional arguments:\n  -h, --help                  show this help message and exit\n  -i TXT, --input TXT         Source file (default: EIJIRO-1448.TXT)\n  -o DB, --out DB             Output DB file (default: eijiro.db)\n  -j JOINER, --joiner JOINER  Joiner for descriptions (default: ^^^)\n  -O, --overwrite             Overwrite db (default: False)\n  -V, --version               show program's version number and exit\n```\n\n## Schema\n\n```sql\nCREATE TABLE word (\n    id integer primary key,\n    word text,\n    meaning text,\n    descriptions text\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Feijiro-to-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggplants%2Feijiro-to-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Feijiro-to-sqlite/lists"}