UUIDer
UUIDer is an open-source software library and command-line tool for generating and manipulating Universally Unique Identifiers (UUIDs). It provides generation, validation, formatting, and parsing across multiple UUID versions, aiming to simplify UUID handling in distributed systems and data stores.
UUIDer originated as a lightweight CLI designed to produce and verify UUIDs, and later evolved into a
Key features include support for UUID versions 1, 3, 4, and 5, deterministic generation for testing, and
Across languages, UUIDer is implemented in Python, JavaScript/TypeScript, Go, and Rust, and is distributed through common
Common use cases include generating identifiers for microservices requests, database keys, and configuration labels, where portability
See also: Universally Unique Identifier, RFC 4122, UUID versions 1, 3, 4, 5.