uuid6-python
uuid6-python copied to clipboard
New time-based UUID formats which are suited for use as a database key
Without this PR, the only way to instantiate a UUID7 is with the current moment in time. This PR allows passing a timestamp in ms instead.
Bumps [coverage[toml]](https://github.com/coveragepy/coveragepy) from 7.10.7 to 7.13.1. Release notes Sourced from coverage[toml]'s releases. 7.13.1 Version 7.13.1 — 2025-12-28 Added: the JSON report now includes a "start_line" key for function and class...
When running the test suite on PyPy3.11 7.3.20, the following test fails: ```pytb $ python -m unittest .....F...................... ====================================================================== FAIL: test_time (test.test_uuid6.UUIDTests.test_time) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/uuid6-python/test/test_uuid6.py",...