{"id":16452591,"url":"https://github.com/agent-hellboy/find-unused-import","last_synced_at":"2025-03-16T21:45:06.822Z","repository":{"id":112474501,"uuid":"445419738","full_name":"Agent-Hellboy/find-unused-import","owner":"Agent-Hellboy","description":"Tool to find unused imports this can be configured in CI/CD pipeline  to avoid people to merge code having unused imports","archived":false,"fork":false,"pushed_at":"2022-01-26T08:12:06.000Z","size":20,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T08:19:57.652Z","etag":null,"topics":["ast","code-quality","find-unused-import","hacktoberfest","python-library"],"latest_commit_sha":null,"homepage":"","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/Agent-Hellboy.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":"2022-01-07T06:20:16.000Z","updated_at":"2024-09-09T02:48:56.000Z","dependencies_parsed_at":"2023-05-15T07:00:18.044Z","dependency_job_id":null,"html_url":"https://github.com/Agent-Hellboy/find-unused-import","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/Agent-Hellboy%2Ffind-unused-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Ffind-unused-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Ffind-unused-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agent-Hellboy%2Ffind-unused-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Agent-Hellboy","download_url":"https://codeload.github.com/Agent-Hellboy/find-unused-import/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940063,"owners_count":20372044,"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":["ast","code-quality","find-unused-import","hacktoberfest","python-library"],"created_at":"2024-10-11T10:13:15.270Z","updated_at":"2025-03-16T21:45:06.815Z","avatar_url":"https://github.com/Agent-Hellboy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"find_unused_import\n==================\nYet another solution to **find_unused_import** \n\nGeneral Info\n============\n  - My solution to **find_unused_import** problem of python.\n  - One day I got an idea to recursively iterate over the ast tree and made this. \n  - Actually, the iteration should be handled with ast.NodeVisiter (which is used by autoflake8 and several others to remove unused import ) which I was not awareof.\n  - The whole point of making this is using a naive approch to solve the find_unused_imports problem of python\n  - I have zero to minimal design experience so any suggestions on design are welcome.\n  - I hope I must have missed to parse some node from ast Like node related to Match of latest python release  \n  - Play around with it and help me improve it.\n \n\nHow to Use\n==========\n - Install the package using `sudo python setup.py install` and run\n - find_unused_imports --name=file_path\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-hellboy%2Ffind-unused-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagent-hellboy%2Ffind-unused-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-hellboy%2Ffind-unused-import/lists"}