Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 283 Bytes

File metadata and controls

20 lines (14 loc) · 283 Bytes

python-yeast

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'

Enjoy.