METADATA 985 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Metadata-Version: 2.0
  2. Name: pysnowflake
  3. Version: 0.1.3
  4. Summary: Python Snowflake Kit
  5. Home-page: https://github.com/tarzanjw/pysnowflake
  6. Author: Học .T Đỗ
  7. Author-email: hoc3010@gmail.com
  8. License: UNKNOWN
  9. Keywords: snowflake server client
  10. Platform: UNKNOWN
  11. Classifier: Programming Language :: Python
  12. Classifier: Programming Language :: Python :: 2.7
  13. Classifier: Programming Language :: Python :: 3
  14. Classifier: Topic :: Utilities
  15. Classifier: Topic :: Software Development :: Libraries
  16. Requires-Dist: requests
  17. Requires-Dist: six
  18. Requires-Dist: tornado
  19. ================
  20. Python SnowFlake
  21. ================
  22. A library that provides snowflake features to python, including Client and Server.
  23. You will not need to
  24. This is extend of https://github.com/koblas/pysnowflake with Client adding.
  25. See `documentations <http://pysnowflake.readthedocs.org/en/latest/>`_
  26. ----------
  27. Change log
  28. ----------
  29. 0.1.3
  30. *****
  31. * Fix syntax errors with python 2.7