Skip to main content

Open Data Acquisition Platform

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

opendaq-3.30.0-cp314-cp314-win_amd64.whl (22.1 MB view details)

Uploaded CPython 3.14Windows x86-64

opendaq-3.30.0-cp314-cp314-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp314-cp314-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

opendaq-3.30.0-cp314-cp314-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

opendaq-3.30.0-cp313-cp313-win_amd64.whl (22.1 MB view details)

Uploaded CPython 3.13Windows x86-64

opendaq-3.30.0-cp313-cp313-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp313-cp313-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

opendaq-3.30.0-cp313-cp313-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

opendaq-3.30.0-cp312-cp312-win_amd64.whl (22.1 MB view details)

Uploaded CPython 3.12Windows x86-64

opendaq-3.30.0-cp312-cp312-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp312-cp312-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

opendaq-3.30.0-cp312-cp312-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

opendaq-3.30.0-cp311-cp311-win_amd64.whl (22.1 MB view details)

Uploaded CPython 3.11Windows x86-64

opendaq-3.30.0-cp311-cp311-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp311-cp311-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

opendaq-3.30.0-cp311-cp311-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

opendaq-3.30.0-cp310-cp310-win_amd64.whl (22.1 MB view details)

Uploaded CPython 3.10Windows x86-64

opendaq-3.30.0-cp310-cp310-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp310-cp310-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

opendaq-3.30.0-cp310-cp310-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

opendaq-3.30.0-cp39-cp39-win_amd64.whl (22.3 MB view details)

Uploaded CPython 3.9Windows x86-64

opendaq-3.30.0-cp39-cp39-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp39-cp39-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

opendaq-3.30.0-cp39-cp39-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

opendaq-3.30.0-cp38-cp38-win_amd64.whl (22.1 MB view details)

Uploaded CPython 3.8Windows x86-64

opendaq-3.30.0-cp38-cp38-manylinux_2_28_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

