Skip to main content

openDAQ

SDK that bridges the gap between data acquisition devices, in an era where incompatibility is the norm.

openDAQ is a software development kit that allows for easy integration of data acquisition devices into its ecosystem. It provides a simple generic API that allows users to connect to Data Acquisition (DAQ) devices that are compliant with openDAQ and any of its supported open standards. With the SDK, users can configure properties of devices and read their measurement data. It also contains a framework for developing custom signal processing blocks that process and analyse signal data. In a world where DAQ devices do not readily communicate, openDAQ provides a common language for all to speak while also embracing existing standards such as MQTT and XCP via Ethernet.

Installation

The package is available as binary wheels for Python 3.8-3.14. It has been built and tested for:

  • 64-bit Windows
  • x86_64 Linux (built on manylinux_2_28, requires GLIBC >= 2.28)

On supported systems you can install it with:

$ pip install opendaq

Quick-start

You can start the application by creating a new instance:

import opendaq

# Create a fresh openDAQ(TM) instance that we will use
# for all the interactions with the openDAQ(TM) SDK
instance = opendaq.Instance()

In order to list all the available devices, run:

for device_info in instance.available_devices:
    print("Name:", device_info.name, "Connection string:", device_info.connection_string)

When using just a reference module without being connected to a physical device, the expected output will be

Name: Device 0 Connection string: daqref://device0
Name: Device 1 Connection string: daqref://device1

More examples can be found under https://docs.opendaq.com/manual/.

GUI

Python openDAQ(TM) package comes with a reference Tk GUI implementation, allowing you to quickly connect to any openDAQ(TM) device and inspect or configure it.

To run the GUI, invoke the package from the command line using -m flag:

$ python -m opendaq

Release files for opendaq 3.40.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for opendaq 3.40.3
File
opendaq-3.40.3-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
opendaq-3.40.3-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
opendaq-3.40.3-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
opendaq-3.40.3-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
opendaq-3.40.3-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
opendaq-3.40.3-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
opendaq-3.40.3-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
opendaq-3.40.3-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
opendaq-3.40.3-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
opendaq-3.40.3-cp313-cp313-macosx_10_15_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.15+ x86-64 Details
opendaq-3.40.3-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
opendaq-3.40.3-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
opendaq-3.40.3-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
opendaq-3.40.3-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
opendaq-3.40.3-cp312-cp312-macosx_10_15_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.15+ x86-64 Details
opendaq-3.40.3-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
opendaq-3.40.3-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
opendaq-3.40.3-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
opendaq-3.40.3-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
opendaq-3.40.3-cp311-cp311-macosx_10_15_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.15+ x86-64 Details
opendaq-3.40.3-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
opendaq-3.40.3-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
opendaq-3.40.3-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
opendaq-3.40.3-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
opendaq-3.40.3-cp310-cp310-macosx_10_15_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.15+ x86-64 Details
opendaq-3.40.3-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
opendaq-3.40.3-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
opendaq-3.40.3-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
opendaq-3.40.3-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
opendaq-3.40.3-cp39-cp39-macosx_10_15_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.15+ x86-64 Details

Total release size: 1.2 GB

Release files / opendaq-3.40.3-cp314-cp314-win_amd64.whl

Download URL opendaq-3.40.3-cp314-cp314-win_amd64.whl
Size 23.7 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
a21839ce53a2ecec51a50de34300c6b3ceb1a06be08afb176ea0610019e5bde5
BLAKE2b-256 checksum
How to use checksums
3666c3b0a4aa876342b2363aec6474ed3984f9d70398be23b0bf7d920528f80e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL opendaq-3.40.3-cp314-cp314-manylinux_2_28_x86_64.whl
Size 46.4 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
93669dcfe049a55d91b5909f614711c36414d1d4678bbbf13499b155f14123e3
BLAKE2b-256 checksum
How to use checksums
2615747f13a1947a28bfb26c08cd28b110e44459e11f6ce98ec5fa6b37f206aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL opendaq-3.40.3-cp314-cp314-manylinux_2_28_aarch64.whl
Size 42.6 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b3bcad7793201873d5f918b7695de750d76d9b62b98eb46a0e7c5db9f2ce58ff
BLAKE2b-256 checksum
How to use checksums
094b58f0ebb58eaa691504844cd8aa6c5bf4f4bc051acbb247a3425de436044c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp314-cp314-macosx_11_0_arm64.whl

