{"id":26904984,"url":"https://github.com/kornelijus/gloomy","last_synced_at":"2025-06-13T20:42:17.479Z","repository":{"id":280343757,"uuid":"940560794","full_name":"Kornelijus/gloomy","owner":"Kornelijus","description":"glom, but not as slow","archived":false,"fork":false,"pushed_at":"2025-03-04T08:19:45.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T14:36:09.128Z","etag":null,"topics":["glom","python","python-library"],"latest_commit_sha":null,"homepage":"","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/Kornelijus.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-28T11:49:20.000Z","updated_at":"2025-03-04T08:20:44.000Z","dependencies_parsed_at":"2025-03-04T07:22:09.849Z","dependency_job_id":null,"html_url":"https://github.com/Kornelijus/gloomy","commit_stats":null,"previous_names":["kornelijus/gloom","kornelijus/gloomy"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kornelijus%2Fgloomy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kornelijus%2Fgloomy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kornelijus%2Fgloomy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kornelijus%2Fgloomy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kornelijus","download_url":"https://codeload.github.com/Kornelijus/gloomy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628301,"owners_count":20808106,"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":["glom","python","python-library"],"created_at":"2025-04-01T10:55:30.368Z","updated_at":"2025-06-13T20:42:17.465Z","avatar_url":"https://github.com/Kornelijus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gloomy\n\n\u003e glom, but not as slow\n\nAn utility for retrieving values from deeply nested object attributes, mapping keys, sequence indexes, or any combination of them.\n\nNot meant as a drop in replacement for `glom`, only basic functionality is implemented.  \nA good use-case would be to improve existing codebases in which the `glom` pattern is commonly used for convenience, as it can significantly affect performance.\n\n### Planned features\n🏗️ `assign` utility  \n🏗️ `Path` object \n\n### Installation\n\n```sh\npip install gloomy\n```\n\n### Usage\n\n```python\nfrom gloomy import gloom\n\nassert gloom({\"a\": {\"b\": {\"c\": [123]}}}, \"a.b.c.0\") == 123\n\n# Or with a default in case the path is invalid\nassert gloom({}, \"a.b.c\", default=None) is None\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkornelijus%2Fgloomy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkornelijus%2Fgloomy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkornelijus%2Fgloomy/lists"}