{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"}],"enrichment":{"capability":"Generates and parses UUIDv7 identifiers with embedded creation timestamps, following the final RFC 9562 specification and providing Python datetime integration.","skillfed_tags":["uuid-generation","timestamp-ordering","rfc-9562"],"use_cases":["Generate sortable primary keys for database records that also encode creation time.","Create time-ordered identifiers in distributed systems where you need both uniqueness and temporal ordering.","Extract the creation timestamp from an existing UUIDv7 to audit or filter records by when they were created.","Migrate from millisecond-based or string-based timestamp schemes to standard-compliant UUIDs.","Build event logs or audit trails where the UUID itself carries the event timestamp."],"what_it_does":"uuid7-standard generates UUIDv7 identifiers that embed creation timestamps and can extract those timestamps back out, following the final RFC 9562 specification. It wraps Python's standard datetime and UUID facilities rather than exposing raw millisecond values or strings, making it natural to use in Pythonic code. The main use case is creating sortable, time-ordered identifiers suitable for database primary keys or distributed systems where you want both uniqueness and temporal ordering.\n\nThe package explicitly avoids the older abandoned `uuid7` package on PyPI, which implemented a draft RFC with incorrect timestamps. Since Python's standard library has no UUIDv7 support yet, this fills that gap for developers who need RFC 9562-compliant UUIDs with timestamp extraction. It has no runtime dependencies beyond the standard library.","worth_installing":"Yes, if you need RFC 9562-compliant UUIDv7 generation with Python datetime integration and no external dependencies. The package is new (first release 2025-07-03) and marked aging, so verify that maintenance will continue before adopting it in production systems. It explicitly solves the problem of the older, broken `uuid7` package on PyPI, so check that you're not accidentally installing the wrong one."},"id":"uuid7-standard","links":{"html":"https://skillfed.io/packages/uuid7-standard","md":"https://skillfed.io/packages/uuid7-standard.md","pypi":"https://pypi.org/project/uuid7-standard/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-07-04","license_spdx":null,"license_treatment":"permissive","name":"uuid7-standard","python_support":"supports_current","summary":"UUIDv7 with the final standard. Not to be confused with the uuid7 package on pypi, based on a draft version that was very different."},"popularity":{"monthly_downloads":155237,"position":10829,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
