questdb-connect

View on PyPIReverse Dependencies (0)

1.0.11 questdb_connect-1.0.11-py3-none-any.whl

Wheel Details

Project: questdb-connect
Version: 1.0.11
Filename: questdb_connect-1.0.11-py3-none-any.whl
Download: [link]
Size: 26138
MD5: 65891e63ec21f37ffbe9de48e106e3d4
SHA256: e8b21e8e8857feaa94ded878124693ce7de971febf1dd8bef9722c3ba2d39a4f
Uploaded: 2023-11-03 10:17:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: questdb-connect
Version: 1.0.11
Summary: SqlAlchemy library
Author-Email: "questdb.io" <miguel[at]questdb.io>
Project-Url: Homepage, https://github.com/questdb/questdb-connect/
Project-Url: Bug Tracker, https://github.com/questdb/questdb-connect/issues/
Project-Url: QuestDB GitHub, https://github.com/questdb/questdb/
Project-Url: QuestDB Docs, https://questdb.io/docs/
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: psycopg2-binary (~=2.9.6); extra == "test"
Requires-Dist: SQLAlchemy (<2,>=1.4); extra == "test"
Requires-Dist: apache-superset (>=3.0.0); extra == "test"
Requires-Dist: sqlparse (==0.4.4); extra == "test"
Requires-Dist: pytest (~=7.3.0); extra == "test"
Requires-Dist: pytest-mock (~=3.11.1); extra == "test"
Requires-Dist: black (~=23.3.0); extra == "test"
Requires-Dist: ruff (~=0.0.269); extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3865 characters]

WHEEL

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

RECORD

Path Digest Size
examples/__init__.py sha256=mdAOgxO7iaf22IuDLzyxCanSHjM6Q6pEdIu2KXlrADE 298
examples/hello_world.py sha256=4VdCeOhLOg_hEQ2bV2xpU0w0ZrO-Ah9u4PdqUowGC1g 998
examples/psycopg2_connect.py sha256=Cp5UUETqdmobszzjaKRHXEDJtWiy7z92A-XerkRhlng 1658
examples/server_utilisation.py sha256=Hbr5pR3xk8C5jvJLY4GHDWmwrcRQwP2XiujvFiPtU_M 2012
examples/sqlalchemy_orm.py sha256=3nw9sTR1x92SPcld-oTyi7eKZUodc7zqkUs7S7uYIlk 3128
examples/sqlalchemy_raw.py sha256=ehQHtkE9ruaRxbh6Po2ps_lsMBJesTbGWxTgGHbtHw4 1204
qdb_superset/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
qdb_superset/db_engine_specs/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
qdb_superset/db_engine_specs/questdb.py sha256=kcOqMB8PBQPAq1TMtYFKTZe9F1aXIR5r2FteszFrh_8 11589
questdb_connect/__init__.py sha256=xlcr0yEG4FdNU80VeQGVn2BlnZAci6zmaL9EMDXz3CQ 2430
questdb_connect/common.py sha256=e2luW8xykmrOpkcCCfy0699upZDIitVbQqsnugyQfKQ 705
questdb_connect/compilers.py sha256=l5UdM4oVVsChZL5F1JBZT96_kWBpGvAUp2g-GvRUwIU 1463
questdb_connect/dialect.py sha256=Ej5AlAwLs1Lku-ezTRhe5Z4sJ7uuNeSQ3eiSouwby8c 4078
questdb_connect/identifier_preparer.py sha256=_aAgsQ1-jhlZglnVbjPcDl1H42pdJ3ItcfDNUP-HnlM 1603
questdb_connect/inspector.py sha256=PAsHc9Re0Y0KSSRlsv9nID4ATP8xQTu0k0xLCnXSTW8 3275
questdb_connect/keywords_functions.py sha256=pMBWtv0TpDGMFUb387kWrV8NEY5lGWpuakeqwbktK7w 5460
questdb_connect/table_engine.py sha256=C8XcmFLdsno8p0aGmfOhokvbYAMwWhOfWH6exEp-s-k 2368
questdb_connect/types.py sha256=bog_hEd0V2CqeT-Cz9YCcI2dQP755r0-NVqDUMD5ZqU 4781
questdb_connect-1.0.11.dist-info/LICENSE sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0 11357
questdb_connect-1.0.11.dist-info/METADATA sha256=sNrz6ivyYOhEskHiAALEDt56cGvALFd9-lMiSdpK3kI 5072
questdb_connect-1.0.11.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
questdb_connect-1.0.11.dist-info/entry_points.txt sha256=p4jbcpflSB4A0KVeXM9B9LroK79wjSB7a1-Q-AxlvKE 164
questdb_connect-1.0.11.dist-info/top_level.txt sha256=pDEFDgk4J077QkjMzxpAGPRrq_xyagPt-G7zeASGdjs 38
questdb_connect-1.0.11.dist-info/RECORD

top_level.txt

examples
qdb_superset
questdb_connect

entry_points.txt

questdb = questdb_connect.dialect:QuestDBDialect
questdb = qdb_superset.db_engine_specs.questdb:QuestDbEngineSpec