{"id":16471930,"url":"https://github.com/abranhe/cu","last_synced_at":"2025-10-27T14:31:00.158Z","repository":{"id":62565868,"uuid":"146346605","full_name":"abranhe/cu","owner":"abranhe","description":"Generate a unique value from a consecutively number list","archived":false,"fork":false,"pushed_at":"2018-09-06T05:34:03.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T08:17:52.403Z","etag":null,"topics":["generator","pip","unique"],"latest_commit_sha":null,"homepage":"https://projects.abranhe.com/cu/","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/abranhe.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":"2018-08-27T19:52:35.000Z","updated_at":"2022-03-07T08:07:01.000Z","dependencies_parsed_at":"2022-11-03T16:00:51.406Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/cu","commit_stats":null,"previous_names":["abranhe/cu","abrahamhba/cu","abrahamcalf/cu"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/cu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238508665,"owners_count":19484175,"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":["generator","pip","unique"],"created_at":"2024-10-11T12:15:35.882Z","updated_at":"2025-10-27T14:30:54.818Z","avatar_url":"https://github.com/abranhe.png","language":"Python","funding_links":["https://www.patreon.com/abranhe","https://paypal.me/abranhe/10"],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://pypi.org/project/cu\"\u003e\u003cimg src=\"https://cdn.abraham.gq/projects/consecutively-unique/logo.svg\" width=\"30%\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://pypi.org/project/cu\"\u003e\u003cb\u003ecu\u003c/b\u003e\u003c/a\u003e: generate a unique value from a consecutively number list\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/cu\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/cu.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/cu/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/cu.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://paypal.me/abranhe/10\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/paypal.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Install\n\n```\n$ pip install cu\n```\n\n# Why?\n\n- Why not 😂\n- Clean and focused\n- Actively maintained\n\n\n# Usage\n\n```py\nimport cu as consecutively_unique\nval = consecutively_unique.cu(1, 5)\n\nprint(val(), val(), val(), val())\n# =\u003e 18 7 1 10\n```\n\n# API\n\n**cu(minValue, maxValue)**\n\n\u003e Return a function with a unique value unique value form a consecutively number list\n\n# Related\n\n- [consecutively-unique](https://github.com/abranhe/consecutively-unique): same thing but in **JavaScript**\n\n# Team\n\n|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50\u0026v=4)](https://19cah.com)|\n| :-: |\n| [Carlos Abraham](https://github.com/abranhe) |\n\n\n# License\n\n[MIT](https://github.com/abranhe/cu/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fcu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fcu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fcu/lists"}