Skip to content

BroHui/python-yeast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tiny but linear growing unique id generator. (Python version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages