QuestDB client library for Python
Project description
This is the official Python client library for QuestDB.
This client library implements the QuestDB Wire Protocol (QWP) over WebSocket for pooled ingestion and queries — the deployment-level questdb.connect() API. A connection-level Sender (one sender = one connection) covers the legacy ILP transports — QuestDB’s variant of the InfluxDB Line Protocol over HTTP and TCP, including HTTP transactions — plus QWP over UDP.
This implementation supports authentication and full-connection encryption with TLS.
Install
The latest version of the library is 5.0.0 (changelog).
python3 -m pip install -U questdb[dataframe]
Quickstart
Start by setting up QuestDB . Once set up, you can use this library to insert data.
The most common way to insert data is from a Pandas dataframe.
import numpy as np
import pandas as pd
import questdb
df = pd.DataFrame({
'symbol': pd.Categorical(['ETH-USD', 'BTC-USD']),
'side': pd.Categorical(['sell', 'sell']),
'price': [2615.54, 39269.98],
'amount': [0.00044, 0.001],
# NumPy float64 arrays require QuestDB server >= 9.0.0.
'ord_book_bids': [
np.array([2615.54, 2618.63]),
np.array([39269.98, 39270.00])
],
'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])})
conf = 'ws::addr=localhost:9000;'
with questdb.connect(conf) as db:
db.dataframe(df, table_name='trades', at='timestamp')
You can also send individual rows. This only requires a more minimal installation:
python3 -m pip install -U questdb
import numpy as np
import questdb
from questdb import TimestampNanos
conf = 'ws::addr=localhost:9000;'
with questdb.connect(conf) as db:
with db.sender() as sender:
sender.row(
'trades',
symbols={'symbol': 'ETH-USD', 'side': 'sell'},
columns={
'price': 2615.54,
'amount': 0.00044,
# NumPy float64 arrays require QuestDB server >= 9.0.0.
'ord_book_bids': np.array([2615.54, 2618.63]),
},
at=TimestampNanos.now())
sender.flush(wait=True)
questdb.connect() addresses a whole deployment through connection pools. For connection-level needs — ILP/HTTP transactions, QWP/UDP datagrams, ILP/TCP — use the standalone Sender, where one sender drives one connection. Set the configuration string to the transport you need:
from questdb import Sender
conf = 'http::addr=localhost:9000;'
with Sender.from_conf(conf) as sender:
...
See the 5.0 migration guide when moving existing code to 5.0: questdb.connect() is the new QWP/WebSocket entry point, DataFrame bulk loads over QWP/WebSocket go through QuestDB.dataframe(), and the 4.x questdb.ingress import location is now a deprecated compatibility shim.
You can continue by reading the Sending Data Over ILP guide.
Links
Community
Stop by our Community Forum to chat with the QuestDB team.
You can also sign up to our mailing list to get notified of new releases.
License
The code is released under the Apache License 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file questdb-5.0.0.tar.gz.
File metadata
- Download URL: questdb-5.0.0.tar.gz
- Upload date:
- Size: 4.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb6c861bfc18cad2c6f378a98a1cdd2b01f3d8b27a45fdf0f0de7967a4c77d38
|
|
| MD5 |
3cb52ff8208ad0f282bd0001d73cef32
|
|
| BLAKE2b-256 |
53843628f62648f2a0edac2ce58a2378f18c7bc4bbc466f1ab9b2af831ae2f22
|
File details
Details for the file questdb-5.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 11.5 MB
- Tags: PyPy, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa20119055b55fa8b7629d0917b7a45af8fd647ee1d982369c35d2613aa54ec9
|
|
| MD5 |
d33360306dafd47cb564515991c269e8
|
|
| BLAKE2b-256 |
dbe0f732cd5515fab622537a1ca0113e30a5948dd1f70a1f2de9ede211f9492e
|
File details
Details for the file questdb-5.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 11.5 MB
- Tags: PyPy, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04a78a83ee2a1ddd1736e63484db25e5b38988a63a538aa2b3767ab2c3af6bf4
|
|
| MD5 |
036a91b7296ed4abf1bc9e7e4b307c1d
|
|
| BLAKE2b-256 |
04a4231fd50942b6ec92686d110bdd13f7ccec3048df59e803d20cba6943c4ec
|
File details
Details for the file questdb-5.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 14.9 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7f11198f2e2db4e040a5578909c0c7cca8717c2b67136deee525de2b9b202b2
|
|
| MD5 |
b185b847b4c3d08b2b63fdbe7148ce4e
|
|
| BLAKE2b-256 |
fdcef549422bdf51ed6e31d05ac595e1265f541f9c7b3e7621e30ff5bb1d8650
|
File details
Details for the file questdb-5.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f001a0d14a91ab85137facbaf1c7a2d5532e2b26eb057b095a92513a330d06ed
|
|
| MD5 |
e130fb27316bb4f7015358edae69b9d1
|
|
| BLAKE2b-256 |
a7905e99922de7dc101e11fd3a75cf7d6ac9570683cb02dec80f47bde6e79192
|
File details
Details for the file questdb-5.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 14.9 MB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45827f82614e9ac7149b1ad6dbee6a4bc2bdd4bae526b7c35a8844d64fce615d
|
|
| MD5 |
54772dd7b35841cc7240afad3d1e04ca
|
|
| BLAKE2b-256 |
7078017fbdeb9bbebc27cc69c87dc62fd20760befaa47b09bf5fc14e1ba42a58
|
File details
Details for the file questdb-5.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 14.5 MB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
810979f6e7f9b2e7cc5bae2a64f7cc107316a3623271aaca42cfb933e8dbee9e
|
|
| MD5 |
c04ce367bb5fbe15d908a093da2b1e63
|
|
| BLAKE2b-256 |
6f4abf6e6ff13710a10b6973c15854670e56462f97f44461cb2f506563cb1e79
|
File details
Details for the file questdb-5.0.0-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5c6afa9b62a6cd4ceae153cfb14210fa34cf49b64e6e0d2ad7cda69f866f0b7
|
|
| MD5 |
a207a6e4f5770ff07cffdc2306390bb3
|
|
| BLAKE2b-256 |
bdaebb7236b67af5003050cb4ce54746355606f89532961cec1a1140724e3bec
|
File details
Details for the file questdb-5.0.0-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93787e494ebdd32c694a584d7e7fd86134d652287a5d1cb0b0c3c174b2379d15
|
|
| MD5 |
50254d62ffabf0399b34d71f50c5fbd4
|
|
| BLAKE2b-256 |
c3443ede6badc2535fb9c2feb41865ee6794aef97e70245916949d16045546c6
|
File details
Details for the file questdb-5.0.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0159c0bc37250d3a1c0c2c3d03e0f9ee88c80d9a18b97baf220ab4463452448
|
|
| MD5 |
7b031691fdbe2a6a675c9654ee393a77
|
|
| BLAKE2b-256 |
eb103e6b354b2002c679bb7e2b2c8253cfb1465c6781e31bef9d2c3ea251dda9
|
File details
Details for the file questdb-5.0.0-cp314-cp314-win32.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-win32.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
786f9a9464ab1262e6dde216ca0ccea2cff55c965f77dac4d57dfcacfc92ef13
|
|
| MD5 |
7c49084a4f63ec20bbd65606ff668249
|
|
| BLAKE2b-256 |
680014a452dd1ad7a2204c7663e373e0b1b244b74c51c98fcf9530a3cca58567
|
File details
Details for the file questdb-5.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53f688719c8eb594b2b1ad3c303237d5adb06980804a05dcb0631274e566ac7
|
|
| MD5 |
c04e6e8dbe4c5c86c0632c4c7a70d79e
|
|
| BLAKE2b-256 |
c783fef6078e8df4bd7173b36e05b239bca517ebff90d2b08c0265ef376fedcc
|
File details
Details for the file questdb-5.0.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d79857ea2f350874a777c76380c1850fb93de336a9f28c5ef96205e96f67282
|
|
| MD5 |
d884e36d7354c5ef232e9aed3037f9e4
|
|
| BLAKE2b-256 |
a1034ddb920670517f117b728477c8baa150e1e2a964b7ccc3419563a189debe
|
File details
Details for the file questdb-5.0.0-cp314-cp314-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e1a18250c0ab51cf5318880ce41f0bad3f9336b285e6dbf9cd775fb939ec671
|
|
| MD5 |
32f52febcb465060da11a8e2ff2658cf
|
|
| BLAKE2b-256 |
a590e4a9a769ac317ec707681e4195ffd5e785fe48775c9b22b5abd6bf28f57f
|
File details
Details for the file questdb-5.0.0-cp314-cp314-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3110effd69b110ad0aa91a9f6f866c836056fd7b18344d06463c9d743589a920
|
|
| MD5 |
145c5108f96305f40541a7f0ad0bef98
|
|
| BLAKE2b-256 |
f5080fc34938f0f8cf07b87531c635acb6765ae37285f175ca73fb84f3b7c6dd
|
File details
Details for the file questdb-5.0.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c21c6bf8d8bf15918adb3bfe1dfa71403524ea7e9ed17cf8906377f85e379cb9
|
|
| MD5 |
09e1a5b0d9f8851b2702dcaff9abacd9
|
|
| BLAKE2b-256 |
0e7e98aff18da5075bbfcd464abca027c534d7e594147beb7eb33d7d2336495b
|
File details
Details for the file questdb-5.0.0-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cd0aec0f7673f07d17d307ddb37e6dc50911918915761b282b28212c542e4ce
|
|
| MD5 |
3f25cfe79c1e8fea1cff87c09d5cf5fa
|
|
| BLAKE2b-256 |
2e3ddaa89a914d6328b3dc859e05630455891ffc9bb7c2811ecbb41621b8c0fe
|
File details
Details for the file questdb-5.0.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f424a5f7f66f61238294eb05e81ddf2d0f52e9a3527d085e0b4613f380d2caf4
|
|
| MD5 |
05b7950e4e370e169cd31dc6751c87ea
|
|
| BLAKE2b-256 |
75ab7df6807e13e394f5bcdaf4d63fbed7a6dba6eef52030dd1a112591c5b6fe
|
File details
Details for the file questdb-5.0.0-cp313-cp313-win32.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-win32.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64eb048105af555bd2d0111ad38c7fd67cf6228a2a114275c653601d610e9c32
|
|
| MD5 |
d392d07e47b03675b2ee8f6e7ce06e11
|
|
| BLAKE2b-256 |
c810c02b545d56c9c6ccd75786a4e2f61c214056d6374dcb716cfa66fb7eaa5f
|
File details
Details for the file questdb-5.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c78b90a0007a04b41852c2209d76831e57fd4783732b9a8736e07561bedc6496
|
|
| MD5 |
00d0ddc248043e2912a97f72d4d6fd06
|
|
| BLAKE2b-256 |
7ed37a3c530c4a221ef2d97847367c3206b0bda5e0bc0279a84681fc86383403
|
File details
Details for the file questdb-5.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37ce0079cd6916f6817b81abffbe8d5f40883dd6f9476f4f47715c496058ad4
|
|
| MD5 |
859894ec0c9f852dd63076827c6c12b7
|
|
| BLAKE2b-256 |
85d2bf2ae9022f76e24d4b13881d2d8640bfd771da037f4ff911090f182ccdc4
|
File details
Details for the file questdb-5.0.0-cp313-cp313-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1879f35b4a048eab6ff58c46377dc7f10c17ef67179d3384182d4f12e31f5dad
|
|
| MD5 |
999d48f51a644cfa84b742562c8bcbf7
|
|
| BLAKE2b-256 |
917c2b38d6e2f19717b0b7f0992900cb10b4056fa9d761870bfe72c630b1ac0b
|
File details
Details for the file questdb-5.0.0-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9154431a34ea2927aed85ca841de4ef41173472ec6dd384b78cc0d955fb8cc49
|
|
| MD5 |
17f97a0219ae0029fed83f3957d20212
|
|
| BLAKE2b-256 |
f99912384e0af38dd1d3a12b749f25c4b3310dfd7e006565fd84b4c680538590
|
File details
Details for the file questdb-5.0.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1560821d0487abaae7b70a135d878d4b13ff7ac009a1beff999c0b54b4de45ee
|
|
| MD5 |
98f5bf3e13e0611c4abc746263ad1b06
|
|
| BLAKE2b-256 |
8b6cbd513619948e6593230f5224bee6eb744c213d99a5ac4f7052b7226e5aeb
|
File details
Details for the file questdb-5.0.0-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c796834caee20104dfd59a17e4c1e9e8e67d8d42f8b107e094a2cd75d194d484
|
|
| MD5 |
f70382ea5e4b85259b1131262babfff7
|
|
| BLAKE2b-256 |
39043f2620202ef1bc80685f74fe534793b08e3ce078f2341058fa29ed4abba0
|
File details
Details for the file questdb-5.0.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6f124e465ebebb56755d849abc71704067b45b1a8b56365c7d132b756f30cc6
|
|
| MD5 |
06c6e97efa1f28ccf7acc89b1c7ae225
|
|
| BLAKE2b-256 |
bfa6f4dbb68cba3166700d82ec6335b446ef71dcb0015d32b82fdc62b8a6a62e
|
File details
Details for the file questdb-5.0.0-cp312-cp312-win32.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-win32.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7efd02990ecb43d23cb99f0dcf5a61945347e64be37d1442fee3dd33b25c65ad
|
|
| MD5 |
c0fe2da535c5c5a497d8c9621f981ada
|
|
| BLAKE2b-256 |
d8b83693befaa8d2d91d5cbc8d05bdef792f446a99544579cc640914351e5232
|
File details
Details for the file questdb-5.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fd6ddf8727333762a8e95dcc399cf9ac7915f36f4b34fa1dbf8d965d141594e
|
|
| MD5 |
4816aa79fdca9f56a899d7f0fd2a5f6f
|
|
| BLAKE2b-256 |
1166559b6db61b5724ce13c59c0de8d24e2f452f05a3abcaac8659cc15f8c1db
|
File details
Details for the file questdb-5.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6251afc2a7c16830ca7bc24e59011b20437203353af2e21a1cd5db3db3ae142
|
|
| MD5 |
c4c28bc8601949c253c364ba63cd1bfd
|
|
| BLAKE2b-256 |
f5eacfea39767e8cb5adeca64b7118025c5f4e04bfb73183b6ac55c0f3b98993
|
File details
Details for the file questdb-5.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02a376f565ec870184a3fbc9b35460010f17cbdd4a61a42374c4c7600deaccca
|
|
| MD5 |
900449d5c98be3cbee8d862fb1161e3c
|
|
| BLAKE2b-256 |
5aaa2c5e773098b50ad5b859175174a5b5696efb4ad575b6acb0db007f8f1687
|
File details
Details for the file questdb-5.0.0-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba577508315f0816aadc3f057d8f4df69035675826a9210e62aafeb206564b7e
|
|
| MD5 |
b8add406c7b2a4a13808220ee126a03d
|
|
| BLAKE2b-256 |
3630da3149846e3d97157f0ff35d9ffd605c24b782e5ff3e4a731986d3c6ad66
|
File details
Details for the file questdb-5.0.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cdf34f536c7c18cd46aad88099dc9704600ce10af9474386079dd86840a63b3
|
|
| MD5 |
d4376e328b515799d93fb2fc3a4b6315
|
|
| BLAKE2b-256 |
b95301576d27a1a779d2e1cd13598cfeacab8780dff4f52bc35dce9c2be18a6b
|
File details
Details for the file questdb-5.0.0-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b53f1c08090ba5706b0e0bfd1826794f5c9f647081cd9b79d3f41066617452
|
|
| MD5 |
fd70a163006e671e0f36800da3cbfc55
|
|
| BLAKE2b-256 |
a2e3d6a007b9e11a203cbd4b2b575349032ece6343ae30cbeb8212313cbfc0c3
|
File details
Details for the file questdb-5.0.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40dcb2262389f306006a5a3fba7fca972d9e7543c055437abcaa0b62cb8990b2
|
|
| MD5 |
1c150241f96faa43a351ae6f5c5091e1
|
|
| BLAKE2b-256 |
b7ac28cac85066412df6d66ea2246ac925d517d66d80df52c54fbd952d194fb9
|
File details
Details for the file questdb-5.0.0-cp311-cp311-win32.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-win32.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30f59dca6c238b1a8bc94e4cbf4ceb2091782cdd27afe83c96fce0d09ea80407
|
|
| MD5 |
f62aff678566ee649db613314807aabd
|
|
| BLAKE2b-256 |
b2906913588c69c62da3e3e296b140ba13d1bc2079b6983531c31f0d7a47a4c7
|
File details
Details for the file questdb-5.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 15.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5366bc09bf8a2899ff0bd7d6c6c3d737d11a978fdf055fae4d7810f0274cda6f
|
|
| MD5 |
d0b2ff547cd488682f5e26efc49f1889
|
|
| BLAKE2b-256 |
b37c2f721c8fc79db9e1294f1ce885fd94f4af1b240daae691a7a50d664dc5b0
|
File details
Details for the file questdb-5.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edce300446b31aa42144f72f057a4c13b6afb7c8d6ebaf320f68aaf199dc1564
|
|
| MD5 |
5bcb5d567de25065a1cf983050bd1296
|
|
| BLAKE2b-256 |
a8d7967025b25ffe6a6bbd5b34013b0db1b1f620489dcd1892922183ad62666d
|
File details
Details for the file questdb-5.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d713dc0ff895e17d70c1a6e945f34e81f85d12878ccc3d36c7b8388d55be5eea
|
|
| MD5 |
0e64de5792d274b28bdaf57e5c21efcb
|
|
| BLAKE2b-256 |
f8798cdeb5d87bd024530ae0cf22259158c820481df4d28cbf8dc823ea3c0133
|
File details
Details for the file questdb-5.0.0-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 14.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5674b36cad497b24c6240a049e8a6763824ff0c4163828342f9dd06243980c9a
|
|
| MD5 |
831452d93073539a95a2927bde5eedbd
|
|
| BLAKE2b-256 |
9fdc526913df9beb8aec641583eafa8c668ede5972c52865b9d6e42780d13cba
|
File details
Details for the file questdb-5.0.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0b6a6659a05634a003815e76f69b54b4e29b78545e25c585fb13136091fa950
|
|
| MD5 |
af2120ba8e1b0d426a10b2ced4cc39d6
|
|
| BLAKE2b-256 |
d081c72888e3c2eecbac651a797da27b882ad95a7e5e286fb48b6e3a69160009
|
File details
Details for the file questdb-5.0.0-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66e11a0572016ee19cb812bd460f7c4c9fd4121fc215241d24337744f8e2483b
|
|
| MD5 |
13adf8ddee467c569120e018008b366b
|
|
| BLAKE2b-256 |
a62ec8dbce27b3ff642342b23f6fff68afcc3b570786eb59a59adc6e9cc797cd
|
File details
Details for the file questdb-5.0.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b02a7322acf4f7ec4af3f66402720c7a3f0b66d44f2cbb8c921b4bb15872604
|
|
| MD5 |
9fa22f9f3f36f38a153d0014c8003f24
|
|
| BLAKE2b-256 |
411930cb1c42c3551cc985134478a9691feb50f8eb6cdfb84b644609bb6ca19f
|
File details
Details for the file questdb-5.0.0-cp310-cp310-win32.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-win32.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74f6972d5058487181228f637bbe12f28f1c3a87f085d893d5c16004cb36eb4e
|
|
| MD5 |
aa5940ae06bd9d48fd7ed688448ef979
|
|
| BLAKE2b-256 |
867ae74a717cc7a8eebbc13d84518117d71419c6f6519728ed9e5657eb5bcae8
|
File details
Details for the file questdb-5.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 15.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c31a4fb8e5e20d6a7f5beccd03b6edeee8aca6da75a443f27b069c80f01f7da3
|
|
| MD5 |
a09b7ec37df67bbdc76f95c5f65e3e60
|
|
| BLAKE2b-256 |
f35f1857e092e083c7768b231193d6af375c59ef396fd614cc8ebff4881a298f
|
File details
Details for the file questdb-5.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5780100a166847163d3dd8b315012e6a9780da8197d8eff71092ceb0724e1782
|
|
| MD5 |
001e0f859f354a371b3a6223340e9bee
|
|
| BLAKE2b-256 |
4194ef3d2204218eb1237cfca705b198fb87bdf2c7d101c38b7cefc36d9647a4
|
File details
Details for the file questdb-5.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d05b3697034c835ca1e1dcf25195c27d3a0ae287b33bc8df3dd12adff43ece01
|
|
| MD5 |
fd0b99746cdfc8722535eee4089f9fc3
|
|
| BLAKE2b-256 |
0d64a53d3a03e55f2c9d44d413de625bcb7398811c9b157103e77f27ee07cee6
|
File details
Details for the file questdb-5.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 14.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b66fc00d10bf07587b4f1d26ddd548a8070d5d2624318d42dd661239ae70b424
|
|
| MD5 |
f53e4dcd2783769eaa485a095c42a97a
|
|
| BLAKE2b-256 |
8206c6d5c235295d69c70dff735f7c9b0ee16af477a603381b2b39abcb57b685
|
File details
Details for the file questdb-5.0.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63763d2a1cee075b90f506725fbd6f88dc648bdcaad28e470b66ac80bbd8f4b0
|
|
| MD5 |
7fbf020b185d1b65d55edf76f3f7b874
|
|
| BLAKE2b-256 |
12546592d7a9b5209477604a65cd821c198ebc03dab4237575182a573ab12b25
|
File details
Details for the file questdb-5.0.0-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: questdb-5.0.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa412e858b4a11ea20b90461309ec92af241cd021fdb8e1076cdc6fc36c2118c
|
|
| MD5 |
fed2259634a61f749e1643ec2c0ab158
|
|
| BLAKE2b-256 |
f663f9d5458b603cbb592f6f1a895cb4a4403dd0f314d781d6bd01d3aeaac286
|