{"id":22769794,"url":"https://github.com/bfontaine/flatkeys","last_synced_at":"2025-07-22T14:04:22.530Z","repository":{"id":25172473,"uuid":"28595552","full_name":"bfontaine/flatkeys","owner":"bfontaine","description":"flatten dict keys in Python","archived":false,"fork":false,"pushed_at":"2017-07-30T17:59:41.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"origin/master","last_synced_at":"2025-07-14T03:52:53.865Z","etag":null,"topics":["library","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfontaine.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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":"2014-12-29T14:56:08.000Z","updated_at":"2021-09-15T01:04:01.000Z","dependencies_parsed_at":"2022-08-06T04:00:24.367Z","dependency_job_id":null,"html_url":"https://github.com/bfontaine/flatkeys","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bfontaine/flatkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fflatkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fflatkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fflatkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fflatkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfontaine","download_url":"https://codeload.github.com/bfontaine/flatkeys/tar.gz/refs/heads/origin/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fflatkeys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266143941,"owners_count":23883069,"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":["library","python"],"created_at":"2024-12-11T15:15:49.831Z","updated_at":"2025-07-22T14:04:22.506Z","avatar_url":"https://github.com/bfontaine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nflatkeys\n========\n\n.. image:: https://img.shields.io/travis/bfontaine/flatkeys.png\n   :target: https://travis-ci.org/bfontaine/flatkeys\n   :alt: Build status\n\n.. image:: https://img.shields.io/pypi/v/flatkeys.png\n   :target: https://pypi.python.org/pypi/flatkeys\n   :alt: Pypi package\n\n``flatkeys`` is a dictionary flattening library for Python.\n\nInstall\n-------\n\n.. code-block::\n\n    [sudo] pip install flatkeys\n\nThe library works with both Python 2.x and 3.x.\n\nUsage\n-----\n\n.. code-block::\n\n    \u003e\u003e\u003e from flatkeys import flatkeys\n    \u003e\u003e\u003e flatkeys({})\n    {}\n    \u003e\u003e flatkeys({1: {2: {3: \"yolo\"}}})\n    {\"1.2.3\": \"yolo\"}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fflatkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfontaine%2Fflatkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fflatkeys/lists"}