mdomke / python-ulid

ULID implementation for Python
https://python-ulid.rtfd.io
MIT License
391 stars 18 forks source link

Implement ULID.parse() #29

Open perrotuerto opened 2 months ago

perrotuerto commented 2 months ago

The package ulid-py has the classmethod parse, used when the caller is trying to parse a ULID from a value when they're unsure what format/primitive type it will be given in.

This PR implements ULID.parse() for this package and according to its API.

dhavalsavalia commented 2 months ago

Thanks! Just when I was about to write this myself.

Thank you so much once again!

perrotuerto commented 1 month ago

Hi, any feedback about this PR?