Skip to main content

neoRADIO2 python bindings

Project description

neoradio2 Python library

Intrepid Control Systems, Inc.

Documentation

https://intrepidcs.github.io/libneoradio2/python/docs/html/

Quick Start

This is intended for more advanced users with intention of quickly starting off. For more details on installation please visit the documentation at https://libneoradio2.readthedocs.io/.

pip install neoradio2

Note: Windows pip.exe is usually located under the Scripts directory under the Python installation directory.

Quick Example

#!/usr/bin/env python3
import neoradio2

if __name__ == "__main__":
    # Open and close all the attached neoRAD-IO2 devices
    for device in neoradio2.find():
        print(device)
        handle = neoradio2.open(device)
        # Do stuff here
        neoradio2.close(handle)

neoRAD-IO2 Product Line

The neoRAD-IO2 series is a family of ruggedized products that provide an isolated analog, digital or temperature interface to a PC via the PC’s USB port. These tools can also be paired with Intrepid products that include a USB port such as neoVI ION, neoVI FIRE 2, RAD-Galaxy, and RAD-Gigalog. In addition, the neoRAD-IO2-CANHUB can power and convert the native UART signal to CAN or CAN FD for use in any CAN device.

The neoRAD-IO2 family communicates on an open source UART based serial communication protocol. Up to eight devices can be daisy chained. The chain length is limited by current supplied to the chain through USB. All neoRAD-IO2 devices have input to output isolation, and 2.5kV isolation between each of the eight banks. Bank to bank isolation is important because it allows the common mode voltage of each input signal to be different than the other channels in other banks. (This is a major source of measurement error and can damage to the product.) Additionally, noise on one channel will not affect other channels. For more details please visit https://www.intrepidcs.com/products/analog-daq-devices/rad-io2-series/

neoRAD-IO2-BADGE Quick Start

neoRAD-IO2-BADGE is a demo board For multi-channel analog measurement tool. The device mimics the neoRAD-IO2-AIN and neoRAD-IO2-PWRRLY Products.

  • Examples can be found here

License - MIT

Copyright <2019>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

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

Source Distribution

neoradio2-1.4.0.tar.gz (9.9 MB view details)

Uploaded Source

Built Distributions

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

neoradio2-1.4.0-cp314-cp314-win_amd64.whl (404.7 kB view details)

Uploaded CPython 3.14Windows x86-64

neoradio2-1.4.0-cp314-cp314-win32.whl (367.9 kB view details)

Uploaded CPython 3.14Windows x86

neoradio2-1.4.0-cp314-cp314-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

