{"id":26048577,"url":"https://github.com/jackkweyunga/idika","last_synced_at":"2025-04-10T16:20:26.177Z","repository":{"id":245554694,"uuid":"817764886","full_name":"jackkweyunga/idika","owner":"jackkweyunga","description":"A python unique ids generator implemented in rust ","archived":false,"fork":false,"pushed_at":"2024-06-23T21:36:17.000Z","size":426,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T14:07:59.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackkweyunga.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}},"created_at":"2024-06-20T11:49:59.000Z","updated_at":"2025-02-09T17:10:58.000Z","dependencies_parsed_at":"2024-06-22T19:14:17.272Z","dependency_job_id":"8df79dcf-b68e-4056-b64d-6ec25305266c","html_url":"https://github.com/jackkweyunga/idika","commit_stats":null,"previous_names":["jackkweyunga/idika"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fidika","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fidika/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fidika/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fidika/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkweyunga","download_url":"https://codeload.github.com/jackkweyunga/idika/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247959806,"owners_count":21024843,"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":[],"created_at":"2025-03-08T00:26:49.597Z","updated_at":"2025-04-10T16:20:26.159Z","avatar_url":"https://github.com/jackkweyunga.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idika\nA simple unique ids generator for python implemented in rust\n\nAlgorithms / Implimentations\n\n - [x] cuid2\n - [ ] sonyflakes\n\n# Installation\n\n```shell\npip install idika\n```\n\n## cuid2\n\n```python\nimport idika\n\n# generate one id\n# 10 -\u003e id length\nidika.with_cuid(10)\n# output: o13q75qk9q\n\n\n# generate multiple ids\n# 10000 -\u003e Count , 10 -\u003e length\nidika.n_with_cuid(1000, 10)\n\"\"\"\noutput:\n[\n 'mdse9rnpj1',\n 'ub324hvoxm',\n 'f1rcv9ysrr',\n 'jzeweia5ut',\n 'k12lt092sc',\n 'k11j9jpbb7',\n ...10000\n]\n\"\"\"\n\n# Pipe\n# Run a certain function on all ids generated.\ndef process_id(id):\n    # doing some processing\n    # ... e.g database calls \n    print(id)\n\nidika.n_with_cuid(1000, 10).pipe(process_id)\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fidika","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkweyunga%2Fidika","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fidika/lists"}