{"id":15713627,"url":"https://github.com/aravindavk/uuid_utils","last_synced_at":"2025-03-30T18:47:31.735Z","repository":{"id":142416706,"uuid":"613380469","full_name":"aravindavk/uuid_utils","owner":"aravindavk","description":"UUID utilities to support V3, V4 and V5 - Crystal language","archived":false,"fork":false,"pushed_at":"2023-03-13T15:39:44.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T21:26:45.444Z","etag":null,"topics":["crystal","crystal-lang","uuid","uuidv3","uuidv4","uuidv5"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/aravindavk.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":"2023-03-13T13:12:57.000Z","updated_at":"2023-03-13T15:54:01.000Z","dependencies_parsed_at":"2024-05-17T14:04:07.775Z","dependency_job_id":null,"html_url":"https://github.com/aravindavk/uuid_utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravindavk%2Fuuid_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravindavk%2Fuuid_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravindavk%2Fuuid_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravindavk%2Fuuid_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aravindavk","download_url":"https://codeload.github.com/aravindavk/uuid_utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365638,"owners_count":20765546,"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":["crystal","crystal-lang","uuid","uuidv3","uuidv4","uuidv5"],"created_at":"2024-10-03T21:32:32.841Z","updated_at":"2025-03-30T18:47:31.482Z","avatar_url":"https://github.com/aravindavk.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UUID utilities to support v3, v4 and v5\n\n**TODO**: v1 and v2 are not yet supported.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     uuid_utils:\n       github: aravindavk/uuid_utils\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"uuid_utils\"\n\nnamespace = UUID.new(\"68ab717d-d847-4277-be1a-303be8ac3d97\")\nmsg = \"Hello World!\"\nputs UUID.uuid3(namespace, msg) # 33056d85-5061-31c8-9656-df07f3eec397\n\n# Same as UUID.random\nputs UUID.uuid4 # 39e54402-44c6-42c6-be52-4bb9ab18a5fa\n\nputs UUID.uuid5(namespace, msg) # 562ed049-5b55-582d-ba51-812a786927ca\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/aravindavk/uuid_utils/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Aravinda Vishwanathapura](https://github.com/aravindavk) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravindavk%2Fuuid_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faravindavk%2Fuuid_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravindavk%2Fuuid_utils/lists"}