{"id":17324838,"url":"https://github.com/nonzzz/ini","last_synced_at":"2025-08-10T11:02:18.274Z","repository":{"id":144887437,"uuid":"609058149","full_name":"nonzzz/ini","owner":"nonzzz","description":"A standard golang ini parser","archived":false,"fork":false,"pushed_at":"2023-08-15T02:54:34.000Z","size":120,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T16:57:13.087Z","etag":null,"topics":["ast","go","ini-parser"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nonzzz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-03T09:38:00.000Z","updated_at":"2023-11-23T11:51:54.000Z","dependencies_parsed_at":"2025-04-14T16:55:09.678Z","dependency_job_id":"4473a5fd-15a2-4848-9924-8b4cff9b1adb","html_url":"https://github.com/nonzzz/ini","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nonzzz/ini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonzzz%2Fini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonzzz%2Fini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonzzz%2Fini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonzzz%2Fini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nonzzz","download_url":"https://codeload.github.com/nonzzz/ini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonzzz%2Fini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269713883,"owners_count":24463244,"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-10T02:00:08.965Z","response_time":71,"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":["ast","go","ini-parser"],"created_at":"2024-10-15T14:11:47.608Z","updated_at":"2025-08-10T11:02:18.264Z","avatar_url":"https://github.com/nonzzz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ini\n\n\u003cp align=\"center\"\u003e\n\u003ca title=\"Go Report Card\" target=\"_blank\" href=\"https://goreportcard.com/report/github.com/nonzzz/ini\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/nonzzz/ini?style=flat-square\" /\u003e\u003c/a\u003e\n\u003ca title=\"Doc for ini\" target=\"_blank\" href=\"https://pkg.go.dev/github.com/nonzzz/ini\"\u003e\u003cimg src=\"https://pkg.go.dev/badge/github.com/nonzzz/ini.svg\" /\u003e\u003c/a\u003e\n\u003ca title=\"Codecov\" target=\"_blank\" href=\"https://codecov.io/gh/nonzzz/ini\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/nonzzz/ini?style=flat-square\u0026logo=codecov\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA simple standard ini parser with golang.\n\n## Install\n\n```bash\n\n$ go get github.com/nonzzz/ini\n\n```\n\n## Features\n\n- Read by file.\n- Read by string.\n- Marshal to Json or Map.\n- Friendly Selector\n\n## Usage\n\n```go\n\ni := ini.New()\n\n//  Load File\ni.LoadFile(\"your ini file\")\n\n// Parse\n\ntxt :=`\n\n[s]\n\na = 3\n\n[s1]\n\nb = 4\n\n`\n\nini.Parse(txt)\n\n```\n\n## Document\n\n- [selector](./docs/selector.md)\n\n## Acknowledgements\n\nThanks to [JetBrains](https://www.jetbrains.com/) for allocating free open-source licences for IDEs.\n\n\u003cp align=\"left\"\u003e\n\u003cimg width=\"250px\" height=\"250px\"  src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/GoLand_icon.png\" alt=\"GoLand logo.\"\u003e\n\u003c/p\u003e\n\n\n## Author\n\nKanno\n\n## LICENSE\n\n[MIT](LICENSE)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonzzz%2Fini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonzzz%2Fini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonzzz%2Fini/lists"}