{"id":15661897,"url":"https://github.com/lambdalisue/deno-itertools","last_synced_at":"2025-05-05T23:52:10.657Z","repository":{"id":46578937,"uuid":"356495562","full_name":"lambdalisue/deno-itertools","owner":"lambdalisue","description":"🦕 A TypeScript port of Python's itertools and more-itertools for Deno","archived":false,"fork":false,"pushed_at":"2024-04-06T09:21:43.000Z","size":1783,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-18T11:49:19.405Z","etag":null,"topics":["deno","itertools","jsr","more-itertools"],"latest_commit_sha":null,"homepage":"https://jsr.io/@lambdalisue/itertools","language":"TypeScript","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/lambdalisue.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}},"created_at":"2021-04-10T06:39:10.000Z","updated_at":"2024-04-06T09:22:00.000Z","dependencies_parsed_at":"2023-12-22T02:52:49.530Z","dependency_job_id":"869bac5d-9f70-4262-8ffc-45243f7820b4","html_url":"https://github.com/lambdalisue/deno-itertools","commit_stats":{"total_commits":549,"total_committers":13,"mean_commits":42.23076923076923,"dds":0.6083788706739526,"last_synced_commit":"0f09c7bb5b8ed182cd953cdb8aaccafa0030fc9a"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fdeno-itertools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fdeno-itertools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fdeno-itertools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fdeno-itertools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/deno-itertools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252596375,"owners_count":21773844,"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":["deno","itertools","jsr","more-itertools"],"created_at":"2024-10-03T13:29:27.354Z","updated_at":"2025-05-05T23:52:10.635Z","avatar_url":"https://github.com/lambdalisue.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# itertools\n\n[![jsr](https://img.shields.io/jsr/v/%40lambdalisue/itertools?logo=javascript\u0026logoColor=white)](https://jsr.io/@lambdalisue/itertools)\n[![denoland](https://img.shields.io/github/v/release/lambdalisue/deno-itertools?logo=deno\u0026label=denoland)](https://github.com/lambdalisue/deno-itertools/releases)\n[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/itertools/mod.ts)\n[![Test](https://github.com/lambdalisue/deno-itertools/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/deno-itertools/actions/workflows/test.yml)\n\nA TypeScript port of Python's awesome [itertools] standard library.\n\nThis is an standalone version of [nvie/itertools.js] for using under the [Deno]\nenvironment.\n\n[Deno]: https://deno.land/\n[itertools]: https://docs.python.org/3/library/itertools.html\n[more-itertools]: https://pypi.org/project/more-itertools/\n[nvie/itertools.js]: https://github.com/nvie/itertools.js\n\n## Example\n\n```typescript\nimport { enumerate } from \"https://deno.land/x/itertools@$MODULE_VERSION/mod.ts\";\n\nconsole.log([...enumerate([\"hello\", \"world\"])]);\n// [0, 'hello'], [1, 'world']\n```\n\nThis module provides more functions ported from Python's builtin functions,\n[itertools], [more-itertools], and more. In other words, all functions provided\nby the original [nvie/itertools.js].\n\nSee\n[API documentation](https://doc.deno.land/https/deno.land/x/itertools/mod.ts)\nfor more details.\n\n## License\n\nThe code follows MIT license written in [LICENSE](./LICENSE). Contributors need\nto agree that any modifications sent in this repository follow the license.\n\nThe original license is written in [LICENSE.orig](./LICENSE.orig).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fdeno-itertools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fdeno-itertools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fdeno-itertools/lists"}