{"id":16499431,"url":"https://github.com/tpapp/nestedmaps.jl","last_synced_at":"2026-03-04T07:32:02.942Z","repository":{"id":55588529,"uuid":"163591030","full_name":"tpapp/NestedMaps.jl","owner":"tpapp","description":"Map arrays of tuples, namedtuples, arrays etc elementwise.","archived":false,"fork":false,"pushed_at":"2020-12-20T09:17:09.000Z","size":5,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T20:05:03.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/tpapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-30T13:53:26.000Z","updated_at":"2019-06-14T01:41:13.000Z","dependencies_parsed_at":"2022-08-15T03:50:21.005Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/NestedMaps.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpapp/NestedMaps.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FNestedMaps.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FNestedMaps.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FNestedMaps.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FNestedMaps.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/NestedMaps.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FNestedMaps.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-11T14:52:47.331Z","updated_at":"2026-03-04T07:32:02.881Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestedMaps\n\n![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)\u003c!--\n![Lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-stable-green.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-archived-red.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-dormant-blue.svg) --\u003e\n[![Build Status](https://travis-ci.com/tpapp/NestedMaps.jl.svg?branch=master)](https://travis-ci.com/tpapp/NestedMaps.jl)\n[![codecov.io](http://codecov.io/github/tpapp/NestedMaps.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/NestedMaps.jl?branch=master)\n\nJulia package for mapping nested collections elementwise.\n\nNot yet registered, install from repository.\n\n```julia\njulia\u003e using NestedMaps\n\njulia\u003e A = [(a = i, b = (c = -i, d = [i^2, -i^2])) for i in 1:3]\n3-element Array{NamedTuple{(:a, :b),Tuple{Int64,NamedTuple{(:c, :d),Tuple{Int64,Array{Int64,1}}}}},1}:\n (a = 1, b = (c = -1, d = [1, -1]))\n (a = 2, b = (c = -2, d = [4, -4]))\n (a = 3, b = (c = -3, d = [9, -9]))\n\njulia\u003e nested_map(identity, A)\n(a = [1, 2, 3], b = NamedTuple{(:c, :d),Tuple{Int64,Array{Int64,1}}}[(c = -1, d = [1, -1]), (c = -2, d = [4, -4]), (c = -3, d = [9, -9])])\n\njulia\u003e nested_map_recursive(sum, A)\n(a = 6, b = (c = -6, d = [14, -14]))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fnestedmaps.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Fnestedmaps.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fnestedmaps.jl/lists"}