You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tiny but linear growing unique id generator. (Python version)
How to Use?
In [1]: import yeast
In [3]: yeast.yeast()
Out[3]: 'MQUsEXR'
In [4]: yeast.decode('MQUsEXR')
Out[4]: 1540263307355
In [5]: yeast.encode(1540263307355)
Out[5]: 'MQUsEXR'