{"id":16847573,"url":"https://github.com/fabiosantoscode/python-dict-of-arguments","last_synced_at":"2025-03-18T07:17:32.078Z","repository":{"id":8244720,"uuid":"9689546","full_name":"fabiosantoscode/python-dict-of-arguments","owner":"fabiosantoscode","description":"A decorator which gives you access to the arguments used to call your function (and defaults) as a dictionary.","archived":false,"fork":false,"pushed_at":"2013-05-24T19:03:30.000Z","size":128,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-17T22:45:39.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiosantoscode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-26T07:21:31.000Z","updated_at":"2013-10-09T13:15:36.000Z","dependencies_parsed_at":"2022-08-06T23:15:34.622Z","dependency_job_id":null,"html_url":"https://github.com/fabiosantoscode/python-dict-of-arguments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fpython-dict-of-arguments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fpython-dict-of-arguments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fpython-dict-of-arguments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fpython-dict-of-arguments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiosantoscode","download_url":"https://codeload.github.com/fabiosantoscode/python-dict-of-arguments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173553,"owners_count":20410300,"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":[],"created_at":"2024-10-13T13:08:24.333Z","updated_at":"2025-03-18T07:17:32.057Z","avatar_url":"https://github.com/fabiosantoscode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-dict-of-arguments\n========================\n\nA decorator which gives you access to the arguments used to call your function (and defaults) as a dictionary.\n\nHow to use\n----------\n\nDecorate your function and add an `arg_dict` argument to it. Then you can access your function's parameters as a dict through it.\n\n\n        from arg_dict import arg_dict\n\n        @arg_dict\n        def foo(arg_dict, bar, baz=3):\n            arg_dict['bar'] += 1\n            arg_dict.update({'qux': 10})\n            return arg_dict\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiosantoscode%2Fpython-dict-of-arguments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiosantoscode%2Fpython-dict-of-arguments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiosantoscode%2Fpython-dict-of-arguments/lists"}