Download URL opendaq-3.40.3-cp314-cp314-macosx_11_0_arm64.whl
Size 44.0 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
53ab9e0706ded47d33b7ac5f8bfdb463a94a3d2a418d57de4a56764b2f834fd7
BLAKE2b-256 checksum
How to use checksums
871f896a4ff08da62b49cb87a8bce2cdc5bd2c6650321225f62130811b36988a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp314-cp314-macosx_10_15_x86_64.whl

Download URL opendaq-3.40.3-cp314-cp314-macosx_10_15_x86_64.whl
Size 45.2 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
c59441f454708ee6678fb567cb64dce6033e230662d85763ccbd8487bf89dcca
BLAKE2b-256 checksum
How to use checksums
9e488d594d05d53934217821849c7411cae72331986141ebd90d70647bd22ead
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp313-cp313-win_amd64.whl

Download URL opendaq-3.40.3-cp313-cp313-win_amd64.whl
Size 23.7 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
72dff6ce065fa6f7df8204f08de3b30eded9bc4f4aa856f4b895afeca36d8a7f
BLAKE2b-256 checksum
How to use checksums
13dd54b4560e02946594ffd7e076acec2f5168a2b0bd24b0ee9485b811c1c799
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL opendaq-3.40.3-cp313-cp313-manylinux_2_28_x86_64.whl
Size 46.4 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d16513f7c278e17e9dd2147774e69fcb41437d4e518d37377ff2c71970f59bc2
BLAKE2b-256 checksum
How to use checksums
a27d7464af2919c97e7cfb8f047a475a16aeefba109de0f9b99b46c473620ac3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL opendaq-3.40.3-cp313-cp313-manylinux_2_28_aarch64.whl
Size 42.6 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4d016687e6d5cbdcb21e3df305d0a588e6c4d5cac4a69d56ace4e1690da6d74a
BLAKE2b-256 checksum
How to use checksums
2d4f4d62a070320be6d7b12f8d876f1d7a55b7f16e70eb17f50a2185a1cd8a9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp313-cp313-macosx_11_0_arm64.whl

Download URL opendaq-3.40.3-cp313-cp313-macosx_11_0_arm64.whl
Size 44.0 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
851f67dd73207149c288a4592a6cc46754f2839f708f32437d9db86ba4b822db
BLAKE2b-256 checksum
How to use checksums
b95526ec3e7827f4e2e0efb5e1385b84171b58ea462e796904bd5c2c5a503b69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp313-cp313-macosx_10_15_x86_64.whl

Download URL opendaq-3.40.3-cp313-cp313-macosx_10_15_x86_64.whl
Size 45.2 MB
Tags CPython 3.13 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
b4a242d92ce7499ad75d325e63e2b376dcb87b50c91b318d61753fe33ed64cd7
BLAKE2b-256 checksum
How to use checksums
b7880fb96615d5c277615d57017da7122388d2684da8bd7c08172b4df1dc9a77
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp312-cp312-win_amd64.whl

Download URL opendaq-3.40.3-cp312-cp312-win_amd64.whl
Size 23.7 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
32941cc6088df27a5ada9f80eb49bfee580519719332aab5f8f9e86455951709
BLAKE2b-256 checksum
How to use checksums
a7f537b304b058968bcad15f8cc064d85bbbcccdcf98adc194d4ba6e022cdcc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL opendaq-3.40.3-cp312-cp312-manylinux_2_28_x86_64.whl
Size 46.4 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c64078c6867786f46dbe6dd90abf175202cb9a7ea5bb7d83e1a825564b67e891
BLAKE2b-256 checksum
How to use checksums
ceb27edb2e05e19501d34d58be4cddd735c585929ecf28e0cec13146c8fb300e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL opendaq-3.40.3-cp312-cp312-manylinux_2_28_aarch64.whl
Size 42.6 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a859cc411787a9159cbc0448aa187194b789fe012e46606f9e94752285cbffee
BLAKE2b-256 checksum
How to use checksums
b88261ada1015d8213592d61b4619daa6c3a5b411f6600254a0d8a59111a9ca9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp312-cp312-macosx_11_0_arm64.whl

