{"id":28426610,"url":"https://github.com/keep94/itertools","last_synced_at":"2026-06-18T12:32:00.859Z","repository":{"id":274274322,"uuid":"922361015","full_name":"keep94/itertools","owner":"keep94","description":"Package itertools contains iterator functions like Zip.","archived":false,"fork":false,"pushed_at":"2025-11-12T03:56:51.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T06:04:53.995Z","etag":null,"topics":["golang","iterators"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keep94.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":"2025-01-26T01:36:30.000Z","updated_at":"2025-11-12T03:56:01.000Z","dependencies_parsed_at":"2025-04-26T05:23:25.033Z","dependency_job_id":"3f860397-3414-42d4-8e1b-9091e80efae6","html_url":"https://github.com/keep94/itertools","commit_stats":null,"previous_names":["keep94/itertools"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/keep94/itertools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fitertools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fitertools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fitertools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fitertools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keep94","download_url":"https://codeload.github.com/keep94/itertools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fitertools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34491226,"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-18T02:00:06.871Z","response_time":128,"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":["golang","iterators"],"created_at":"2025-06-05T11:10:41.464Z","updated_at":"2026-06-18T12:32:00.852Z","avatar_url":"https://github.com/keep94.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"itertools\n=========\n\nPackage itertools contains iterator functions like Zip.\n\n## Examples\n\n```golang\npackage main\n\nimport (\n    \"fmt\"\n    \"slices\"\n\n    \"github.com/keep94/itertools\"\n)\n\nfunc main() {\n    lettersIter := slices.Values([]string{\"a\", \"b\", \"c\"})\n    numbersIter := slices.Values([]int{1, 2, 3})\n\n    // Prints:\n    // a 1\n    // b 2\n    // c 3\n    for letter, number := range itertools.Zip(lettersIter, numbersIter) {\n        fmt.Println(letter, number)\n    }\n}\n```\n\nMore documentation and examples can be found [here](https://pkg.go.dev/github.com/keep94/itertools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeep94%2Fitertools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeep94%2Fitertools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeep94%2Fitertools/lists"}