{"id":51509528,"url":"https://github.com/murphsicles/itertools","last_synced_at":"2026-07-08T04:30:58.558Z","repository":{"id":358150327,"uuid":"1240169730","full_name":"murphsicles/itertools","owner":"murphsicles","description":"Extra iterator adaptors for Zeta — chain, zip, unique, sorted, group_by, merge","archived":false,"fork":false,"pushed_at":"2026-05-15T23:28:46.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-16T01:58:40.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/murphsicles.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-15T20:56:04.000Z","updated_at":"2026-05-15T23:28:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/murphsicles/itertools","commit_stats":null,"previous_names":["murphsicles/itertools"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/murphsicles/itertools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fitertools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fitertools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fitertools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fitertools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murphsicles","download_url":"https://codeload.github.com/murphsicles/itertools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fitertools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35252324,"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-07-08T02:00:06.796Z","response_time":61,"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":[],"created_at":"2026-07-08T04:30:57.508Z","updated_at":"2026-07-08T04:30:58.539Z","avatar_url":"https://github.com/murphsicles.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @std/itertools — Extra Iterator Adaptors for Zeta\n\nAuto-converted from [itertools](https://crates.io/crates/itertools) v0.14.0 via [Dark Factory](https://github.com/murphsicles/dark-factory).\n\n## Features\n- **Chaining/zipping** — `chain`, `zip`, `izip!`, `interleave`, `interleave_shortest`, `intersperse`\n- **Filtering** — `filter`, `filter_map`, `filter_ref`, `peek_nth`, `take_while_ref`\n- **Grouping** — `group_by`, `chunks`, `chunk_by`, `coalesce`, `dedup`, `unique`, `unique_by`\n- **Sorting** — `sorted`, `sorted_by`, `sorted_unstable`, `k_smallest`, `merge`, `merge_by`, `merge_join_by`\n- **Partitioning** — `partition`, `partition_map`, `split`, `splitn`, `rciter`\n- **Combinatorics** — `combinations`, `permutations`, `powerset`, `cartesian_product`, `circular_tuple_windows`\n- **Aggregation** — `minmax`, `min_set`, `max_set`, `all_equal`, `counts`, `fold`, `reduce`, `tree_fold`\n- **Adaptors** — `map`, `map_into`, `map_ok`, `filter_ok`, `flatten_ok`, `update`, `foreach`, `collect`\n\n## Usage\n```zeta\nuse @std/itertools::Itertools;\n\nlet data = vec![1, 2, 3, 4, 5];\nlet result: Vec\u003c_\u003e = data.iter()\n    .filter(|x| x \u003e 2)\n    .sorted()\n    .unique()\n    .collect();\n```\n\n## Stats: ~5,334 lines, 0 unsupported items\n\n## License: MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fitertools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphsicles%2Fitertools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fitertools/lists"}