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
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
Please report any issues via github issues