pinotdb

View on PyPIReverse Dependencies (10)

5.2.0 pinotdb-5.2.0-py3-none-any.whl

Wheel Details

Project: pinotdb
Version: 5.2.0
Filename: pinotdb-5.2.0-py3-none-any.whl
Download: [link]
Size: 19319
MD5: 09cdf2fdd159e19e7ea116489743c062
SHA256: 4e2bb2619cf8ed29c4a4be3ba5efbfff696f442adb6f19e5abd449f43757c229
Uploaded: 2024-05-02 14:11:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pinotdb
Version: 5.2.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.24.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: 17585 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=JjbousjkH_6RJyqYePCcs1ch8ZNvxUSHC97N6UVdwSI 19638
pinotdb/exceptions.py sha256=jbDNnerY6h_4cVJhoNuAWQPCLtSO80APdtTc0iBVzHk 438
pinotdb/keywords.py sha256=NeOv01WH71HTUi2X4vetTxga9pmLg2NSmlaB1JGfTTQ 13171
pinotdb/sqlalchemy.py sha256=Fyuch2uoP958vA8k4XuYiZZQl1IxDg1jXgUWggeVJSE 12224
pinotdb-5.2.0.dist-info/LICENSE sha256=fr2WOVkt2s5uKrYZDu_74sE9Vt9_ktQG8SBbuTsdW1I 1087
pinotdb-5.2.0.dist-info/METADATA sha256=CUltjf9u8qtUE0BjT7unR13Pa6FBEmBaxmUT_MudLkE 18533
pinotdb-5.2.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pinotdb-5.2.0.dist-info/entry_points.txt sha256=wsVcdiepGHtAQEG2TiPTJR3HcNGe4gsJzWMCsTnOk6E 161
pinotdb-5.2.0.dist-info/RECORD

entry_points.txt

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