{"id":16420662,"url":"https://github.com/bouke/ini","last_synced_at":"2025-06-22T01:37:23.534Z","repository":{"id":63906040,"uuid":"61182448","full_name":"Bouke/INI","owner":"Bouke","description":"Swift INI parser based on (NS)Scanner","archived":false,"fork":false,"pushed_at":"2018-11-01T20:11:23.000Z","size":20,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T18:45:30.463Z","etag":null,"topics":["ini","ini-parser","ini-reader","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/Bouke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-06-15T06:18:33.000Z","updated_at":"2023-11-08T03:02:02.000Z","dependencies_parsed_at":"2022-11-28T19:36:27.347Z","dependency_job_id":null,"html_url":"https://github.com/Bouke/INI","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bouke%2FINI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bouke%2FINI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bouke%2FINI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bouke%2FINI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bouke","download_url":"https://codeload.github.com/Bouke/INI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245071887,"owners_count":20556352,"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":["ini","ini-parser","ini-reader","swift"],"created_at":"2024-10-11T07:28:42.458Z","updated_at":"2025-03-23T07:31:55.678Z","avatar_url":"https://github.com/Bouke.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swift INI Parser\n\n[![Build Status](https://travis-ci.com/Bouke/INI.svg?branch=master)](https://travis-ci.com/Bouke/INI)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Bouke_INI\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=Bouke_INI)\n\n## Usage\n\nINI file looking like this:\n\n```ini\n[Header]\nKey=Value\n; some comment\n```\n\nParse it like this:\n\n```swift\nlet config = try parseINI(filename: \"config.ini\")\nprint(config[\"Header\"]?[\"Key\"]) // prints Optional(\"Value\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouke%2Fini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbouke%2Fini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouke%2Fini/lists"}