pinotdb

View on PyPIReverse Dependencies (11)

5.6.0 pinotdb-5.6.0-py3-none-any.whl

Wheel Details

Project: pinotdb
Version: 5.6.0
Filename: pinotdb-5.6.0-py3-none-any.whl
Download: [link]
Size: 19452
MD5: 7a7356e0ec1e39a4512b74939eedc8b2
SHA256: aa4f239d2ed70cc4d9533d8ed1a098b72ecc749d7960f4c9af874009ae03db4c
Uploaded: 2024-07-14 11:44:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pinotdb
Version: 5.6.0
Summary: Python DB-API and SQLAlchemy dialect for Pinot.
Author: Beto Dealmeida
Author-Email: beto[at]dealmeida.net
Home-Page: https://github.com/python-pinot-dbapi/pinot-dbapi
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7,<4
Requires-Dist: ciso8601 (<3.0.0,>=2.1.3)
Requires-Dist: httpx (<0.28.0,>=0.23.0)
Requires-Dist: requests (<3.0.0,>=2.25.0); extra == "sqlalchemy"
Requires-Dist: sqlalchemy (<2,>=1.4); extra == "sqlalchemy"
Provides-Extra: sqlalchemy
Description-Content-Type: text/markdown
[Description omitted; length: 17587 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pinotdb/__init__.py sha256=Ty5LffAIUIRTzxa2AstQ-DTjymowGp09iHga7n8dgaU 682
pinotdb/db.py sha256=PvnKjuJrqUDSMpioaRBUGRSIDJvpvZcgfRLQqCxm67s 20135
pinotdb/exceptions.py sha256=jbDNnerY6h_4cVJhoNuAWQPCLtSO80APdtTc0iBVzHk 438
pinotdb/keywords.py sha256=NeOv01WH71HTUi2X4vetTxga9pmLg2NSmlaB1JGfTTQ 13171
pinotdb/sqlalchemy.py sha256=W84b52ldLx-FYBEx1p00AmxuMDCTNoHH_FxP_wgQVhI 12433
pinotdb-5.6.0.dist-info/LICENSE sha256=fr2WOVkt2s5uKrYZDu_74sE9Vt9_ktQG8SBbuTsdW1I 1087
pinotdb-5.6.0.dist-info/METADATA sha256=c9bmztKNELyuhoZu_vOkWestQM0p9MI-q6VfHUL4nw0 18535
pinotdb-5.6.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pinotdb-5.6.0.dist-info/entry_points.txt sha256=wsVcdiepGHtAQEG2TiPTJR3HcNGe4gsJzWMCsTnOk6E 161
pinotdb-5.6.0.dist-info/RECORD

entry_points.txt

pinot = pinotdb.sqlalchemy:PinotHTTPDialect
pinot.http = pinotdb.sqlalchemy:PinotHTTPDialect
pinot.https = pinotdb.sqlalchemy:PinotHTTPSDialect