Metadata-Version: 2.4
Name: simpleflake
Version: 0.1.5
Summary: Twitter snowflake compatible super-simple distributed ID generator.
Home-page: https://github.com/SawdustSoftware/simpleflake
Author: Mali Akmanalp (Custommade Ventures)
Author-email: mali+simpleflake@custommade.com
License: MIT
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: summary

===========
simpleflake
===========

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

    pip install 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
.. _API Documentation: https://simpleflake.readthedocs.org/en/latest/
.. _Travis build status: https://travis-ci.org/SawdustSoftware/simpleflake
