Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ 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`_.

.. _Sawdust Software Blog: http://engineering.custommade.com/simpleflake-distributed-id-generation-for-the-lazy

.. _Sawdust Software Blog: https://web.archive.org/web/20140420064035/http://engineering.custommade.com/simpleflake-distributed-id-generation-for-the-lazy/

.. _API Documentation: https://simpleflake.readthedocs.org/en/latest/

.. _Travis build status: https://travis-ci.org/SawdustSoftware/simpleflake