saresend / KSUID

Sortable UIDs in Python
MIT License
94 stars 13 forks source link

Update PyPI? #4

Open jplock opened 6 years ago

jplock commented 6 years ago

Is it possible to update PyPI with the latest version?

goldstar611 commented 4 years ago

Yes, an update would be nice

byrro commented 3 years ago

+1 The version currently in PyPI is not usable, it doesn't take a custom timestamp argument, for example...

bajcmartinez commented 3 years ago

did anyone solved this issue? I really would love to have the option for the custom timestamp. As alternative solution I installed the package from git repo directly

goldstar611 commented 3 years ago

alternative options have been discussed on TheHackerNews a few months ago: https://news.ycombinator.com/item?id=27030088

SaintSimmo commented 2 years ago

Following up on what @goldstar611 mentioned, in lieu of a PyPi update for this repo, I've switched to the actively maintained ULID implementation by ahawker https://github.com/ahawker/ulid which fills the same need.