ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

Add pickle support #455

Closed ahawker closed 4 years ago

ahawker commented 4 years ago

Status: Ready

If merged, this PR adds support for pickling MemoryView instances, which includes Randomness, Timestamp, and ULID.

Fixes #452

codecov[bot] commented 4 years ago

Codecov Report

Merging #455 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #455   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          325       329    +4     
  Branches        75        75           
=========================================
+ Hits           325       329    +4     
Impacted Files Coverage Δ
ulid/ulid.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 64db8e6...d7f1641. Read the comment docs.