Tiny but linear growing unique id generator. (Python version)
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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|