Skip to content

Python Client for Twitter's Snowflake Unique ID Generator Service

Notifications You must be signed in to change notification settings

erans/pysnowflakeclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pysnowflakeclient

Join the chat at https://gitter.im/erans/pysnowflakeclient

pysnowflakeclient is a Python library to access Snowflake servers. Snowflake is a unique id generator written by Twitter - https://github.com/twitter/snowflake

You can also checkout the Python implementation of the server called PySnowflake at https://github.com/erans/pysnowflake

Installation

Installing: pip install pysnowflake

Installing form github: pip install -e git://github.com/erans/pysnowflakeclient.git#egg=pysnowflakeclient

Installing from source: git clone git://github.com/erans/pysnowflakeclient.git; cd pysnowflakeclient; python setup.py install

Requirements

Issues

Please report any issues via github issues

About

Python Client for Twitter's Snowflake Unique ID Generator Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages