{"id":44419137,"url":"https://github.com/aoamusat/iniutil","last_synced_at":"2026-02-12T09:09:07.733Z","repository":{"id":219620698,"uuid":"749484667","full_name":"aoamusat/iniutil","owner":"aoamusat","description":"INI parser for python","archived":false,"fork":false,"pushed_at":"2025-06-12T09:00:59.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T23:17:38.765Z","etag":null,"topics":["ini-parser","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/iniutil/","language":"Python","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/aoamusat.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,"zenodo":null}},"created_at":"2024-01-28T18:04:20.000Z","updated_at":"2025-06-12T09:00:54.000Z","dependencies_parsed_at":"2024-01-28T23:24:04.459Z","dependency_job_id":"566c8a64-012d-4e3e-ae97-67c0c5dfaf18","html_url":"https://github.com/aoamusat/iniutil","commit_stats":null,"previous_names":["aoamusat/iniparse","aoamusat/iniparser","aoamusat/iniutil"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/aoamusat/iniutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoamusat%2Finiutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoamusat%2Finiutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoamusat%2Finiutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoamusat%2Finiutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aoamusat","download_url":"https://codeload.github.com/aoamusat/iniutil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoamusat%2Finiutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29362233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ini-parser","python"],"created_at":"2026-02-12T09:09:04.696Z","updated_at":"2026-02-12T09:09:07.714Z","avatar_url":"https://github.com/aoamusat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Config File Parser\n\nA Python module for parsing configuration files in INI format.\n\n## Overview\n\nThis project provides a simple and flexible Python module for parsing configuration files in INI format. It allows you to read an INI file and convert it into a nested dictionary structure for easy access to configuration settings.\n\n## Features\n\n- Parse INI configuration files.\n- Handle sections, keys, values, and comments.\n- Support for various data types, including strings, integers, booleans, and floating-point numbers.\n- Easy-to-use API for accessing configuration settings.\n\n## Getting Started\n\n### Installation\n\nUsing PyPI:\n\n```bash\npip install iniutil\n```\n\n## Usage\n```python\nfrom iniutil import parse_ini\nconfig = parse_ini(\"path/to/config.ini\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoamusat%2Finiutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faoamusat%2Finiutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoamusat%2Finiutil/lists"}