python-ulid icon indicating copy to clipboard operation
python-ulid copied to clipboard

Implement ULID.parse()

Open perrotuerto opened this issue 1 year ago • 1 comments

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.

perrotuerto avatar Jun 30 '24 20:06 perrotuerto

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

Thank you so much once again!

dhavalsavalia avatar Jul 01 '24 04:07 dhavalsavalia

Hi, any feedback about this PR?

perrotuerto avatar Aug 10 '24 17:08 perrotuerto

@perrotuerto Thank you very much and sorry for the veeery long response time

mdomke avatar Oct 11 '24 09:10 mdomke