{"id":20326079,"url":"https://github.com/bkosm/ktuple","last_synced_at":"2025-07-08T07:33:35.114Z","repository":{"id":63367677,"uuid":"566879832","full_name":"bkosm/ktuple","owner":"bkosm","description":"A kotlin-native library introducing a tuple data class as a standard Collection implementation.","archived":false,"fork":false,"pushed_at":"2022-12-09T16:13:23.000Z","size":112,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T14:32:37.952Z","etag":null,"topics":["kotlin","tdd","testing","tuple"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bkosm.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-11-16T15:58:48.000Z","updated_at":"2023-03-08T23:25:20.000Z","dependencies_parsed_at":"2023-01-26T05:46:49.555Z","dependency_job_id":null,"html_url":"https://github.com/bkosm/ktuple","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkosm%2Fktuple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkosm%2Fktuple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkosm%2Fktuple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkosm%2Fktuple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkosm","download_url":"https://codeload.github.com/bkosm/ktuple/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241835718,"owners_count":20028140,"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":["kotlin","tdd","testing","tuple"],"created_at":"2024-11-14T19:42:49.926Z","updated_at":"2025-03-04T10:40:48.748Z","avatar_url":"https://github.com/bkosm.png","language":"Kotlin","readme":"# ktuple\n\n![tests](https://github.com/bkosm/ktuple/actions/workflows/tests.yml/badge.svg)\n![dependencies](https://github.com/bkosm/ktuple/actions/workflows/dependencies.yml/badge.svg)\n![coverage](.github/badges/jacoco.svg)\n![branches](.github/badges/branches.svg)\n[![](https://jitpack.io/v/bkosm/ktuple.svg)](https://jitpack.io/#bkosm/ktuple)\n\nA kotlin-native library introducing a tuple data class as a standard Collection implementation. \nIt supports entries up to 10 in size, providing excellent DX on top.\n\n## easy to use tuples to speed up the creation of dynamic tests\n\nhttps://github.com/bkosm/ktuple/blob/412c26ae38809359b4299e6dd1f7015f79868237/src/test/kotlin/com/bkosm/ktuple/examples/InMemoryPowerCalcTest.kt#L13-L34\n\n## tests make the best documentation\n\nhttps://github.com/bkosm/ktuple/blob/593a02d7ac1040d0af5c939856355d90f065468b/src/test/kotlin/com/bkosm/ktuple/TupleTest.kt#L9-L115\n\n## currently available via JitPack\n\n```kts\nrepositories {\n    // all the other ones that you might need...\n\n    maven { url = uri(\"https://jitpack.io\") }\n}\n\n// and then\n\ndependencies {\n    // all the other ones that you might need...\n    \n    testImplementation(\"com.github.bkosm:ktuple:1.3.0\")\n}\n```\n\n## you decide on the features!\n\nDrop an issue with what functionality you could use in your Kotlin tuple or submit a PR!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkosm%2Fktuple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkosm%2Fktuple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkosm%2Fktuple/lists"}