ahawker / ulid

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

Expose `parse` to module interface #318

Closed ahawker closed 5 years ago

ahawker commented 5 years ago

If merged, this fixes #313.

This PR contains oversights from #314 that were not included. Unfortunately, the 0.0.8 release will have parse method support that is not exposed on the ulid module and thus, will require another version bump. Such is life.

codecov[bot] commented 5 years ago

Codecov Report

Merging #318 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #318   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         291    293    +2     
  Branches       68     69    +1     
=====================================
+ Hits          291    293    +2
Impacted Files Coverage Δ
ulid/api.py 100% <100%> (ø) :arrow_up:

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 b15f425...2b9f412. Read the comment docs.