neoradio2-1.4.0-cp314-cp314-macosx_10_15_universal2.whl (419.0 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

neoradio2-1.4.0-cp313-cp313-win_amd64.whl (392.8 kB view details)

Uploaded CPython 3.13Windows x86-64

neoradio2-1.4.0-cp313-cp313-win32.whl (358.7 kB view details)

Uploaded CPython 3.13Windows x86

neoradio2-1.4.0-cp313-cp313-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

neoradio2-1.4.0-cp313-cp313-macosx_10_13_universal2.whl (418.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

neoradio2-1.4.0-cp312-cp312-win_amd64.whl (392.7 kB view details)

Uploaded CPython 3.12Windows x86-64

neoradio2-1.4.0-cp312-cp312-win32.whl (358.7 kB view details)

Uploaded CPython 3.12Windows x86

neoradio2-1.4.0-cp312-cp312-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

neoradio2-1.4.0-cp312-cp312-macosx_10_13_universal2.whl (418.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

neoradio2-1.4.0-cp311-cp311-win_amd64.whl (388.3 kB view details)

Uploaded CPython 3.11Windows x86-64

neoradio2-1.4.0-cp311-cp311-win32.whl (356.9 kB view details)

Uploaded CPython 3.11Windows x86

neoradio2-1.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

neoradio2-1.4.0-cp311-cp311-macosx_10_9_universal2.whl (414.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

neoradio2-1.4.0-cp310-cp310-win_amd64.whl (386.2 kB view details)

Uploaded CPython 3.10Windows x86-64

neoradio2-1.4.0-cp310-cp310-win32.whl (355.9 kB view details)

Uploaded CPython 3.10Windows x86

neoradio2-1.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

neoradio2-1.4.0-cp310-cp310-macosx_10_9_universal2.whl (411.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

neoradio2-1.4.0-cp39-cp39-win_amd64.whl (386.7 kB view details)

Uploaded CPython 3.9Windows x86-64

neoradio2-1.4.0-cp39-cp39-win32.whl (356.4 kB view details)

Uploaded CPython 3.9Windows x86

neoradio2-1.4.0-cp39-cp39-manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

neoradio2-1.4.0-cp39-cp39-macosx_10_9_universal2.whl (411.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file neoradio2-1.4.0.tar.gz.

File metadata

  • Download URL: neoradio2-1.4.0.tar.gz
  • Upload date:
  • Size: 9.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0.tar.gz
Algorithm Hash digest
SHA256 dccd602cdacd5bc3570e31aa4503f3554d2a24fd343f8d49da2801eeeb0e34f7
MD5 1c8e8c0966e401657fb4ec6f73b01b21
BLAKE2b-256 1fa63aa57e91838fcb36dcc37ae8caa44d89686ce39b7aadb165a4fa752562cc

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 404.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c7e71c4de4485d5e9091b735f38708b65974b4172d019e49e5f2249d77140c07
MD5 be5fe083ccca3ee75558eb0b39e27194
BLAKE2b-256 e11833d5dc11b5b5ff56843bcc2ab8398318fdc599ac2baeeacccac39e09b959

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 367.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 169ce0c426bdd1e45b33d8bb4daab1f5e7140edeabbdf64ed911dffc54abd285
MD5 a442fc91088072dd92e5298cd68c4d54
BLAKE2b-256 a5802bd0affefb135a32349625a948147ab69e11f3b39e5ca04f2896f9392daa

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9af55312f2ee1c6d8df8cee99fea7fcedd8567fb9d9a592881597a18f85e7309
MD5 49b73761eb7da8b69310f9e1949711ac
BLAKE2b-256 407de30c5969b1eb0aac2b98ec9191edfc95eb3ac23dc72bbf3c988de4290a07

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2b64f422bbbc3125370d3ee1d4880ce44d124cea50b712156875cbf686303788
MD5 a10cbf003e45bbe8b53fa610637efcb9
BLAKE2b-256 7abbeae048511bd7f251e3063c6b85ec99a4a77d2c50c2b056dfb6b0bd1b7721

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 392.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 339715efe02e41c4532cbccb8d9a64f798354db8d488aaf3ded1c534b61f11b7
MD5 5d6b0d5ccb4ac2d8bf600a24761d7aea
BLAKE2b-256 f85a1879b155821fc133a12eb8b5f016c312ed8377922f5671a4c08a469945da

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 358.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 33b0f199ca372e8731c2cf10490a8bcdddeca0a533d831005710ca1f335e64fc
MD5 08a7ee9383e89633bea76bba333ffd20
BLAKE2b-256 389b8b18600a3aebb0805183a9e3932e7622e916278c9c458578616379d80be6

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ff6272b098824c167bde4c024faf02933c98897884874c011e82c914ef19f81
MD5 a45eee4a04a68f42935f172e5faa1e83
BLAKE2b-256 cfc8f4621916a74d86223224da789739a30f556cdad0a29fb59696e0e1497bd4

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 cf6c1b2fc0fb4821083f12079ab0cda8a06a90d87d19306fcded2f1e44d077a3
MD5 c0c24f7439fb9c89952a7e829eeb5e5a
BLAKE2b-256 82821b130039be3ddaa8f04fd7411bfafc8b3b6a25481d05db0d61b623166c75

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 392.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b1936acb0378b96eab5bb00a29ff79829f7cc807a5222e31122e3d12b682442
MD5 b25062025e849d9cb3276f89f35d52d7
BLAKE2b-256 bb6615c01cb32d9dfbbceeead066547face8c50f767281694fbc984a14dbe03f

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 358.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 79db29c976a066d561d8788466bcd5996b2ee4408c5b654f7ed16eaba5fe2356
MD5 c8535eae7d92d266beed4fef29c8ecd7
BLAKE2b-256 da143a28b686d873dd84bb11c68fd5a42fe5d94ac379255abc075e0c8228ab6c

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47c53eaa208919dc0c18e3772224dcd690f3cdf08df4bad79d1204e97d7b1c5f
MD5 0ae6047de604ef7849c6da795eb5e147
BLAKE2b-256 cddf129d4bb1cc506bf4c56407a9e2abf0530e5cf056bfa2ae50d40513ccab46

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6ac48c154596b7f7f20577aa3746bf1ca933539c8e511c6f176871b690b7565c
MD5 86226d200d3a7599173b36763a77f86d
BLAKE2b-256 2713dcc6f80e27a48b464e2ade5901945eb227a36ff67036ead1c3af7cabb6ac

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 388.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6823d5b7cc41746e5b99cd6d2d04f6efe043284e935e7680b19a5f3c064d58d7
MD5 a9afb268e6f7f2d24124caea3f8c7215
BLAKE2b-256 cb77f5166915a53fee10bcf9d0562c71088a1c5760dce0c88ce7d06bdbf70855

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 356.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 207d68a98bcfc59c3945714eb8f796c0560c6b4a92ff053fa73f5f19457d2bb6
MD5 fa31c4146bed15d33fdf7d19feb46d22
BLAKE2b-256 be6560ad11291dc44f10906db7a0d5a5383259527dadda47ca414f884c88329f

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d1a02d9427730e66b201c3e5d638cdd895dd71e27bcea8ebbcc9413e3956011
MD5 287f40ef2c14a80ce0c796bd6bfad8d8
BLAKE2b-256 4c72af6c1a17e32874508e9f66dd0e5ca60e06fcb552e5fafaf3662e4b68229b

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5b8a9e660519087154ec0634f6f5e1ef832767d479ae0ab96d0347526765c286
MD5 18bfdcee882ea8e3aa5f8ef8bd9c5d8d
BLAKE2b-256 20f33b0aee2b8aa8b6e8b1028db2b3ce0704fb5715124100140de31eaad8fae1

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 386.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a2c3fb3909a1bda65fbf23f57285f749538128de0839746bf5eecbeec49e30e5
MD5 063cf639cb6541979c8e941e7de7f6c4
BLAKE2b-256 2ac2a4fb66165002fc49e129f0b71642540b33e39a812c0fbf1f7ed18aa16cfd

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 355.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 685d59029ef4848d715d0d79d2099acc17ee65191e88fe3804723f5ce0a8f12a
MD5 ebe5b29e4c5970db85dcc9c40971c90f
BLAKE2b-256 ab5ffc07b04e6b65c645e7a111acf32d8b8531882b07374057d1fb6fca0849a6

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e899c888dc74776ae4b5c8ad31b5d879aba6d2e1529181b99c8fa481c827bcc7
MD5 a005a919a48badb32d77f435e1c5f5bd
BLAKE2b-256 fac2e1d436f8c953a3e60f6fc43a61f6e7ae88152a3a1d8bf1136ec54d3478c8

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a001cdff45f7199f1eaa5a3c596156a2387d395f560c15a00a65e4e23f89ec69
MD5 7120bcbdb9248158d2509a9c4927d609
BLAKE2b-256 47261173cdb2bc05a1def55730bd6d65fca390b56ef724a59163dc6ad8d2e1d4

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 386.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cda2bb2e9a8cd6f9d151d586eaccd40e47a715ac392615e8a65c098583663114
MD5 e38bc516899fd0113f76dc289a755b05
BLAKE2b-256 f6770f37f4b9c7ef6c32c9f7dfaf51aaced48de52b5a75562a6da42e2ca9dd17

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: neoradio2-1.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 356.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for neoradio2-1.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d420211bd942962c481e1794623c5e81091f98e660d73b30b5deab4dac7d6250
MD5 a71bc3d5e9f1aff936a815c2130d9b34
BLAKE2b-256 bf8c0ef25b0adde55ae78197b1da45bf1e0e62f11f371acb0ee12b1eaf2171cb

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0c82cea245a3629f7f56e62acf251a614484615eb37db04e6f981016b7a36d1
MD5 dd347831f2f3b5589584ddb7acb60344
BLAKE2b-256 f6b4d6da3bbf75138b53ed8e087c1ceb19ef4b251d9dabf8370ec81a0a67ea04

See more details on using hashes here.

File details

Details for the file neoradio2-1.4.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for neoradio2-1.4.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 edf5d97ff4750e5f611836e2dbbfe7eba0b9c63502f97f7fa46074eb13bbfaf1
MD5 698d1bac4dc0280083e325c021283acc
BLAKE2b-256 45a10d31627260e41bc5f32e22dee2088bdeaf98577fcf1db38de9b76a469fc5

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