DESCRIPTION.rst 391 B

123456789101112131415161718192021
  1. ================
  2. Python SnowFlake
  3. ================
  4. A library that provides snowflake features to python, including Client and Server.
  5. You will not need to
  6. This is extend of https://github.com/koblas/pysnowflake with Client adding.
  7. See `documentations <http://pysnowflake.readthedocs.org/en/latest/>`_
  8. ----------
  9. Change log
  10. ----------
  11. 0.1.3
  12. *****
  13. * Fix syntax errors with python 2.7