{"id":18695095,"url":"https://github.com/rybla/genealogymodel3","last_synced_at":"2025-08-24T01:07:25.732Z","repository":{"id":81618183,"uuid":"129653606","full_name":"rybla/GenealogyModel3","owner":"rybla","description":"A reimplementation of GenealogyModel. Meant to be faster and more modular, with API for external experiments, importing, and exporting.","archived":false,"fork":false,"pushed_at":"2018-08-08T17:49:42.000Z","size":1865,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T05:38:19.410Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rybla.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,"dei":null}},"created_at":"2018-04-15T21:45:10.000Z","updated_at":"2018-08-08T17:49:44.000Z","dependencies_parsed_at":"2023-03-13T20:08:07.109Z","dependency_job_id":null,"html_url":"https://github.com/rybla/GenealogyModel3","commit_stats":null,"previous_names":["rybla/genealogymodel3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rybla/GenealogyModel3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybla%2FGenealogyModel3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybla%2FGenealogyModel3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybla%2FGenealogyModel3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybla%2FGenealogyModel3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rybla","download_url":"https://codeload.github.com/rybla/GenealogyModel3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybla%2FGenealogyModel3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271778236,"owners_count":24819265,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":[],"created_at":"2024-11-07T11:13:52.886Z","updated_at":"2025-08-24T01:07:25.677Z","avatar_url":"https://github.com/rybla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Genealogy Model 3\n\nThis is the third version of my simple genealogy modeler. This program creates randomized genealogies with a process influenced by several customizable parameters.\n\n## The `makegen` tool\n\nThis tool allows easy customized running of genealogy examinations. The kinds of runs implemented so far are:\n\n- Single Genealogy\n- Single-Trait\n\n### Dependencies\n\nMake sure your have the following installed:\n\n- [python3](https://www.python.org/download/releases/3.0/)\n- [Graphviz](https://www.graphviz.org/) (free download)\n- Various python packages listed in `requirements.txt`. These can be installed with `pip install -r requirements.txt`\n\n### Downloading\n\nBefore running anything, you will need to download this repository. I suggest doing something like the following in terminal (command line):\n\n    $ cd ~/Documents/\n    $ git clone https://github.com/Riib11/GenealogyModel3.git\n\nThis will create a directory named `GenealogyModel3/` in your main documents directory (`~/Document`). To use this method, you will need to have [`git`](https://git-scm.com/download/mac) installed\n\n### Running `makegen`\n\n1. Create a new file `\u003cconfig-name\u003e.json` in the `makegen_configs/` directory, where `\u003cconfig-name\u003e` is the name of this config file.\n2. Customize the settings in the json file, following the template of `template.json`.\n3. Open terminal (command line) and execute the following:\n\n```\n    $ cd /path/to/GenealogyModel3/\n    $ python3 makegen.py makegen_config/\u003cconfig-name\u003e.json\n```\n\nThe first line navigates to the GenealogyModel3 directory (wherever it happens to be). The second line runs the `makegen` tool with the `\u003cconfig-name\u003e.json` settings as input. The resulting genealogy will be created in the `makegen_output/` directory. It will automatically be named to match the `name` entry in the config file..\n\n## Server\n\nMuch of the functionality of `makegen` can be offered on a website. The code for this is in the `server` folder, and the server can bs started with `start_server.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frybla%2Fgenealogymodel3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frybla%2Fgenealogymodel3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frybla%2Fgenealogymodel3/lists"}