Metadata-Version: 1.0
Name: simpleflake
Version: 0.1.4
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
Description: ===========
        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
        
Platform: UNKNOWN
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
