{"id":15927776,"url":"https://github.com/bmoscon/configparse","last_synced_at":"2025-06-14T12:05:09.517Z","repository":{"id":10377480,"uuid":"12522526","full_name":"bmoscon/ConfigParse","owner":"bmoscon","description":"INI Config File Parser","archived":false,"fork":false,"pushed_at":"2015-12-30T22:16:51.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T02:34:10.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmoscon.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":"2013-09-01T15:29:58.000Z","updated_at":"2015-12-23T20:38:59.000Z","dependencies_parsed_at":"2022-09-22T12:33:35.861Z","dependency_job_id":null,"html_url":"https://github.com/bmoscon/ConfigParse","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/bmoscon%2FConfigParse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoscon%2FConfigParse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoscon%2FConfigParse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoscon%2FConfigParse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmoscon","download_url":"https://codeload.github.com/bmoscon/ConfigParse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247012901,"owners_count":20869172,"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-06T23:20:18.164Z","updated_at":"2025-04-03T13:41:41.505Z","avatar_url":"https://github.com/bmoscon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"##INI Config File Parser\n\n\nExample usage:\n\n```\nConfigParse cp(\"config.ini\");\n\nstd::string value = cp.get_value(\"Section Name\", \"Name\");\n```\n\nor, iterate over name-value pairs in a section:\n\n```\nConfigParse::const_iterator it = cp.begin(SectionName);\n\nwhile (it != cp.end(SectionName)) {\n    std::cout \u003c\u003c it-\u003efirst \u003c\u003c \" = \" \u003c\u003c it-\u003esecond \u003c\u003c std::endl;\n    ++it;\n}\n```\n\nfor complete list of methods/types, see [config_parse.hpp](src/config_parse.hpp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmoscon%2Fconfigparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmoscon%2Fconfigparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmoscon%2Fconfigparse/lists"}