Skip to main content

neoRADIO2 python bindings

Project description

neoradio2 Python library

Intrepid Control Systems, Inc.

Python bindings for libneoradio2 — the library for communicating with the Intrepid Control Systems neoRAD-IO2 family of ruggedized, isolated analog / digital / temperature DAQ devices.

Documentation

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

Installation

pip install neoradio2

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

Linux — udev rules

So the device is accessible without root, install the udev rules. Download 99-intrepidcs.rules and install it:

sudo cp 99-intrepidcs.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger

Then add your user to the users group and re-plug the device:

sudo usermod -aG users $USER

(log out and back in for the group change to take effect). If you'd rather write the rule by hand, the neoRAD-IO2 uses USB VID 093c, PID 1300:

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="093c", ATTRS{idProduct}=="1300", GROUP="users", MODE="0666"
KERNEL=="hidraw*", ATTRS{idVendor}=="093c", ATTRS{idProduct}=="1300", GROUP="users", MODE="0666"

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.5 kV isolation between each of the eight banks. 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. The device mimics the neoRAD-IO2-AIN and neoRAD-IO2-PWRRLY products. Examples are here.

License — MIT

License: MIT

Copyright © 2019 Intrepid Control Systems, Inc.

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.1.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.1-cp314-cp314-win_amd64.whl (405.1 kB view details)

Uploaded CPython 3.14Windows x86-64

neoradio2-1.4.1-cp314-cp314-win32.whl (368.7 kB view details)

Uploaded CPython 3.14Windows x86

neoradio2-1.4.1-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.1-cp314-cp314-macosx_10_15_universal2.whl (426.8 kB view details)

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

neoradio2-1.4.1-cp313-cp313-win_amd64.whl (393.2 kB view details)

Uploaded CPython 3.13Windows x86-64

neoradio2-1.4.1-cp313-cp313-win32.whl (359.6 kB view details)

Uploaded CPython 3.13Windows x86

neoradio2-1.4.1-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.1-cp313-cp313-macosx_10_13_universal2.whl (425.7 kB view details)

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

neoradio2-1.4.1-cp312-cp312-win_amd64.whl (393.2 kB view details)

Uploaded CPython 3.12Windows x86-64

neoradio2-1.4.1-cp312-cp312-win32.whl (359.5 kB view details)

Uploaded CPython 3.12Windows x86

neoradio2-1.4.1-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.1-cp312-cp312-macosx_10_13_universal2.whl (425.5 kB view details)

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

neoradio2-1.4.1-cp311-cp311-win_amd64.whl (388.6 kB view details)

Uploaded CPython 3.11Windows x86-64

neoradio2-1.4.1-cp311-cp311-win32.whl (357.8 kB view details)

Uploaded CPython 3.11Windows x86

neoradio2-1.4.1-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.1-cp311-cp311-macosx_10_9_universal2.whl (421.7 kB view details)

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

neoradio2-1.4.1-cp310-cp310-win_amd64.whl (386.6 kB view details)

Uploaded CPython 3.10Windows x86-64

neoradio2-1.4.1-cp310-cp310-win32.whl (356.7 kB view details)

Uploaded CPython 3.10Windows x86

neoradio2-1.4.1-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.1-cp310-cp310-macosx_10_9_universal2.whl (419.4 kB view details)

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

neoradio2-1.4.1-cp39-cp39-win_amd64.whl (387.1 kB view details)

Uploaded CPython 3.9Windows x86-64

neoradio2-1.4.1-cp39-cp39-win32.whl (357.2 kB view details)

Uploaded CPython 3.9Windows x86

neoradio2-1.4.1-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.1-cp39-cp39-macosx_10_9_universal2.whl (419.4 kB view details)

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

File details

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

File metadata

  • Download URL: neoradio2-1.4.1.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.1.tar.gz