Download URL opendaq-3.40.3-cp312-cp312-macosx_11_0_arm64.whl
Size 44.0 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2ead824830b924309b6af20a6758f5f676036f21577a53dbf6c4408fac9cb9b4
BLAKE2b-256 checksum
How to use checksums
74bd5375de29dee124fe497b473af32c5963ad7b4f2cb9519127aeea92266900
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp312-cp312-macosx_10_15_x86_64.whl

Download URL opendaq-3.40.3-cp312-cp312-macosx_10_15_x86_64.whl
Size 45.2 MB
Tags CPython 3.12 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
0c4a9ee83dbf3b0b4bd4cd0aa5ea5cef3b2f4ef288e7deb1b8e0c0105c1a8d0e
BLAKE2b-256 checksum
How to use checksums
75cdc2a9ff73dc683a73a341d25c7bd47c53c284c9e6ee28aa31709880d2cef2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp311-cp311-win_amd64.whl

Download URL opendaq-3.40.3-cp311-cp311-win_amd64.whl
Size 23.7 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
02bbd41f9e73667e38a7990f225e66e875598e6e1f43ee5ae2a8be14c4973060
BLAKE2b-256 checksum
How to use checksums
4ec8d5b513e5844c224c8b6432a8154d82330ef0f964a1e00be8d45e0eb590dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL opendaq-3.40.3-cp311-cp311-manylinux_2_28_x86_64.whl
Size 46.4 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a3077ffbd6eee86d68b99e520c48a0b82d40e0b9a1ef15df7c3a726d5d4614e9
BLAKE2b-256 checksum
How to use checksums
ab4bbc0e0477016e7c668f895dcbfab118399f6611cde6cc105458ddacb2fd78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL opendaq-3.40.3-cp311-cp311-manylinux_2_28_aarch64.whl
Size 42.6 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a43ad04eca324ec4fb3af7ad6db182e8846f850b30e4f2d7e782804b98e80f11
BLAKE2b-256 checksum
How to use checksums
7c6babbcb243c9cc0e15e3a9bc4781f65685afa8017e6c7561cca49f41bb5e03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp311-cp311-macosx_11_0_arm64.whl

Download URL opendaq-3.40.3-cp311-cp311-macosx_11_0_arm64.whl
Size 44.0 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f6e1f87d57043c820a3475780c92326077ec1c04cb8b6b6da5f3152d956f8b5c
BLAKE2b-256 checksum
How to use checksums
6ffcbb9959be23fa82f751d3918db0d46367c4176ba5faf6f439f7755ff4e4a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp311-cp311-macosx_10_15_x86_64.whl

Download URL opendaq-3.40.3-cp311-cp311-macosx_10_15_x86_64.whl
Size 45.2 MB
Tags CPython 3.11 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
7d5ecf1f311377e7e1dfa591e067f5af33b192b16b3c17f1a1c229b3b90e2c0f
BLAKE2b-256 checksum
How to use checksums
1f846b0ff1169a16ae86bdcb4aae8eae3ab2709f54453aab375a6a1c923a2044
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp310-cp310-win_amd64.whl

