/simpleflake

Distributed ID generation in python for the lazy.

Primary LanguagePythonOtherNOASSERTION

simpleflake

Distributed ID generation in python for the lazy. To install, run:

pip install simpleflake

Example usage:

from simpleflake import simpleflake

def getid():
    return simpleflake()

You can read an overview of what this does and why it came into being at the Sawdust Software Blog.

You can also read the API Documentation and check out the Travis build status.