{"id":21806200,"url":"https://github.com/amhsirak/flatifylists","last_synced_at":"2025-03-21T07:44:39.541Z","repository":{"id":57431009,"uuid":"459634668","full_name":"amhsirak/flatifyLists","owner":"amhsirak","description":"Flatten nested Python lists into a single-depth list","archived":false,"fork":false,"pushed_at":"2022-02-16T00:41:48.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T09:03:34.911Z","etag":null,"topics":["flatify-list","flatten","flatten-list","list","python","recursion"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/flatifylists/","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/amhsirak.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-02-15T15:22:19.000Z","updated_at":"2023-10-11T22:13:28.000Z","dependencies_parsed_at":"2022-08-27T10:50:41.661Z","dependency_job_id":null,"html_url":"https://github.com/amhsirak/flatifyLists","commit_stats":null,"previous_names":["karishmashuklaa/flatifylists"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amhsirak%2FflatifyLists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amhsirak%2FflatifyLists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amhsirak%2FflatifyLists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amhsirak%2FflatifyLists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amhsirak","download_url":"https://codeload.github.com/amhsirak/flatifyLists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759899,"owners_count":20505712,"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":["flatify-list","flatten","flatten-list","list","python","recursion"],"created_at":"2024-11-27T12:18:21.153Z","updated_at":"2025-03-21T07:44:39.501Z","avatar_url":"https://github.com/amhsirak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## flatifylists\n\nFlatten nested Python lists into single-depth lists\n\n### Installation\n\n```\npip install flatifylists\n```\n\n### Example\n\n```py\nfrom flatifylists import flatifyList\n\nexample = [[[1,2], [3,[4,[5],6],7],8,9]]\n\nprint(flatifyList(example))\n\n# Output: [1, 2, 3, 4, 5, 6, 7, 8, 9]\n```\n\n### License\n\nMIT \u003ca href=\"https://github.com/karishmashuklaa/\"\u003eKarishma Shukla\u003c/a\u003e \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famhsirak%2Fflatifylists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famhsirak%2Fflatifylists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famhsirak%2Fflatifylists/lists"}