{"id":34082086,"url":"https://github.com/hansalemaos/drop_duplicates_nested_list","last_synced_at":"2026-06-01T10:32:01.530Z","repository":{"id":65141969,"uuid":"583266351","full_name":"hansalemaos/drop_duplicates_nested_list","owner":"hansalemaos","description":"Drops duplicates from nested list","archived":false,"fork":false,"pushed_at":"2022-12-29T09:05:11.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-16T14:17:00.700Z","etag":null,"topics":["drop","duplicates","list","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/drop-duplicates-nested-list","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/hansalemaos.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}},"created_at":"2022-12-29T09:05:08.000Z","updated_at":"2022-12-29T09:05:46.000Z","dependencies_parsed_at":"2022-12-29T09:48:37.788Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/drop_duplicates_nested_list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/drop_duplicates_nested_list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fdrop_duplicates_nested_list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fdrop_duplicates_nested_list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fdrop_duplicates_nested_list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fdrop_duplicates_nested_list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/drop_duplicates_nested_list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fdrop_duplicates_nested_list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33771627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["drop","duplicates","list","python"],"created_at":"2025-12-14T12:04:09.788Z","updated_at":"2026-06-01T10:32:01.525Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drops duplicates from nested list \n\n```python\n$pip install drop-duplicates-nested-list\n\nfrom drop_duplicates_nested_list import drop_duplicates\nL = ['a', ['aa', 'a'] ,'a',['aa', 'a'] ,['bb', ['ccc', 'ddd'], 'ee', 'ff'], 'g', 'h',['bb', ['ccc', 'ddd'], 'ee', 'ff']]\n\nprint(drop_duplicates(L))\n['a', ['aa', 'a'], ['bb', ['ccc', 'ddd'], 'ee', 'ff'], 'g', 'h']\n\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fdrop_duplicates_nested_list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fdrop_duplicates_nested_list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fdrop_duplicates_nested_list/lists"}