{"id":29656579,"url":"https://github.com/zincware/dot4dict","last_synced_at":"2025-07-22T08:36:02.819Z","repository":{"id":57423699,"uuid":"450563614","full_name":"zincware/dot4dict","owner":"zincware","description":"Access dictionary keys with a dot","archived":false,"fork":false,"pushed_at":"2022-02-23T12:43:33.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-14T19:48:39.938Z","etag":null,"topics":["dict2dot","dictdot","dot4dict","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zincware.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}},"created_at":"2022-01-21T16:32:21.000Z","updated_at":"2024-09-17T16:30:03.000Z","dependencies_parsed_at":"2022-08-29T23:21:43.770Z","dependency_job_id":null,"html_url":"https://github.com/zincware/dot4dict","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zincware/dot4dict","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fdot4dict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fdot4dict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fdot4dict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fdot4dict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zincware","download_url":"https://codeload.github.com/zincware/dot4dict/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Fdot4dict/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456424,"owners_count":23931408,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["dict2dot","dictdot","dot4dict","python"],"created_at":"2025-07-22T08:36:01.107Z","updated_at":"2025-07-22T08:36:02.803Z","avatar_url":"https://github.com/zincware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Coverage Status](https://coveralls.io/repos/github/zincware/dot4dict/badge.svg?branch=main)](https://coveralls.io/github/zincware/dot4dict?branch=main)\n[![PyPI version](https://badge.fury.io/py/dot4dict.svg)](https://badge.fury.io/py/dot4dict)\n# Dot4Dict\n\nAccess dictionary keys with a Dot:\n\n```python\nfrom dot4dict import dotdict\n\nmy_dict = dotdict({\"foo\": \"bar\"})\nassert my_dict.foo == \"bar\"\nassert my_dict[\"foo\"] == \"bar\"\n```\n\nThis works also recursively\n\n```python\nfrom dot4dict import dotdict\n\nmy_dict = dotdict({\"a\": {\"b\": {\"c\": \"foo\"}}})\n\nassert my_dict.a.b.c == \"foo\"\n```\n\nCopyright\n=========\n\nThis project is distributed under the [Apache license version 2.0](https://github.com/zincware/dot4dict/blob/main/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Fdot4dict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzincware%2Fdot4dict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Fdot4dict/lists"}