ULID (Universally Unique Lexicographically Sortable Identifier) library for Python. Provides encoding and decoding of ULID strings from timestamps and random components. Current version: 1.1, with infrequent releases.
pip install ulidVerified import paths — ran on the pinned version, not inferred.
Generates a new ULID, decodes it, and creates one from a timestamp.
Consider alternative libraries like python-ulid or ulid-py for active maintenance.
Work directly with the string output from ulid.new().
Handle the integer random bits; convert to hex or bytes if needed.
Use 'import ulid' then call ulid.new() etc.
Reinstall with 'pip install ulid==1.1' and ensure no other ulid module in PYTHONPATH.
No dependency data recorded yet.