12345678910111213141516171819202122232425262728293031323334353637383940 |
- Metadata-Version: 2.0
- Name: pysnowflake
- Version: 0.1.3
- Summary: Python Snowflake Kit
- Home-page: https://github.com/tarzanjw/pysnowflake
- Author: Học .T Đỗ
- Author-email: hoc3010@gmail.com
- License: UNKNOWN
- Keywords: snowflake server client
- Platform: UNKNOWN
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3
- Classifier: Topic :: Utilities
- Classifier: Topic :: Software Development :: Libraries
- Requires-Dist: requests
- Requires-Dist: six
- Requires-Dist: tornado
- ================
- Python SnowFlake
- ================
- A library that provides snowflake features to python, including Client and Server.
- You will not need to
- This is extend of https://github.com/koblas/pysnowflake with Client adding.
- See `documentations <http://pysnowflake.readthedocs.org/en/latest/>`_
- ----------
- Change log
- ----------
- 0.1.3
- *****
- * Fix syntax errors with python 2.7
|