{"id":13739313,"url":"https://github.com/ligurio/gedcom","last_synced_at":"2025-04-09T16:50:22.550Z","repository":{"id":77678174,"uuid":"68413274","full_name":"ligurio/gedcom","owner":"ligurio","description":"Genealogy Tools","archived":false,"fork":false,"pushed_at":"2021-01-07T16:01:08.000Z","size":652,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:39:08.922Z","etag":null,"topics":["gedcom","gedcomx","genealogy","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/ligurio.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}},"created_at":"2016-09-16T20:41:55.000Z","updated_at":"2024-05-19T04:42:35.000Z","dependencies_parsed_at":"2023-03-04T10:30:51.624Z","dependency_job_id":null,"html_url":"https://github.com/ligurio/gedcom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fgedcom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fgedcom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fgedcom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ligurio%2Fgedcom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ligurio","download_url":"https://codeload.github.com/ligurio/gedcom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312077,"owners_count":20918344,"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":["gedcom","gedcomx","genealogy","sqlite"],"created_at":"2024-08-03T04:00:32.233Z","updated_at":"2025-04-09T16:50:22.524Z","avatar_url":"https://github.com/ligurio.png","language":"Jupyter Notebook","readme":"# GEDCOM Tools\n\n[![Build\nStatus](https://travis-ci.org/ligurio/gedcom-tools.svg?branch=master)](https://travis-ci.org/ligurio/gedcom-tools)\n\nGedcom is a format for storing genealogical information designed by The Church\nof Jesus Christ of Latter-Day Saints (http://www.lds.org).\n\n### Импорт файла GEDCOM в SQLite\n\nThis module allows to converting data in GEDCOM format to SQLite DB.\n\n```sql\n$ gedcom -file sergeyb.gedcom\n$ sqlite3 sergeyb.sqlite\nSQLite version 3.20.1 2017-08-24 16:21:36\nEnter \".help\" for usage hints.\n\nsqlite\u003e -- \"Total number of persons:\"\nsqlite\u003e SELECT COUNT(*) FROM person_st;\nsqlite\u003e -- \"Total number of childs:\"\nsqlite\u003e SELECT COUNT(*) FROM famchild;\nsqlite\u003e -- \"Total number of families:\"\nsqlite\u003e SELECT COUNT(*) FROM family;\nsqlite\u003e -- \"Total number of male persons:\"\nsqlite\u003e SELECT COUNT(*) FROM person_st WHERE sex='M';\nsqlite\u003e -- \"Total number of female persons:\"\nsqlite\u003e SELECT COUNT(*) FROM person_st WHERE sex='F';\nsqlite\u003e -- \"Total number of death dates:\"\nsqlite\u003e SELECT COUNT(*) FROM person_st WHERE deat_date IS NOT \"\";\nsqlite\u003e -- \"Total number of burial dates:\"\nsqlite\u003e SELECT COUNT(*) FROM person_st WHERE buri_date IS NOT \"\";\nsqlite\u003e -- \"Total number of birth dates:\"\nsqlite\u003e SELECT COUNT(*) FROM person_st WHERE birt_date IS NOT \"\";\n```\n\n### Проверка файла GEDCOM на ошибки.\n\n```\n$ gedcom -file samples/bronte.ged\n\nPerson (I0003) Maria /Brontë/\nEI112: person has no family pointers\nPerson (I0004) Elizabeth /Brontë/\nEI112: person has no family pointers\nPerson (I0006) Patrick Branwell /Brontë/\nEI112: person has no family pointers\nPerson (I0007) Emily Jane /Brontë/\nEI112: person has no family pointers\nPerson (I0008) Anne /Brontë/\nEI112: person has no family pointers\nPerson (I0014) Elizabeth /Branwell/\nEI112: person has no family pointers\nFamily (F001)\nEP102: child is born before mother\nFamily (F002)\nEF107: family missing pointer to child\nFamily (F002)\nEF100: family has no members\n[Brunty] Brontë\nFamily (F003)\nEP106: child doesn't inherit father's surname\n```\n\n### Родословная из социальной сети\n\nПриложение строит генеалогическое дерево на основании данных из социальных\nсетей. Пока реализована поддержка только для ВКонтакте.\n\nFacebook:\n\n- https://developers.facebook.com/docs/graph-api/reference\n- [Заполнить](https://www.facebook.com/help/1557948767777120): Профиль -\u003e Информация -\u003e Семейные отношения\n\nVK API:\n\n- Методы: [account.getProfileInfo](https://vk.com/dev/account.getProfileInfo), [users.get](https://vk.com/dev/users.get)\n- Частотные ограничения: \"К методам API ВКонтакте можно обращаться не чаще 3 раз в секунду.\"\n- Ошибки: https://vk.com/dev/errors\n- [Приложение](https://vk.com/editapp?id=6130272\u0026section=options)\n- Аккаунты для отладки:\n  - [id181554010](https://vk.com/id181554010)\n  - [id144273654](https://vk.com/id144273654)\n  - [id233293686](https://vk.com/id233293686)\n  - [denis.ivanov1988](https://vk.com/denis.ivanov1988)\n  - [am.ivanov](https://vk.com/am.ivanov)\n  - [id140022470](https://vk.com/id140022470)\n  - [id1107203](https://vk.com/id1107203)\n\n## Полезные инструменты\n\n- [gedcom](https://github.com/elliotchance/gedcom/) ([example](https://gedcom.app/royals/places.html))\n- [emperor](https://github.com/bencrowder/emperor)\n- [genealogytree](https://www.ctan.org/pkg/genealogytree)\n- [Using Prolog to Analyze your Family Tree](https://gramps-project.org/blog/2015/05/using-prolog-to-analyze-your-family-tree/)\n\nCopyright (c) 2017-2021, [Sergey Bronnikov](https://bronevichok.ru/)\n","funding_links":[],"categories":["Converters"],"sub_categories":["SQL"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fligurio%2Fgedcom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fligurio%2Fgedcom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fligurio%2Fgedcom/lists"}