PyHive6si

View on PyPIReverse Dependencies (0)

0.0.5.dev0 PyHive6si-0.0.5.dev0-py3-none-any.whl

Wheel Details

Project: PyHive6si
Version: 0.0.5.dev0
Filename: PyHive6si-0.0.5.dev0-py3-none-any.whl
Download: [link]
Size: 54128
MD5: b0a7baa708fecbaa1a7bef9a3c279d4d
SHA256: 040f36290942dbfa951acf98cd886e07e3fb646116652e98227cbc6b947f07c3
Uploaded: 2023-08-21 04:31:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: PyHive6si
Version: 0.0.5.dev0
Summary: Python interface to Hive
Author: abhishek gupta
Author-Email: abhishek.gupta[at]6sense.com
Home-Page: https://github.com/dropbox/PyHive
License: Apache License, Version 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database :: Front-Ends
Requires-Dist: future
Requires-Dist: python-dateutil
Requires-Dist: sasl (>=0.2.1); extra == "hive"
Requires-Dist: thrift (>=0.13.0); extra == "hive"
Requires-Dist: thrift-sasl (>=0.1.0); extra == "hive"
Requires-Dist: pure-sasl (>=0.6.2); extra == "hive_pure_sasl"
Requires-Dist: thrift (>=0.10.0); extra == "hive_pure_sasl"
Requires-Dist: thrift-sasl (>=0.1.0); extra == "hive_pure_sasl"
Requires-Dist: requests-kerberos (>=0.12.0); extra == "kerberos"
Requires-Dist: requests (>=1.0.0); extra == "presto"
Requires-Dist: sqlalchemy (>=1.3.0); extra == "sqlalchemy"
Requires-Dist: requests (>=1.0.0); extra == "trino"
Provides-Extra: hive
Provides-Extra: hive_pure_sasl
Provides-Extra: kerberos
Provides-Extra: presto
Provides-Extra: sqlalchemy
Provides-Extra: trino
License-File: LICENSE
[Description omitted; length: 8446 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
TCLIService/TCLIService.py sha256=dSW76LC_0GILt2lUjjqpOtq4jTLi7C4qg-Dc9fVo-vY 131364
TCLIService/__init__.py sha256=XERxa3ZbrWjXGs8DuVmNGw8jth4LsnQPJnAGCG3PacU 49
TCLIService/constants.py sha256=iTFnQWnw4GDxZycJRLDGKGCvfjT3CiuCfhnU4Bynvws 1087
TCLIService/ttypes.py sha256=iMrIfTL_wPCrcoNEwguUvISiz3ZWDC4nDZ1NLWoZzvU 263044
pyhive/__init__.py sha256=xDryIB14GiNjRL311dTMJm1oAvDx38mcA0TRY5ybbCI 101
pyhive/common.py sha256=xjlAUyXC1y6e2mWy5fu3Lz9az5AU43FAPXSR6jKuwUQ 9340
pyhive/exc.py sha256=syjd3bTnNW9gSIX9XA0xrc23mpB97XKXHE7SV2witIY 2196
pyhive/hive.py sha256=oCZIZW9wCTh_uy4WkJfLrxZIGxaSyCPIWINdzbXOdL8 23558
pyhive/presto.py sha256=dNp8pMBVnAcfD2_-Y4eJrUjXSmcKCwTP44j9jWTKrzU 15379
pyhive/sasl_compat.py sha256=ziaycoKL1NTOxTsD-xh9ALcZS4CHDlfgg6JAnjTVnrE 1992
pyhive/sqlalchemy_hive.py sha256=Jy_7QDYN-DjE-ynXwF44C5dhAigmei_o9E4eNrC_gis 13484
pyhive/sqlalchemy_presto.py sha256=4W4MXzxgh-s8P46AbtGSU2AakkdLBaZwbgZ_DTMh-lo 7939
pyhive/sqlalchemy_trino.py sha256=FedNe6qNomXMftbzlKO5ACd23cdGwv29n2sp3LwvHTw 2234
pyhive/trino.py sha256=JaD7t1713q7gtEVbk9qB-dM_vTvhTCrGXlbkO0CfpHY 4833
PyHive6si-0.0.5.dev0.dist-info/LICENSE sha256=uFTJnjCB9m135iNwqUIjqo4qNXkVqMSy_7f4-Gwyw8M 558
PyHive6si-0.0.5.dev0.dist-info/METADATA sha256=x10vwKKXdligpQjbHDAcz-DysAbnU5srFlOHFUsHpeY 9700
PyHive6si-0.0.5.dev0.dist-info/WHEEL sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o 92
PyHive6si-0.0.5.dev0.dist-info/entry_points.txt sha256=xhQfavVMueibLcD-fu07xkrICXCvGwrBwQcpkx1SKMo 268
PyHive6si-0.0.5.dev0.dist-info/top_level.txt sha256=m6lKCFPpevXdJ7fnO5LT7NUctW8wwlY0L3gxvMgdoMA 19
PyHive6si-0.0.5.dev0.dist-info/RECORD

top_level.txt

TCLIService
pyhive

entry_points.txt

hive = pyhive.sqlalchemy_hive:HiveDialect
hive.http = pyhive.sqlalchemy_hive:HiveHTTPDialect
hive.https = pyhive.sqlalchemy_hive:HiveHTTPSDialect
presto = pyhive.sqlalchemy_presto:PrestoDialect
trino.pyhive = pyhive.sqlalchemy_trino:TrinoDialect