{"id":15481840,"url":"https://github.com/tpapp/eponymtuples.jl","last_synced_at":"2026-03-16T10:36:18.100Z","repository":{"id":55588561,"uuid":"147078152","full_name":"tpapp/EponymTuples.jl","owner":"tpapp","description":"Julia package for deconstructing dispatch on NamedTuples.","archived":false,"fork":false,"pushed_at":"2020-12-20T09:14:49.000Z","size":12,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-24T00:42:34.782Z","etag":null,"topics":["julia","julia-language","macros"],"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-09-02T11:13:24.000Z","updated_at":"2022-03-25T06:42:37.000Z","dependencies_parsed_at":"2022-08-15T03:50:21.289Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/EponymTuples.jl","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tpapp/EponymTuples.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FEponymTuples.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FEponymTuples.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FEponymTuples.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FEponymTuples.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/EponymTuples.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FEponymTuples.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272847020,"owners_count":25003115,"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-08-30T02:00:09.474Z","response_time":77,"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":["julia","julia-language","macros"],"created_at":"2024-10-02T05:06:33.759Z","updated_at":"2026-03-16T10:36:18.053Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EponymTuples\n\n![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)\n[![Build Status](https://travis-ci.org/tpapp/EponymTuples.jl.svg?branch=master)](https://travis-ci.org/tpapp/EponymTuples.jl)\n[![Coverage Status](https://coveralls.io/repos/tpapp/EponymTuples.jl/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/tpapp/EponymTuples.jl?branch=master)\n[![codecov.io](http://codecov.io/github/tpapp/EponymTuples.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/EponymTuples.jl?branch=master)\n\nJulia package for deconstructing dispatch on `NamedTuple`s.\n\nUses the variable names *both* for the `NamedTuple` and deconstruction.\n\nAllows replacing\n\n```julia\nf((a, b)::NamedTuple{(:a, :b), \u003c: Tuple{Any, Int}}) = ...\n\n(a = a, b = b, c = 3)\n```\n\nwith\n\n```julia\nf(@eponymargs(a, b::Int)) = ...\n\n@eponymtuple(a, b, c = 3)\n```\n\nIt is pretty lightweight: `@eponymargs` and `@eponymtuple` are the only symbols exported; and the package has no dependencies.\n\nThe package is registered, install with\n```julia\npkg\u003e add EponymTuples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Feponymtuples.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Feponymtuples.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Feponymtuples.jl/lists"}