Metadata-Version: 2.0
Name: presto-python-client
Version: 0.1.0
Summary: Client for the Presto distributed SQL Engine
Home-page: https://github.com/prestodb/presto-python-client
Author: Presto Team
Author-email: presto-users@googlegroups.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database :: Front-Ends
Requires-Dist: click (==6.7)
Requires-Dist: future (==0.16.0)
Requires-Dist: requests (==2.13.0)
Requires-Dist: six (==1.10.0)
Requires-Dist: typing (==3.5.3.0)


Client for Presto (https://prestodb.io), a distributed SQL engine for
interactive and batch big data processing. Provides a low-level client and
a DBAPI 2.0 implementation.


