QuestDB client library for Python
Project description
This is the official Python client library for QuestDB.
This client library implements QuestDB’s variant of the InfluxDB Line Protocol (ILP) over HTTP and TCP.
ILP provides the fastest way to insert data into QuestDB.
This implementation supports authentication and full-connection encryption with TLS.
Quickstart
The latest version of the library is 2.0.1 (changelog).
python3 -m pip install -U questdb[dataframe]
Please 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 pandas as pd
from questdb.ingress import Sender
df = pd.DataFrame({
'id': pd.Categorical(['toronto1', 'paris3']),
'temperature': [20.0, 21.0],
'humidity': [0.5, 0.6],
'timestamp': pd.to_datetime(['2021-01-01', '2021-01-02'])})
conf = f'http::addr=localhost:9000;'
with Sender.from_conf(conf) as sender:
sender.dataframe(df, table_name='sensors', at='timestamp')
You can also send individual rows. This only requires a more minimal installation:
python3 -m pip install -U questdb
from questdb.ingress import Sender, TimestampNanos
conf = f'http::addr=localhost:9000;'
with Sender.from_conf(conf) as sender:
sender.row(
'sensors',
symbols={'id': 'toronto1'},
columns={'temperature': 20.0, 'humidity': 0.5},
at=TimestampNanos.now())
sender.flush()
To connect via the older TCP protocol, set the configuration string to:
conf = f'tcp::addr=localhost:9009;'
with Sender.from_conf(conf) as sender:
...
You can continue by reading the Sending Data Over ILP guide.
Links
Community
If you need help, you can ask on Stack Overflow: We monitor the #questdb and #py-questdb-client tags.
Alternatively, you may find us on Slack.
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
File details
Details for the file questdb-2.0.1.tar.gz
.
File metadata
- Download URL: questdb-2.0.1.tar.gz
- Upload date:
- Size: 838.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3ddaf148ff7a1b65eda7622a5822359e39a3abb2d430b35d095b7a0abc556a5 |
|
MD5 | 058628d82605bdf0423dca8b89e022c9 |
|
BLAKE2b-256 | e9488c70d6cfb4bd5405a31d2f9e0b723309580cd5e9cc9bb07586008ba63f95 |
File details
Details for the file questdb-2.0.1-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35a3975f3dde667a175341a04e986cdb7a94aba46ac06b2b78ac12917f4bdcfb |
|
MD5 | 6d274de4098c15dfe6861dd48b3a647f |
|
BLAKE2b-256 | 85568a766ecf42cc3a4bedf524080ae4383a51aaa23af646938eeea813646e29 |
File details
Details for the file questdb-2.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d807acd03f77d750772a0993d8cb95355a9ab47109071f7daff3d70a2cf9d6f1 |
|
MD5 | 5f16a3b5690d8960e78b9eac60810715 |
|
BLAKE2b-256 | fe4667a202fcf0c9d93544392b5748d015b371a50d51a3e4e6b38a85dd19c254 |
File details
Details for the file questdb-2.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 4.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91f4e6eb89743e5429b77ac81ef76f96b62291dc971585d88d55dab654fdb653 |
|
MD5 | 7e8d4fcb44304e29d2f545d211e4fd88 |
|
BLAKE2b-256 | 6cfae64af2c2b0d9ec964ee05884dc733adf61985cf86163a75173d8680c7ca0 |
File details
Details for the file questdb-2.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09e4c08fede03328d78958a6931dedd0e20a793dd6b730b3cada6e61dcc26b1c |
|
MD5 | a854c774c57b7bc3bd49175115bb882d |
|
BLAKE2b-256 | fa559573ac176450694546129af28265879e37395b08855c86d75b96230611ea |
File details
Details for the file questdb-2.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b731c2229e6a457f4467c647fa32c6bfe5e8c08889c54c8f84652002d6fabf19 |
|
MD5 | 95bfb6693f77f9c6712f175c159ef6b8 |
|
BLAKE2b-256 | c2b9c76b28897722d1dfb9f9b7677444acaea08f526d12da61e7b5eb0c536bba |
File details
Details for the file questdb-2.0.1-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec6689284ab899914e7cc05dc6f5b1caee73b62041627aaa775678d98ff058cb |
|
MD5 | 0624b9795ba950da518cc7e3b9e68fab |
|
BLAKE2b-256 | 43b396c1b4c7d11979537ad37b8829785a63b408993800200745113f05b250b0 |
File details
Details for the file questdb-2.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91f0a8ac9d9839b8fee5cf2a68a6d0931da35454d01f675ee7226efffe3c8c86 |
|
MD5 | a5163638aa7f118725c94dc88221f970 |
|
BLAKE2b-256 | ae1de4641eaaf88350e07ccc02b5771f267e3d0d3f2fe2187f3422002bf2e6bb |
File details
Details for the file questdb-2.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 4.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad97bef9c7e84fadc18764de74e20bdd5a8a38bba2904cf426952757c571abc |
|
MD5 | 189368dbcb33d728e51e75b7b33d893b |
|
BLAKE2b-256 | 0755c5c79740ee25baca93306d7d2c4c8ec787207836036fe4c693fa86d876dd |
File details
Details for the file questdb-2.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74df30795c4064cb5deb189c0a1d2101199fbc759e718692ac14c8c983b9427c |
|
MD5 | 55d9644634cd18cf08c267bcf6150ad9 |
|
BLAKE2b-256 | 5bac28ef91bbc52f5df74be438d6c02756af6cddbb03e8a74391066c683a6ee6 |
File details
Details for the file questdb-2.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caa394b26eadee02a0937b3ee4518f093f5c72a6da7164f1b288db45fee07ae9 |
|
MD5 | 68db9302c9a65ecea6f1414fb537371d |
|
BLAKE2b-256 | 0e5b885098b97cbd02e89ca20cf6fcaeab77995faf1da7c35203a85d1d24243e |
File details
Details for the file questdb-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 381c0edd4a5f39a828d720fea648636c4512589d71fb78a39ee1958aa7586caf |
|
MD5 | 7278fe3ebc0747c149687eaa88a47d56 |
|
BLAKE2b-256 | 2f6a0fb9a306c42c3340ff47c5312754a30aa0810b1dae0bfedde6edfe2c0bd4 |
File details
Details for the file questdb-2.0.1-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42180180f7de1b4deb04fd35cc742f22915f207631b22d7887b6b13a0c8d3782 |
|
MD5 | 5d699e54e4f34cebff2c2880cc46c4cd |
|
BLAKE2b-256 | 8669ef49674cfc390cfde9644523a9c3099d1842bf0f0c1e2f3345da2d275965 |
File details
Details for the file questdb-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f2c6e0be867b89841ee1746da4a77f299e8768480cbce75400ac95e24ccc702 |
|
MD5 | 0fe088550dbfa684985f186aad18f13a |
|
BLAKE2b-256 | ac1f821f7d9ccbd3a42e699d219b97daa04a08cccf7c57688491ce0854ee868f |
File details
Details for the file questdb-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 4.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daf405a960086c1f7ddd59b5e8561cf3d8e36e0e721d60872f17654f2c8d1022 |
|
MD5 | 0d5b46f6c71ea9ed0ef375ae2c3b5690 |
|
BLAKE2b-256 | 28c721043ff2c68710bb9b90c0200c4b13e9950bd2ff3a65ab5587ec2afbc45d |
File details
Details for the file questdb-2.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11be0e5451f6867230ea3870139b75a62770f1766e3eb2bc0f2ffc04e0e371dd |
|
MD5 | 215df1e5488c62c9febda22a5adbcc44 |
|
BLAKE2b-256 | 5290a581948f7c72aa74401d2df076c90e10b525fbaba66a7107d2ef4d282214 |
File details
Details for the file questdb-2.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7088fc2061bf0a6e138dc79f58898fb566be043fc1fcbdbf27f9c6db7ecc9d4 |
|
MD5 | b6a8cde0385d46e39d4101366d2db4a5 |
|
BLAKE2b-256 | ebd61b994089332cc29fc1be1c805454cc56fbd0fcb15d319194cd4a486042fd |
File details
Details for the file questdb-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 807d2e68cb43ff3344ff7c0e93df2446dd4c17c59fcf19262ea5f6a1ad27cbf7 |
|
MD5 | 965c5b813a384639ea68d9d788a2a562 |
|
BLAKE2b-256 | c27245bf804967bf910b787cb002cc4a76ba9166ec83798f4c3985374060d3b9 |
File details
Details for the file questdb-2.0.1-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5839fd0b27bb35605728d1fde55921adfc34ba66112e4c3147333466a8a65ea |
|
MD5 | 4ddd844e09e1e32c4feb9adc2809dfa5 |
|
BLAKE2b-256 | b2c3ca6319ba1490f42da097e65c69be522e67443d4e9c920e731b467ea3a5a2 |
File details
Details for the file questdb-2.0.1-cp312-cp312-win32.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-win32.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad660f7b8ff536c1442265dfc409972dc32a5d67312a51714407e461bec62cd0 |
|
MD5 | d43f707d9fb79617285f5b37c5089a3b |
|
BLAKE2b-256 | 762010de701d89f8c5eaa9116c9a84cbbdad8092ff7f68193dcc1be5ce6a6f72 |
File details
Details for the file questdb-2.0.1-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebb762797f65f92d629a31e3118a3b5301d15bde7f6d9bf61f66dfecb94debd0 |
|
MD5 | 3f6438b4a7f8670305e6c2931e3da695 |
|
BLAKE2b-256 | 981be9ff9d2a197f786b3693582ad97a722bee4ca7b2aac6d7fb7f46d8e1b54a |
File details
Details for the file questdb-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b549fde073202a5221da9cdcef3c32a344c11f1d1fdfa3c2344b2cc8dee1e59 |
|
MD5 | ce370d8a322ba1dc1142df39d380e6c2 |
|
BLAKE2b-256 | cf22cd3c1655beb3e0732019fe4e02f002c7d2b8d8b7b50ceafbd32476c8306b |
File details
Details for the file questdb-2.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b096be8a1f920fcf2f82035f59eafd2a95356c5d0abcccabcf408f88e7ea147 |
|
MD5 | 96c29ee0e29e167fbed87520d4d29d86 |
|
BLAKE2b-256 | 1a63d6a916655fe19020974a2e4c4fc7a638b4aed42bde76173b8e2bd0ef2702 |
File details
Details for the file questdb-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ddb11c00c4726d04ee3aa55783c298c96f4db39151b45ab9c7771767803810b |
|
MD5 | c1de9e6851e5e0ccf79139a9107c59c8 |
|
BLAKE2b-256 | a7483415443d3e4d2462fdd8a304e2b85024c7470ab606acca87286b605c34c2 |
File details
Details for the file questdb-2.0.1-cp312-cp312-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp312-cp312-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917403607e9acb50b9d1a74c6c80804a506269f1bb5133e4ae3b3ef47b661c9c |
|
MD5 | 1ab44db04189cb222b8b1626c8975ac9 |
|
BLAKE2b-256 | 662111376bdeceaece75aed3929db3cdb07c6a41af84a8ac2abccd0bbe554d73 |
File details
Details for the file questdb-2.0.1-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bab244114d00c866f035a5cd85dd90982488ea9a94d555e73a019c6e8da4fff4 |
|
MD5 | da4ff814d5dd91fe76e104759d76acd8 |
|
BLAKE2b-256 | 4060cd94c67cd87c065ccc238e383a581fc024af226bfed420a97041cf30ad32 |
File details
Details for the file questdb-2.0.1-cp311-cp311-win32.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-win32.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e0b35b0e5d0e15407604dcdbbeb28f42af2f0906c3fd8be1cf62ac74b5000ed |
|
MD5 | 611a758d95db63055ba15c193b2ea6dd |
|
BLAKE2b-256 | 479f791c798dcbe6f615bd1aeb1f80371768a30e6a44c9866da339b18678261e |
File details
Details for the file questdb-2.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c598d8952c8e4185d196028527c550f1fe928a7548d4fb90bd98af5d8ac2175e |
|
MD5 | 8984dda0df05450e8a69bab269c13cb4 |
|
BLAKE2b-256 | 835014dab7fe90c1e861e804e07282da5f5f66454519c75ec27cd02d59b43057 |
File details
Details for the file questdb-2.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ac61144ab15cee4c63d8b6cc8c58ddcd72f4dfa5cf8ab40b93d6136d7bb0d26 |
|
MD5 | 00f79d43cb26d5c2dd36601372a2b747 |
|
BLAKE2b-256 | c1935b280d97f44eb03b7cd1641b698709850e52a1d0984a851f6ed7a59de311 |
File details
Details for the file questdb-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11e82ded02387c1cf1412fd37d5f46c356f32994b6a17b0f8dc527af5215ff70 |
|
MD5 | 3f68a62f5319ed898fbd338102d3829d |
|
BLAKE2b-256 | db1f5a709fdc113cde62f447668bc7b65abc1037b6b62e63f7d375d1369c1dea |
File details
Details for the file questdb-2.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 5.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a6d9a7aac4161c3d3f7cfe81a02a297093f31df59066451dc21fa56e1b4aed2 |
|
MD5 | ffe9c5dca2a57105a4ff5aa57bb9e62b |
|
BLAKE2b-256 | 0bfa9d0183bfbbc9fa9d48ae8b94652e6862a2ad32216dc1179e79e755985e98 |
File details
Details for the file questdb-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdb5fa5308d8e85d6a0c7aace4648aee585ba341166eca795bd74eeb24c7330c |
|
MD5 | 91943602a1c006eab0a794fe5c2dd56c |
|
BLAKE2b-256 | 276bd7ed69538fc6740305ea1a68483e52994e7d8a8bdcca22c8c6f66f837231 |
File details
Details for the file questdb-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f12a112b5fdd0857dc33e1ce02334ab26c381f5cd58447b9f9f7217c3995fd1e |
|
MD5 | 838a03c6705ce8142b39639057d427bd |
|
BLAKE2b-256 | 8be650f8c66cbf204db48c6880f96b4962cd84f397ee923549f8f3eb37d112b3 |
File details
Details for the file questdb-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c478560c0813751bb0f2e6f0aa2ac5056eabffba971c8a33da0ef6b14c2bb3a2 |
|
MD5 | b6b7cf915e3b7eee331211ec6243ec24 |
|
BLAKE2b-256 | 6146cbdc64e684abeadc57993863fd8e50247afffd76996a57573c187a883b83 |
File details
Details for the file questdb-2.0.1-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77832b854a3ea545bc25107e800eee272b7023e8af6af2f7384bae0934f9e9a9 |
|
MD5 | f0e7288847d8a77a0c8662ca8b79c74b |
|
BLAKE2b-256 | 3ea1392741db51c8233b9081b2842aae38340f58f5bd38e4e592bd83f27b5306 |
File details
Details for the file questdb-2.0.1-cp310-cp310-win32.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-win32.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa5a6c663545a6dc80202d07997d4c61420414f07d4e6234a05033dbec477474 |
|
MD5 | 49f67c96f36e905c9913dffb2efd75d6 |
|
BLAKE2b-256 | fdb49b061d283fc8e16fa3419863e2ddf50af1cf8e0b1269ec40caf78dabbdec |
File details
Details for the file questdb-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3920feb9c471ad239f6548bcdbd7a108b94bc737829e9323291ee232397e99f5 |
|
MD5 | c20c26a673086b30b369b1537c952539 |
|
BLAKE2b-256 | 8e829cab87333d1919af6ea8feec07f014b86b301d27d5988b66591407746f18 |
File details
Details for the file questdb-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36d6a983f6b11545a191bb310eede0fb1f7765b252a220c03325344f452d9efe |
|
MD5 | 0619476675171ece0cad689428f45d80 |
|
BLAKE2b-256 | 111ede1be3aca42704e0e0a982bc177171fe553bddb777be71b8e5826c4cc514 |
File details
Details for the file questdb-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17876250d042444920603fe46646bce3315fa312cf8968d4b3e48c78b6997a59 |
|
MD5 | 82c471e8b553d2e787055c6439b82b4b |
|
BLAKE2b-256 | ef9176b2efbb8bc8efa39793bc2c412e7fcebc9a1513c0f5d2eb5fee4de9e9c4 |
File details
Details for the file questdb-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ef3516111f3948145615ee02b0ac5f66a920a1fab8a65928833128db89d9675 |
|
MD5 | 0f4997d18d56b5eefbcb4b65e1105be6 |
|
BLAKE2b-256 | 7f568727a373777ae4e3314f5a641a21eaf00686eb3c0fd3cfd22266fa5d3c4a |
File details
Details for the file questdb-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 5.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7bec91b6e7320f3c07162a64b76adfff1ba782b96020b85a892b8fa06066077 |
|
MD5 | c99a37ca0c514915fd18005c0371cddb |
|
BLAKE2b-256 | dbb126742b5e8a39928f6ed5ea557201a4a8bceb4005184be57798a2b08e70ab |
File details
Details for the file questdb-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad2bfcc45b10f6fd6b039ed752fa5e6d9ad89a71ca920bab626bff355239605d |
|
MD5 | 435f39afe35c53e8b8af01af1cc2090c |
|
BLAKE2b-256 | 3dd48209084e2052b1099b1c7b3471cc5ee768f562919edc4a06cbda65c2fe78 |
File details
Details for the file questdb-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 996d0192f03ddd47222715aa808bb0e45bf99f1cc44d8019f206a670b2eeb3e3 |
|
MD5 | 8f7c442832bc67c5711fa9369cce01cc |
|
BLAKE2b-256 | 315d5cca9652d6d7bf693f9074e403611c2d911e4d19424d84757a466d189c79 |
File details
Details for the file questdb-2.0.1-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2665b1b2a7d9fb7e3606f2bf0b497791ba859e86e7d88ef877c42769765b6578 |
|
MD5 | 395869ec825293d347a746953476ed52 |
|
BLAKE2b-256 | f38453663f40e64ff189ffb2965ed912a2483a08fcb00e05a489d48603c21b13 |
File details
Details for the file questdb-2.0.1-cp39-cp39-win32.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-win32.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c891040f12fa59b7df7c4efc8337508c58825dd378c6b118d71483eab0bb7407 |
|
MD5 | b15eea3ecd2d0c6b6a6ae2faad724f4e |
|
BLAKE2b-256 | de7c24e83363e34b0b9e19537db9e416f31d3fb7e9aab0d4e8a312f2be79a86d |
File details
Details for the file questdb-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45e967700961eefbe2f1d01a87510de4762d4dbcc9bbebe39d4ac659492936e7 |
|
MD5 | 2794c4e677d2281794061faad53d9fff |
|
BLAKE2b-256 | 6ce2e020a1b13783e93714d4f19bcfde8c47999a4641972340edf963f150dd02 |
File details
Details for the file questdb-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24d5e9ff5e2d1d848ea5ba656f2064d8303b053d535144a5be737a30264676ef |
|
MD5 | d93a31b9a459d9782e42c95ec9d8e695 |
|
BLAKE2b-256 | bf0d1b259230d16a1b7d0d9b7f7ef9f917a8a678e7d9381a654dcd283ca22d63 |
File details
Details for the file questdb-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80ee5618bd73a7e63134032ab04df735d6fe750414a4dbb0e421e1816e0fe52f |
|
MD5 | 1ae07bd5fba480e96cad77d7460de133 |
|
BLAKE2b-256 | 176ec6d9f484fb70e51b4d2dd671afccc86c89c1740ee9fd6e5e67ca9c94a82e |
File details
Details for the file questdb-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98a18102b7dc8a68574ed1a467de0769db67090e3687a4a8aa724877b7a58131 |
|
MD5 | c333fb0041509dca6a6f2728059927a2 |
|
BLAKE2b-256 | 2b65ee3eead1f3e37c23d4721a7dea98fa5890780b71ce1edaf151faf6aa140d |
File details
Details for the file questdb-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 5.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e3d9fe1c815ac953577fef9d4a672e7bf5458610fd2f425e70c27ec9179aee8 |
|
MD5 | 20d3471b615d31e4c08fb4f2d44e4bf2 |
|
BLAKE2b-256 | 4daf6d6129206d822f67a17d4a3a3a841bf20777a7155c1c05602258c3d5c47c |
File details
Details for the file questdb-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87834a33ecfef227490dbe3b35c4a0cfcdb86761b7fbeeee8b028dc04fda5f08 |
|
MD5 | 77f6671a0a237a2fb6d4bf5cdcd0721b |
|
BLAKE2b-256 | 4319578606c26e58b52987d065dc3d52dc3aeb628ba34fea5b868ae771ab51e5 |
File details
Details for the file questdb-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b622d28ff9830cd1235fa6a6d626f16159f8ffb5b199ae24a057503a1fab7fe2 |
|
MD5 | cba8e119b7ca937c42411f89b6f60dac |
|
BLAKE2b-256 | 48f54da58ddae467e746574de85ff973563caaff722d99e31e188d392c21ffc4 |
File details
Details for the file questdb-2.0.1-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88a4c6442e3d7fb8070f0f5ce028fa6334471c412a861866a27c47f6eac6ce78 |
|
MD5 | 65bfbee88593c6f428c811f419d54770 |
|
BLAKE2b-256 | 2ff3ba43b09c398faf7a6b6270f8c29e24c0b3aeb72e77ab77d4de5a68c66447 |
File details
Details for the file questdb-2.0.1-cp38-cp38-win32.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-win32.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80302bb3f7baf8d0cf768b60eb88f602a31e745584d0a28ab4bbdf90820d3be6 |
|
MD5 | aa944e85dc8842ec124664913b2af846 |
|
BLAKE2b-256 | b2928baed451dab5df8dfaf7b5c56e3d8acef916f89eaa9929c053504674077d |
File details
Details for the file questdb-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d6b93919214ad5749a2659b26e301b8046cfc463eac6581119b4c7594235a3d |
|
MD5 | a216c71c19ba8a63229f4c96d646ffd0 |
|
BLAKE2b-256 | 8202db3bdd9285925d670a4a009dada65d988fc27d3ba145c3b74bbaa6ddffcd |
File details
Details for the file questdb-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec899a358312dfc2bdc14c505d685b462e96dae0eea5568ef5bac375bb23fb02 |
|
MD5 | 66b6e804bcdd570ee1fcae6860aa3302 |
|
BLAKE2b-256 | be86a82701e660ce508afc35d6ff463b872e0f5fbd6fea95107ef4bf702922e3 |
File details
Details for the file questdb-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55314603f63e957f0f19a46f7a6f4a37fb24a6d7bb7b7834aa162529a27040bc |
|
MD5 | 515abe02f473e348614663df1c1cb905 |
|
BLAKE2b-256 | f362dfc7e034c72ac609a0bca528b378521363c782ce59e07de17d0ea313fb91 |
File details
Details for the file questdb-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 5.6 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af78ac096009534db12d7268e5332fded2fbef72f702383b4b88803c114a1009 |
|
MD5 | ce02f22e55943f20d48673aa33008526 |
|
BLAKE2b-256 | 0283e640ff87a7b99305273868fed653cf70fbc622aa5529b4faa507b10ada19 |
File details
Details for the file questdb-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 5.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9465c9a0d72503999c10e2ad7d43cc018a063b94b71fd81b0f256be49f79968 |
|
MD5 | 52f94dae22a23babb9df07f5c6e6d3f2 |
|
BLAKE2b-256 | 70f8d4502a0d13f2fea066925e357c4a4bf3c06f658113426e3bbed1fc92e145 |
File details
Details for the file questdb-2.0.1-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c69ed86e21c26568df5054b8966b24adaf840de798a3351627da2edeed646c |
|
MD5 | 2c233128119fd37d6f993be238d951e2 |
|
BLAKE2b-256 | 6162808424ee781bf5d166082654eb717fd56968870009ae0064f02511982514 |
File details
Details for the file questdb-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: questdb-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e119c1441d1f2f34b13e459183501348281c5e9eaeb0e0a565163103a9bc994 |
|
MD5 | 2873c4128597aca68c933da2c683da8e |
|
BLAKE2b-256 | 72443d186fc15a7dcbcace4c6211f266b3d78802020394e6a78f52b9d3bc07af |