{"id":21296723,"url":"https://github.com/eccenca/cmem-plugin-uuid","last_synced_at":"2026-02-17T19:32:10.875Z","repository":{"id":222097144,"uuid":"741424382","full_name":"eccenca/cmem-plugin-uuid","owner":"eccenca","description":"Generate new (draft) time-based UUID formats, a.k.a. uuid6, uuid7, and uuid8, to be used in a transformation","archived":false,"fork":false,"pushed_at":"2025-10-16T05:01:57.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-05T17:26:45.305Z","etag":null,"topics":["corporate-memory","eccenca","plugin","uuid"],"latest_commit_sha":null,"homepage":"","language":"Python","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/eccenca.png","metadata":{"files":{"readme":"README-public.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2024-01-10T11:17:32.000Z","updated_at":"2025-10-16T04:38:01.000Z","dependencies_parsed_at":"2024-02-12T10:55:18.956Z","dependency_job_id":"29707693-617a-4912-be1b-67c79da2b7a1","html_url":"https://github.com/eccenca/cmem-plugin-uuid","commit_stats":null,"previous_names":["eccenca/cmem-plugin-uuid"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eccenca/cmem-plugin-uuid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fcmem-plugin-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fcmem-plugin-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fcmem-plugin-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fcmem-plugin-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eccenca","download_url":"https://codeload.github.com/eccenca/cmem-plugin-uuid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fcmem-plugin-uuid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29555184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["corporate-memory","eccenca","plugin","uuid"],"created_at":"2024-11-21T14:29:12.526Z","updated_at":"2026-02-17T19:32:05.867Z","avatar_url":"https://github.com/eccenca.png","language":"Python","readme":"# cmem-plugin-uuid\n\nCreate universally unique identifiers (UUIDs) versions 1, 3, 4, 5, 6, 7 and 8 in transformations.\n\n\n[![eccenca Corporate Memory][cmem-shield]][cmem-link]\n\nThis is a plugin for [eccenca](https://eccenca.com) [Corporate Memory](https://documentation.eccenca.com). You can install it with the [cmemc](https://eccenca.com/go/cmemc) command line clients like this:\n\n```\ncmemc admin workspace python install cmem-plugin-uuid\n```\n[![workflow](https://github.com/eccenca/cmem-plugin-uuid/actions/workflows/check.yml/badge.svg)](https://github.com/eccenca/cmem-plugin-uuid/actions) [![pypi version](https://img.shields.io/pypi/v/cmem-plugin-uuid)](https://pypi.org/project/cmem-plugin-uuid) [![license](https://img.shields.io/pypi/l/cmem-plugin-uuid)](https://pypi.org/project/cmem-plugin-uuid)\n[![poetry][poetry-shield]][poetry-link] [![ruff][ruff-shield]][ruff-link] [![mypy][mypy-shield]][mypy-link] [![copier][copier-shield]][copier] \n\n[cmem-link]: https://documentation.eccenca.com\n[cmem-shield]: https://img.shields.io/endpoint?url=https://dev.documentation.eccenca.com/badge.json\n[poetry-link]: https://python-poetry.org/\n[poetry-shield]: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\n[ruff-link]: https://docs.astral.sh/ruff/\n[ruff-shield]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\u0026label=Code%20Style\n[mypy-link]: https://mypy-lang.org/\n[mypy-shield]: https://www.mypy-lang.org/static/mypy_badge.svg\n[copier]: https://copier.readthedocs.io/\n[copier-shield]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json\n\n\nUUID1 version is generated from a host ID, sequence number, and the current time.\n\n### Parameters\n\n#### Node\n\nNode value in the form \"01:23:45:67:89:AB\", \"01-23-45-67-89-AB\", or \"0123456789AB\".\nIf not given, [`uuid.getnode()`](https://docs.python.org/3/library/uuid.html#uuid.getnode) is used to \nattempt to obtain the hardware address. If this is unsuccessful a random 48-bit number is chosen.\n\nDefault value: _None_  \nID: `node`\n\n#### Clock sequence\n\nIf clock sequence is given, it is used as the sequence number, otherwise a random 14-bit sequence number is chosen.\n\nDefault value: _None_  \nID: `clock_seq`\n\n\u003cbr\u003e\n\n## UUID3\n\nUUID version 3 is a reproducible UUID based on the MD5 hash of a namespace identifier (which is a UUID) and a name\n(which is a string).\n\n\n### Parameters\n\n#### Namespace\n\nThe namespace can be entered manually or selected from the namespace UUIDs defined in\n[RFC 4122](https://www.rfc-editor.org/rfc/rfc4122):\n\n- Namespace DNS: 6ba7b810-9dad-11d1-80b4-00c04fd430c8 (*namespace_dns*)\n- Namespace URL: 6ba7b811-9dad-11d1-80b4-00c04fd430c8 (*namespace_url*)\n- Namespace OID: 6ba7b812-9dad-11d1-80b4-00c04fd430c8 (*namespace_oid*)\n- Namespace X500: 6ba7b814-9dad-11d1-80b4-00c04fd430c8 (*namespace_x500*)\n\nIf none of the predefined namespace UUIDs is selected, the input namespace is either directly\ninterpreted as a UUID, or used to derive a UUID (see parameter _Namespace as UUID_). If no namespace is given,\nthe output is the same as that of the standard CMEM UUID operator with input value.\n\nDefault value: _none_  \nID: `namespace`\n\n#### Use input as namespace\n\nIf enabled, the input value is used for the namespace.\n\nDefault value: _False_  \nID: `input_as_namespace`\n\n#### Namespace as UUID\n\nApplies only if none of the pre-defined namespaces is selected. If enabled, the namespace string\nneeds to be a valid UUID. Otherwise, the namespace UUID is a UUIDv1 derived from the MD5 \nhash of the namespace string.\n\nDefault value: _False_  \nID: `namespace_as_uuid`\n\n\u003cbr\u003e\n\n\n## UUID4\n\nUUID version 4 specifies a random UUID. This plugin is equivalent to the standard CMEM UUID operator without input value.\n\n\u003cbr\u003e\n\n\n## UUID5\n\nUUID version 5 is a reproducible UUID based on the SHA1 hash of a namespace identifier (which is a UUID) and a\nname (which is a string).\n\n### Parameters\n\n#### Namespace\n\nThe namespace can be entered manually or selected from the namespace UUIDs defined in\n[RFC 4122](https://www.rfc-editor.org/rfc/rfc4122):\n\n- Namespace DNS: 6ba7b810-9dad-11d1-80b4-00c04fd430c8 (*namespace_dns*)\n- Namespace URL: 6ba7b811-9dad-11d1-80b4-00c04fd430c8 (*namespace_url*)\n- Namespace OID: 6ba7b812-9dad-11d1-80b4-00c04fd430c8 (*namespace_oid*)\n- Namespace X500: 6ba7b814-9dad-11d1-80b4-00c04fd430c8 (*namespace_x500*)\n\nIf none of the predefined namespace UUIDs is selected, the input namespace is either directly\ninterpreted as a UUID, or used to derive a UUID (see parameter _Namespace as UUID_).\n\nDefault value: _none_  \nID: `namespace`\n\n#### Namespace as UUID\n\nApplies only if none of the pre-defined namespaces is selected. If enabled, the namespace string\nneeds to be a valid UUID. Otherwise, the namespace UUID is a UUIDv1 derived from the SHA1 \nhash of the namespace string.\n\nDefault value: _False_  \nID: `namespace_as_uuid`\n\n\u003cbr\u003e\n\n## UUID6\n\nUUID6 version is generated from a host ID, sequence number, and the current time.\nUUID version 6 is a field-compatible version of UUIDv1, reordered for improved DB locality. \n\n### Parameters\n\n#### Node\n\nNode value in the form \"01:23:45:67:89:AB\", \"01-23-45-67-89-AB\", or \"0123456789AB\".\nIf not given, a random 48-bit sequence number is chosen.\n\nDefault value: _None_  \nID: `node`\n\n#### Clock sequence\n\nIf clock sequence is given, it is used as the sequence number, otherwise a random 14-bit number is chosen.\n\nDefault value: _None_  \nID: `clock_seq`\n\n\u003cbr\u003e\n\n## UUID7\n\nUUID version 7 features a time-ordered value field derived from the\nwidely implemented and well known Unix Epoch timestamp source, the\nnumber of milliseconds since midnight 1 Jan 1970 UTC, leap seconds\nexcluded, as well as improved entropy characteristics over versions\n1 or 6.\n\n\u003cbr\u003e\n\n## UUID8\n\nUUID version 8 features a time-ordered value field derived from the\nwidely implemented and well known Unix Epoch timestamp source, the\nnumber of nanoseconds since midnight 1 Jan 1970 UTC, leap seconds\nexcluded.\n\n\u003cbr\u003e\n\n## UUID1 to UUID6\n\nGenerate a UUID version 6 from a UUID version 1. The input needs to be a valid UUIDv1\nhexdecimal string.\n\n\u003cbr\u003e\n\n## UUID Version\n\nOutputs the UUID version from a UUID input string.\n\n\u003cbr\u003e\n\n## UUID Convert\n\nConvert a UUID from one format to another. The plugin accepts strings in the correct format, however, the log will show\na warning if the input does not comply with the standard specified in [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122) and the \n[proposed updates](https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-01.html).\n\n### Parameters\n\n#### From\n\nThe input format\n\nOptions:\n\n- **UUID/32-character hexadecimal string** (*uuid_hex*):\n\n  A standard UUID or a UUID as a 32-character lowercase hexadecimal string.\n- **128-bit integer** (_int_):\n\n  The UUID as a 128-bit integer.\n- **URN** (_urn_):\n\n  The UUID as a URN.\n\nDefault value: _UUID/32-character lowercase hexadecimal string_   \nID: `from_format`\n\n#### To\n\nThe output format\n\nOptions:\n\n- **UUID** (_uuid_):\n\n  A standard UUID.\n- **32-character lowercase hexadecimal string** (_hex_):\n\n  The UUID as a 32-character lowercase hexadecimal string.\n- **128-bit integer** (_int_):\n\n  The UUID as a 128-bit integer.\n- **URN** (_urn_):\n\n  The UUID as a URN as specified in [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122).\n\nDefault value: _32-character lowercase hexadecimal string_  \nID: `to_format`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feccenca%2Fcmem-plugin-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feccenca%2Fcmem-plugin-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feccenca%2Fcmem-plugin-uuid/lists"}