{"id":20531164,"url":"https://github.com/jirihnidek/python-iniparse","last_synced_at":"2026-06-01T04:31:45.810Z","repository":{"id":149535814,"uuid":"133835325","full_name":"jirihnidek/python-iniparse","owner":"jirihnidek","description":"Python iniparse module with patches from Fedora project","archived":false,"fork":false,"pushed_at":"2018-05-17T15:49:51.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T02:35:50.016Z","etag":null,"topics":["ini","parser","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/jirihnidek.png","metadata":{"files":{"readme":"README","changelog":"Changelog","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":"2018-05-17T15:44:47.000Z","updated_at":"2018-05-17T15:50:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fa0f21e-9e08-473e-aeba-85b35517b8b4","html_url":"https://github.com/jirihnidek/python-iniparse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jirihnidek/python-iniparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirihnidek%2Fpython-iniparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirihnidek%2Fpython-iniparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirihnidek%2Fpython-iniparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirihnidek%2Fpython-iniparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jirihnidek","download_url":"https://codeload.github.com/jirihnidek/python-iniparse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirihnidek%2Fpython-iniparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33760645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["ini","parser","python"],"created_at":"2024-11-15T23:42:58.680Z","updated_at":"2026-06-01T04:31:45.795Z","avatar_url":"https://github.com/jirihnidek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction to iniparse\n\niniparse is a INI parser for Python which is:\n\n* Compatible with ConfigParser: Backward compatible implementations\n  of ConfigParser, RawConfigParser, and SafeConfigParser are included\n  that are API-compatible with the Python standard library.\n\n* Preserves structure of INI files: Order of sections \u0026 options,\n  indentation, comments, and blank lines are preserved as far as\n  possible when data is updated.\n\n* More convenient: Values can be accessed using dotted notation\n  (cfg.user.name), or using container syntax (cfg['user']['name']).\n\nIt is very useful for config files that are updated both by users and by\nprograms, since it is very disorienting for a user to have her config file\ncompletely rearranged whenever a program changes it. iniparse also allows\nmaking the order of entries in a config file significant, which is desirable\nin applications like image galleries.\n\nWebsite: http://code.google.com/p/iniparse/\nMailing List: iniparse-discuss@googlegroups.com\n\nCopyright (c) 2001-2008 Python Software Foundation\nCopyright (c) 2004-2009 Paramjit Oberoi \u003cparam.cs.wisc.edu\u003e\nCopyright (c) 2007 Tim Lauridsen \u003ctla@rasmil.dk\u003e\nAll Rights Reserved.  See LICENSE-PSF \u0026 LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjirihnidek%2Fpython-iniparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjirihnidek%2Fpython-iniparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjirihnidek%2Fpython-iniparse/lists"}