{"id":18985293,"url":"https://github.com/rlee287/ini_merge","last_synced_at":"2025-10-25T12:17:13.828Z","repository":{"id":56710148,"uuid":"507107729","full_name":"rlee287/ini_merge","owner":"rlee287","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-26T05:29:54.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T06:42:09.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/rlee287.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,"publiccode":null,"codemeta":null}},"created_at":"2022-06-24T18:26:40.000Z","updated_at":"2024-07-26T05:29:58.000Z","dependencies_parsed_at":"2023-11-18T03:22:31.346Z","dependency_job_id":"0bd18a3b-8248-4421-a229-d62248e42e18","html_url":"https://github.com/rlee287/ini_merge","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/rlee287%2Fini_merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Fini_merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Fini_merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlee287%2Fini_merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlee287","download_url":"https://codeload.github.com/rlee287/ini_merge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239993959,"owners_count":19730779,"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-11-08T16:25:37.084Z","updated_at":"2025-10-25T12:17:08.772Z","avatar_url":"https://github.com/rlee287.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ini_merge\n\nA simple utility to merge `.ini` config files. Assumes that files have no duplicate keys.\n\n```\nUsage: ini_merge base_file patch_file output_file\n```\n\nSemantics of ini_merge behavior:\n - Comments are stripped and not parsed\n - Keys that do not overlap will both be inserted into the output, with `patch_file` keys coming after `base_file` keys\n - Keys and values in `patch_file` will overwrite ones in `base_file`\n - Keys overwritten with `patch_file` changes will be placed separately from keys in a section\n - If a key occurs multiple times in `base_file`, all occurences of it will be removed if replaced by a key in the `patch_file`.\n - If a key occurs multiple times in `patch_file`, only the \"final\" occurence of the key will be included in output_file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlee287%2Fini_merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlee287%2Fini_merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlee287%2Fini_merge/lists"}