opendaq-3.30.0-cp38-cp38-macosx_11_0_arm64.whl (37.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

opendaq-3.30.0-cp38-cp38-macosx_10_15_x86_64.whl (40.4 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

File details

Details for the file opendaq-3.30.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8828641c7112365cd758fafe7f82105e61320eec4d071a82425090fef73a97f4
MD5 b2b85dd97b367188483377e9984fa6d4
BLAKE2b-256 c52684ae55dbb7ce7df8d6045792e61a9abbb9b4743c83a379fc2d85e8628a3e

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54b97e30b96f114cbacce0a50d9fa2e03a0064327d17a5aff14e4028a39b3a55
MD5 13bc06457445cae7d436e4fe61cb6cbc
BLAKE2b-256 09da0bbb26be2931a482e8d78a2404dd6661086a5f96d545e7980808cb5e9720

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f940117012923173d3aa561f6e5c4e1e48fbbdb39ecdfd9bfa0c3eafd6925a65
MD5 ad93fe66b2a4ff2bea072394121b86e6
BLAKE2b-256 ac31ed691afc49f27b42f32bca0989508683c4b32d5e584e33c51e71639aecee

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 440117a74451cac7fc6b2e588436ca1a65bdf27c78ef3e35a0dd874eece14be4
MD5 13ebf46925ca6599ffa938dad351edf4
BLAKE2b-256 8e42d1a3c9e94538261a754d800591e0532ab19722d86a2da930cee6322bee57

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 00a8c161fa929a531d628311fb0620cf759dc29161c23d849b92a82be9d7fa2c
MD5 17c9a9e17b07c01337ae1e30aa512671
BLAKE2b-256 39a13a53c693793ba84f74711de6e5d7101d1ab617c545a632323c3f9002da2f

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c9cfd6f69a09537d4d4094d5f43559bf23fc8f6760bb76840f62c94a6a74d60
MD5 df0d90944d352ef6a9ff02893d873d6b
BLAKE2b-256 53a5efb5d31a7483f2d1b3ed804efe47558a0928ccb499385b524f9750d62bd6

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74a4644cd16f40ad60f5927b60e16db4ca580edf079a945ccbe460bcc340806f
MD5 5ca61aa2c80d0be7277130a9bffbccd4
BLAKE2b-256 3a6f08ada92c497b537f5e31dee6d28897fa10c47736b0110a38be91120ff5e7

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9c614eaa135a9289d36797fbfa7a6495597de50affe3c3b6dce44abe96689cee
MD5 833bbe3765b4db5098d969db8330aa58
BLAKE2b-256 b350bb947dd65c413a41f98f9ba6a410fc559fd33ffc705dd44907824c0f1443

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7a1f48640689c82d04b6fcb69e601922348df57dbacb98966fbe93bdc6af18e4
MD5 b572e68eb4aa181839530118770c334b
BLAKE2b-256 2b3d398230a56cb2692294337c2911c6bcdfa5fbad0215b7a1f621a7e8620128

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 20ab5eb2dd9e50d48cf438c47704644eb64a426d8f6d7652f98bc25de1827340
MD5 8735ce5c6a22b8208d329b49d2c7c56e
BLAKE2b-256 56d28198e7a29da3dccdf63565bf2fa89368a762f7bae4ecf08f269751ad26db

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ddeae69df3e7822e1602467e67f332420002af77672b78353030408dbc93c61
MD5 d39ca9dbaa19a46f1cb85e694f7cecab
BLAKE2b-256 b2b3996248fed7447d40e386d0cfa0332b89b0a4bb176de5e1405d676a9082ac

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ed191d737945ff77733a6d3a2eb732a5c215917ac793f6873300acb4010116a4
MD5 f708779cdade42d746208d1010db3e83
BLAKE2b-256 1c4980e9549b97f4960bc320f9d242b96211c55ff598961a45c62e8c4bad4689

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4344debe5854c6ffdc1d5e1c0623bace12790a2b0e29a5fb5591e634cf29f06f
MD5 fc949ee1fe9d7e18f995e55505fe48d5
BLAKE2b-256 cb0828b6553bde5dcafe26548cd41492720efc012c34ca6d6ad053827c7364a0

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74e0cb3e935f6ef80f734409f2fc1a7fb52f8395ea8546fed2aa7ee2990827ad
MD5 7e100f9575c93063c0ad4ca0ae8bb105
BLAKE2b-256 9de152de77874941d5b6672c1de9d08d8b7e471bc02ac5851f5fbaa55d1e2199

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3d2475bb6ce094c5e247a2644e6d8062f25c6c1462e4b9aa373dde5b5718012
MD5 e67a97063ba23212da3ce27aef75f685
BLAKE2b-256 1e4fface87665b9bedccee19f2c899faf3213bdfa78b9223ee483c4a77e2be2c

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c86304f4318899b98ad3a85b65dca66ba3f63beb0cf9ab80cd52c792e38de4e2
MD5 b7aceced327da6a1f713f75d4cda51d7
BLAKE2b-256 34d697e8e1c0df7770a01cd830e6cb24560a4ef31db2915512805efd3f4bf4d0

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e08cc3f40956ada445742ddf148b167b6d219081bfed2a8275e190aa515ee2df
MD5 e0ee83d4df2bd3ec46bdf3206d368a94
BLAKE2b-256 7cc53caf2ad9112240a0d676ebe10be9f9538ffdc0155fa5ba5ce3a83623facb

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f580ff40feb35b86051da65470329680257a103d11c8fc90ea14731630d5528
MD5 31963b162e1bc7aecb20e01fa6baf810
BLAKE2b-256 c703af3e4dc5f704c02e879239c382e1a1545c5b218094868c792967aedf0c8e

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b826ac4bdf9305e2d80770f56932668ba405e567ef083d012713a8c3fda42f37
MD5 1a2a33ae1856185fc1505d2eb3205234
BLAKE2b-256 967c140364f249f222e4206ab32660a92da1a331f470ed7eb8b318f215164074

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 04983e8bf29f7baad6fb928fb86c0989e32168d0e2d1a735ec600fa592e9b0d5
MD5 afc2785324c1df1e4e286cb6547f6d52
BLAKE2b-256 4599a15fdcd80357c06b2f46b9ad30a3d99fd8c5c6142e0cc4580dac8f622524

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 22.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d777c53c4ce659eca670552a39d04692f21a17cb1e8cec3785212ff34abd9651
MD5 6912abd3253d373d6772838e4ddc6ecc
BLAKE2b-256 3e84cff1cf60e19522199dabbc7e8372ed0cade0be1421a715a9c72cc2d4f947

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d3ff3f151b57c9cbb063f438c12daa4c4abb212a7df8d4d49d6fd3f5fd72994
MD5 307f0185e1520f0d4cf37e79a0d3f085
BLAKE2b-256 9da592194f96bbbeaac8845321d7f9653b615c6d8e5da5a0eec9823e0a3003c2

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 525a6b485e9f2f3951e832281a5ecd01d0db41361fb346f070d5c020b79cbf36
MD5 ff6b7627b4c9e2621773d8d175f3f066
BLAKE2b-256 a499be1d6a46983a6822951da0f7bf7ebedb7109f143eb4d62903c79ae5fccd1

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0f20cd554a46afe68716ba61a242cdd308169e44cb7814891b6390c1ec6802d2
MD5 89239a6dd7ff0158d21841f25c087a33
BLAKE2b-256 fc4e9d163bf103db85be0ba9086e3dd7f0dae13afd2dd7a5aba70f3cfba6be47

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: opendaq-3.30.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 22.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for opendaq-3.30.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 377ed01476dce4c89433bdc3da70875a92d81da4d2d6cf7c412d2a22f2f76ceb
MD5 f446c6fbc0094100ee736c3400febceb
BLAKE2b-256 64f1c498f16092d1d5786ec0fa2669db6fc520f9a8a5a9fefad48e89ab0169f3

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b72abec2421510c234778cf7004c8aa87cc995738fc14e2c37792caf45378aae
MD5 78b598acce88ce3277013b95e98210cb
BLAKE2b-256 2c27787f1a71b2efcdf13e9c3cc74b3b5c31779032e7bb26e8361b0ef512f53a

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 880af3a92d209e758de454506731cc7bd8a30fb554fe8e94318283a52e2e0b3e
MD5 107d7502374d5ef86478a72134055659
BLAKE2b-256 60ee52314a191039076d4f8c7be4d4dea07be4487ad6ce2cd5025a8260b46c88

See more details on using hashes here.

File details

Details for the file opendaq-3.30.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendaq-3.30.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e4e617639056fa647734754fb2cf9666e216e8046a521f26c6e4c1ddc84577f6
MD5 cf85080c18dca5e189dfd9a3e3e3b128
BLAKE2b-256 6c89c20d6251c412d5fc4bf1c64318956f8f2c2007c3444e85804a8a06561135

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page