Algorithm Hash digest
SHA256 44bdc5c4ec386ae8c66f7366ed6fdc999918b563ee46570bd978d84715367170
MD5 173f072f04f961125c0fce0f4169039a
BLAKE2b-256 ec7f272ee24a74b947fad911ee90b2335177d1e0fb091317c7092aa52b8f8d56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 405.1 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e8e7810b01fc77ab3271fa03045351c48b18b84b44fa73c49ad67c6520d0de4f
MD5 4353fc6295f1dc12b4631b8449707066
BLAKE2b-256 6ddd2c3d970ec8545a02e963eeaeda45d840c855689b347a04a01e991dd09dfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 368.7 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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bc3cb946dae57bdfed912da7b237dc0033f1125d2594f85ef4eba467287ebcc5
MD5 19e2c12af2d4d3e73ec063717a869366
BLAKE2b-256 2dd69c874a9631620d4a93de8be65d24addb9b395cd02ecb3c67cec62dcab781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 abf407c3b47c4e5fe81ec5582dec34391b19c6b4d35c288adc3807b7e9c3defe
MD5 0fa60578d2ca7eab9ad4e62268055dfc
BLAKE2b-256 4e609431e6de183f958f6631a21a252d2606544b448507b6726de8f88b8e487f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4c5eee3ceb0a536c3b0268e188fce12d85c78bbaaf78813212726affc74f7054
MD5 962d44500f9715770c7c0e6e6df1e50c
BLAKE2b-256 563f576b11102629fb0a3bccac9f1fa05aca2b26ee37c5c7e1e4c434fa63560c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 393.2 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e35bc2d74c3adab304ae0dbeaddb1a4de917ce7e9e2961eb951bb999ba5b05f
MD5 bb426c450d23967509a385382d0cdd88
BLAKE2b-256 3fa0467ca1e17924c6fe9ef79f5ec8d20eb6fd08dbca916da7414da1acedab64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 359.6 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f652287016879e42417a55b74860256847f3e3190df6861d5402ca44a462c367
MD5 fef17605b01f42481f95ecf4c7ba8d2a
BLAKE2b-256 046820cb5ac758422ba639eafe57976c03041c9ce078ac46a8d8314fd23b211f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f49db9b1f622ae70145ae617d2412342be59deabc620d688cd583c2b7edd3782
MD5 94c72a322e4238766ccf91df1db40b24
BLAKE2b-256 ad6a11bc90718e45a0d08103dbbd2fef6231f383c5b9ebbd743b4aa10050ef71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e6e98393aa8ee70a308f4347be0baa148a3ae7c17ee811af0dbc636ba68cf588
MD5 7b0485b375bfb770176243c89f6f2983
BLAKE2b-256 3ff06819d1e27a2bc2459334c8f0056978b64531c0bada424c08178fbc1dacb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 393.2 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7e23d087b740bdd6ca02fbbcf6954e878e354bb1ef6af416da4f320bf51cacfd
MD5 fc0a2ff67067cc186f91454f4f33b489
BLAKE2b-256 a5c81564fabd8b7023660a47dda8e6f2e4c1adc7225e3a4873aca866bbbd7308

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 359.5 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 463c5e943ca90abb47d18b6edc61dda94a842217f0d772cdacf66fe8922de0cc
MD5 ff69b78c1d9edcc6a154e56c2232e103
BLAKE2b-256 417c1447dc16db7feeaa348a099315d457f9dcdccacae1703d250b4eeddc71d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e62be3c16fe44d53e7de5be4b1cdf017561bb76e4c1cf971c530807ead7077c4
MD5 f3a68535f4fec731bd30fa803e3fff7a
BLAKE2b-256 097f71976220c4ed35398f1754038f3b4555263528cebad4385d6a551c5aec10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 14b6c5eb105a70197f1dbb2ce03d26a467a8d49257787d8ff50321954147395b
MD5 4dc4a716e47f8741ed7373d280292f5c
BLAKE2b-256 d59fbfccd520943f8fc697a47103ffbccdd3b33f7f2f2a35ae7f14ce79d87f87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 388.6 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7c1c332869d703458d4d02bfbcf54846026877a4850fc558c293467abd573690
MD5 f298049bfc8d7a1b5ac8890d7c6fc5c6
BLAKE2b-256 c6cbb100cac1b7fbd3aa214908bf3a2d940669d939e584ef914be05acfaa038a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 357.8 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4e50ed2c6c34401afc8ff80d043909a731f02aa4cb3ccf98c35bf15d60434866
MD5 bbf5674a088f9cbc896253af94547e61
BLAKE2b-256 10e5de866de103d8457316e2ead45dad883416119a0bdb51bf15d67ae7ecffdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4db6405de92d1c1ed7981877fcfd58afae45b25eaaaf23bcebcd998dad3a383
MD5 ddb0e48ea910b9f069401c6f5957d18a
BLAKE2b-256 dfca6116214a1cdd38a9d2cdda325d6386c88e513774ac58d790232df47eeccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ef6fd78805eb8a3461bf0f01a842584c57c55335ac54be414f972faefa2274aa
MD5 62ebb83ebee46ca3d89165c4c24e2386
BLAKE2b-256 61dd5ca83fbfd76dc0b33877c717497fb5a876831c8b56517e4911c1f6916d48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 386.6 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e7a8af890a6a3719623801e600c9418084edd16077933a0cae8c56e16e076ed2
MD5 e81ccfd68c3067e8e91950ebc39443df
BLAKE2b-256 941142d29eea0c9f7236ecb6830dadcbc7552dcd8c04ba9f8d5aff386267a851

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 356.7 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8d96169a643f978fdf68e17a87c2ce14955ebba9f664065f543ceafa06bee7d3
MD5 bfb39b531e92134582516587432350bd
BLAKE2b-256 35e80b6002f575b43d749197b86adac692bd34588abb007b621a72defe76f3a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c08b4017ac83049919471468fac63b23d215f59a85788e79e7dcfb42e631a598
MD5 96bfc782c3bb9324e73959b1d7c1a574
BLAKE2b-256 b56f1f6f376a9c086a136c67f62f4d5d20dc2566dfd6b2803a035caf2c24b065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1cb0f9ac18d7ff6bd68b0ff89be4e3645e27a51efff4043cff2b66e9254f5b1e
MD5 caf1a0aca0b57d55b7c014803227bcf1
BLAKE2b-256 f3c422b8edad1a6c0020b1f542ad3474a08ffa114d0adb5f19fdc9bf4e6d1c67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 387.1 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3105e866a5f2a26f329a35d8df084eb6201581977e474d14f4677fb828b7a131
MD5 60f1cd0089166e8d8231773531159fa1
BLAKE2b-256 dede0c0e4a8b96b82dfa9143d2b42c6bb13af1aa15747b4419dba2538af258a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: neoradio2-1.4.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 357.2 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a38f46c442380a46d9abf433f54fcc2e3726e9f150166a81425706f5ec291dad
MD5 eace80fa7419c9817417a7839f45def3
BLAKE2b-256 c7f5ddee005046ad3717f4bbb6ebbe8845dc036621c44b86ab4bf9a6e62e863b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1218552dc9943a8483a727eaec29d380adaa279da10d9b7a594e412734f1e0e2
MD5 53e7cf14bcb1efb30145d98c39a4f817
BLAKE2b-256 d6428b0660407fcf1478079804a920e2af7831f9a966e2b762f239cf15421662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neoradio2-1.4.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a6fe2fba012943b650984dc2a2600ba107b0ca0d2f851ccf669267010ad6e239
MD5 3b0de905be7cf91de741cccc668d3c15
BLAKE2b-256 d8199a469ec1da1f46db384f7ba114bb9f9cb0dca44b4aa02c24f7efd3388252

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