Download URL opendaq-3.40.3-cp310-cp310-win_amd64.whl
Size 23.7 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
451ef4da2f74cdc0c7102f5ab632d840f7e7853455b3adae85ed8c2510d9d039
BLAKE2b-256 checksum
How to use checksums
bae3934915ba200c583852d64ed064ee70da6e77c52b15b3f0c97cb337022893
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL opendaq-3.40.3-cp310-cp310-manylinux_2_28_x86_64.whl
Size 46.4 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e0c0c6a0d55119cf714ff25994e68551e293180022c338e65f896eb22bf1c25a
BLAKE2b-256 checksum
How to use checksums
869f50beffed9e4a0c98249b3d07d98f36c2867ecf920d48cb98414578d14e5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL opendaq-3.40.3-cp310-cp310-manylinux_2_28_aarch64.whl
Size 42.6 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
60bc72dce1c677d342c9f5213859722da60316b2847f26b633eff5788edda5f9
BLAKE2b-256 checksum
How to use checksums
4012f633a3a4fed35da63b0042774c1532fe765a9434b7101a2f708d8707c969
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp310-cp310-macosx_11_0_arm64.whl

Download URL opendaq-3.40.3-cp310-cp310-macosx_11_0_arm64.whl
Size 44.0 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e268b9eaa17114c6b04ee47e5016afe3c6b5029270e759a04227c30e0d749522
BLAKE2b-256 checksum
How to use checksums
7ea4c4b5331f8f08b5818dd3d1608b1f0d950233eb32166c9357bcedb25e48ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp310-cp310-macosx_10_15_x86_64.whl

Download URL opendaq-3.40.3-cp310-cp310-macosx_10_15_x86_64.whl
Size 45.2 MB
Tags CPython 3.10 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
d21ee9c494872f61a32ad0736aa4060894bcde3a4b6b0fb2cea375047f6e401f
BLAKE2b-256 checksum
How to use checksums
dbfba0960c36eedddc41dbcc4691a5a250a8db15a9140e022e0cda6e95b995c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp39-cp39-win_amd64.whl

Download URL opendaq-3.40.3-cp39-cp39-win_amd64.whl
Size 23.9 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
a4b4e6b136b760c60216d6270367f9a8d8e264fa7c9ad48eff9de23223caa09d
BLAKE2b-256 checksum
How to use checksums
1483b361db891504ebce5f33d191e0889f2529f6b0f6f6b48e2c3fc741c3e049
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL opendaq-3.40.3-cp39-cp39-manylinux_2_28_x86_64.whl
Size 46.4 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c75d624adc4933eb58a4b1917b3084d787e0f2b7d0ab526c82d7629dff814de1
BLAKE2b-256 checksum
How to use checksums
f0a81e92c01d547485620ba6b64f16feb785c15c66697b21848be198db77c539
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL opendaq-3.40.3-cp39-cp39-manylinux_2_28_aarch64.whl
Size 42.6 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
caa15d1a6435b058e09dde0610df9919887a9bb9ec43d0d99e6dc811d7799d0b
BLAKE2b-256 checksum
How to use checksums
a72261a6b700a44d49fbccb2e067fba378f4f2018c6b71c84e56ec6e1a4ed2b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp39-cp39-macosx_11_0_arm64.whl

Download URL opendaq-3.40.3-cp39-cp39-macosx_11_0_arm64.whl
Size 44.0 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ca0b299564ae824e01555eb758b5b3046fde1a590bf92e8f664f93c44dee5e48
BLAKE2b-256 checksum
How to use checksums
46c91c5594d53c248f2e1ce16bf5e0c8614a5a4203dca8cd29af9949bc0944a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release files / opendaq-3.40.3-cp39-cp39-macosx_10_15_x86_64.whl

Download URL opendaq-3.40.3-cp39-cp39-macosx_10_15_x86_64.whl
Size 45.2 MB
Tags CPython 3.9 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
786ea7798006c09c8dfcb7a4e438f3dc9b2c3919a2dad3d5a0ad4ab9b462c5cd
BLAKE2b-256 checksum
How to use checksums
051a2a5c5db6a20ba55dd7876cd43775e4ec4d35817b0ae6a4753511c26ce0dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.14.4

Release history Release notifications | RSS feed

This release

3.40.3 This release

30 release files

3.0.0

10 release files

2.0.0

10 release files

0.9.8

2 release files

0.3.2

1 release file

0.3.1

1 release file

0.2.0

1 release file

0.1.1

1 release file

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page