{"id":15981466,"url":"https://github.com/boxed/parso_utils","last_synced_at":"2025-10-24T00:58:21.952Z","repository":{"id":140164472,"uuid":"168530558","full_name":"boxed/parso_utils","owner":"boxed","description":"Misc utility functions to work with parso ASTs","archived":false,"fork":false,"pushed_at":"2019-02-01T14:11:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-23T20:04:40.870Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-31T13:35:10.000Z","updated_at":"2019-02-01T14:11:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a37c3a6f-9e80-4253-8a3f-6f7106eda7cc","html_url":"https://github.com/boxed/parso_utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boxed/parso_utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fparso_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fparso_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fparso_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fparso_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxed","download_url":"https://codeload.github.com/boxed/parso_utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fparso_utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265678864,"owners_count":23810120,"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-08T00:44:14.350Z","updated_at":"2025-10-24T00:58:16.927Z","avatar_url":"https://github.com/boxed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parso utils\nMisc utility functions to work with parso ASTs\n\n- is_function_call(node)\n- full_function_name(node): Simplifies the case of \"foo()\" and \"foo.bar()\" so it's easy to get \"foo\" and \"foo.bar\" from the node\n- function_call_arguments(node):  Given a function call node returns a dict with:\n    - positional: list of positional arguments. These are the argument nodes.\n    - kwargs: dict with keyword arguments\n    - arg_unpacks: stuff like *foo\n    - kwarg_unpacks: stuff like **foo\n- walk_code: walk the ASTs of all code in a given directory (defaults to . and ignores some dirs like venv by default), \n  this takes care of recursing through the AST for you, but you can also stop recursion of a node by returning False from your callback\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fparso_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxed%2Fparso_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fparso_utils/lists"}