{"id":27133574,"url":"https://github.com/reybits/ini-file","last_synced_at":"2026-04-28T03:03:42.785Z","repository":{"id":278749762,"uuid":"936651442","full_name":"reybits/ini-file","owner":"reybits","description":"A simple C++ class for reading and writing INI files.","archived":false,"fork":false,"pushed_at":"2025-02-21T13:32:32.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T16:46:07.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/reybits.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-21T12:59:49.000Z","updated_at":"2025-02-23T15:45:02.000Z","dependencies_parsed_at":"2025-02-21T14:19:59.808Z","dependency_job_id":"66123841-fac3-4e37-9c91-ccf88e51bef8","html_url":"https://github.com/reybits/ini-file","commit_stats":null,"previous_names":["andreyugolnik/ini-file","reybits/ini-file"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fini-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fini-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fini-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fini-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reybits","download_url":"https://codeload.github.com/reybits/ini-file/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749961,"owners_count":20989713,"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":"2025-04-07T23:49:07.051Z","updated_at":"2025-12-25T03:39:44.506Z","avatar_url":"https://github.com/reybits.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Non-Destructive INI File Parser\n\nA simple C++ class for reading and writing INI files.\n\n## Usage\n```cpp\n    ini::cIni ini;\n\n    // read from ini-file\n    {\n        ini::cFile file;\n        if (file.open(\"input.ini\"))\n        {\n            ini.read(\u0026file);\n        }\n    }\n\n    // get and set\n    {\n        // returns key value or nullptr\n        const char* value = ini.getString(\"section_name\", \"key_name\"));\n\n        ini.setString(\"section_name\", \"key_name\", \"new key value\");\n    }\n\n    // write to ini-file\n    {\n        ini::cFile file;\n        if (file.open(\"output.ini\", \"wb\"))\n        {\n            ini.save(\u0026file);\n        }\n    }\n```\n\n***\n\n```\nCopyright © 2000-2017 Andrey A. Ugolnik. All Rights Reserved.\nhttps://www.ugolnik.info\nandrey@ugolnik.info\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freybits%2Fini-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freybits%2Fini-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freybits%2Fini-file/lists"}