Skip to main content

Python wrapper for interfacing to IntrepidCS Hardware.

Project description

Description

Python wrapper for interfacing to IntrepidCS Hardware.

Installing

  • pip install python_ics

Platform specific Installation notes

Windows

Linux

  • Linux builds use libicsneo and are built against manylinux using cibuildwheel.
  • libicsneolegacy.so is bundled with the wheel and python_ics will automatically use it.

MacOS

  • Mac builds use libicsneo and are built using cibuildwheel
  • libicsneolegacy.dylib is bundled with the wheel and python_ics will automatically use it.

Basic usage

import ics

devices = ics.find_devices()
print(f"Found {len(devices)} devices...")
for device in devices:
    # Print, open, load default settings, close
    print(device)
    device.open()
    device.load_default_settings()
    device.close()

Documentation

http://python-ics.readthedocs.io/

Building from source

  • Building from source requires clang and clang-format to be present on the build machine.
  • python_ics has submodules, please be sure to initial all submodules also.
PS > git clone git@github.com:intrepidcs/python_ics.git

PS > cd python_ics

PS > git submodule update --init

PS > clang --version
clang version 11.1.0
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Program Files\LLVM\bin

PS > clang-format --version
clang-format version 11.1.0

PS > python -m pip install .

Debugging on Windows with Visual Studio Code

  • Build and install python_ics for debug. When installing python choose the following:
    • Customize Installation -> Advanced Options
      • Check Download debugging symbols
      • Check Download debug binaries
  • Build python with debug:
    • Install Visual Studio 2019 build tools(NOTE: As of 2/5/24, it looks like MSVC 2022 does not build correctly with setuptools and debug configurations). You should be able to build from source already.
    • Create virtual environment and activate it (powershell):
      • python -m venv .venv
      • .\.venv\Scripts\Activate.ps1
    • Install dependencies:
      • python -m pip install -r requirements.txt
    • Set DEBUG environment variable:
      • $env:DEBUG = "1"
    • Build the extension:
      • python_d setup.py build --debug install --force
      • OUTDATED:
        • Build in debug (-g flag):
          • python setup.py build -g
        • Install into our virtual environment:
          • python setup.py install --force
    • Inside visual studio code:
      • Open the root python_ics directory
        • code C:\Path\To\python_ics
      • Make sure the python extension is installed (ctrl+shift+x)
      • Select the python interpreter from our virtual environment (bottom right with a python file open in the editor).
      • Open and place a breakpoint in src/icsdebug.py
      • launch "Python: Debug icsdebug.py"
        • Note the PID that is outputted to terminal (Can also add os.getpid() to watch window)
      • Place a breakpoint inside the function you'd like to debug in methods.cpp
      • launch "Debugger Attach" (launch.json) and enter the pid when prompted.
      • enjoy!

License - MIT

Copyright (c) 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


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 Distributions

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

Built Distributions

python_ics-920.14.2-cp313-cp313t-win_amd64.whl (233.8 kB view details)

Uploaded CPython 3.13tWindows x86-64

python_ics-920.14.2-cp313-cp313t-win32.whl (224.8 kB view details)

Uploaded CPython 3.13tWindows x86

python_ics-920.14.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

python_ics-920.14.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

python_ics-920.14.2-cp313-cp313t-macosx_10_13_universal2.whl (1.9 MB view details)

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

python_ics-920.14.2-cp313-cp313-win_amd64.whl (233.3 kB view details)

Uploaded CPython 3.13Windows x86-64

python_ics-920.14.2-cp313-cp313-win32.whl (224.5 kB view details)

Uploaded CPython 3.13Windows x86

python_ics-920.14.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

python_ics-920.14.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

python_ics-920.14.2-cp313-cp313-macosx_10_13_universal2.whl (1.9 MB view details)

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

python_ics-920.14.2-cp312-cp312-win_amd64.whl (233.2 kB view details)

Uploaded CPython 3.12Windows x86-64

python_ics-920.14.2-cp312-cp312-win32.whl (224.5 kB view details)

Uploaded CPython 3.12Windows x86

python_ics-920.14.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

python_ics-920.14.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

python_ics-920.14.2-cp312-cp312-macosx_10_13_universal2.whl (1.9 MB view details)

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

python_ics-920.14.2-cp311-cp311-win_amd64.whl (233.2 kB view details)

Uploaded CPython 3.11Windows x86-64

python_ics-920.14.2-cp311-cp311-win32.whl (224.4 kB view details)

Uploaded CPython 3.11Windows x86

python_ics-920.14.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

python_ics-920.14.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

python_ics-920.14.2-cp311-cp311-macosx_10_13_universal2.whl (1.9 MB view details)

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

python_ics-920.14.2-cp310-cp310-win_amd64.whl (233.1 kB view details)

Uploaded CPython 3.10Windows x86-64

python_ics-920.14.2-cp310-cp310-win32.whl (224.4 kB view details)

Uploaded CPython 3.10Windows x86

python_ics-920.14.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

python_ics-920.14.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

python_ics-920.14.2-cp310-cp310-macosx_10_13_universal2.whl (1.9 MB view details)

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

python_ics-920.14.2-cp39-cp39-win_amd64.whl (233.3 kB view details)

Uploaded CPython 3.9Windows x86-64

python_ics-920.14.2-cp39-cp39-win32.whl (224.4 kB view details)

Uploaded CPython 3.9Windows x86

python_ics-920.14.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

python_ics-920.14.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

python_ics-920.14.2-cp39-cp39-macosx_10_13_universal2.whl (1.9 MB view details)

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

File details

Details for the file python_ics-920.14.2-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 2a9f18b7046ca105547023c1a2a27d4881928947927665cf4b9b82196c1068c1
MD5 615ed136a7b694a124106f179189aa43
BLAKE2b-256 caea0d793eaae78a6bf13e3738ca6cbbb8d43111c38c43edcbdc9289cf88a10a

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313t-win32.whl.

File metadata

  • Download URL: python_ics-920.14.2-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 224.8 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for python_ics-920.14.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 de48aac091632e9c3cc6f9dd8fe21c69ffa8f2805eef944a9203369a4cd8e0c3
MD5 23df6deb8ce467933d29fb004318cafa
BLAKE2b-256 4f4fa595f2a7980239a95b39f3e804cd3d5f17a07ba114706b9802e7ae928851

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22434f15d4e48652df36e721045446ed440514f2f98ab96c6dc19c8ade873c27
MD5 134659fc7bc4efde912734547bbc292e
BLAKE2b-256 67eb8485bf29fb2fdfc183cc778404019f49ad232f5eec7957e5f6265c8eb5a7

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7307316d019b951288c477127536081c2d65ac0998aa92f344c0e62c2aff739a
MD5 3cabf8df17e9360fcd254730c8e0bf57
BLAKE2b-256 02b4f57dde55a8c5913f448956e8541f8e151e2daa776f5dff14a73be7e5a928

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0269d5f1e0793512a0b58a0263fdd5f7696aaf156aa0631d34e1687ac531d3c8
MD5 c82182c66e9909a78fc4ae95356044d4
BLAKE2b-256 cce249877926c591d1d30319f1de943fc5b1cff06d2ea5c4eaddc8d6f07d5c40

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c42c83b6066b09e5f4ba57dcb22930bff016f88e6c1b4e1bbc08cb4579e19b69
MD5 0b4320d8d37032d397df19a7f38dd4f1
BLAKE2b-256 6c8e8fbdbace8eab22554931fb1c2bbfc8aa875720ae6ea3ce946db2e81d5afa

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: python_ics-920.14.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 224.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for python_ics-920.14.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 04455bfe91eaa9ad53d93603c13f2b1179cb4fa9a11d3c4db5bd7a1ead7334c3
MD5 562241cb82436bac33b6d9550ec5b70b
BLAKE2b-256 e6bf0889f4339d633a46a451a36a62d8cd7999cf0111c30f455799fdcbcd58d2

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0f5125e37c52ec68c89cae2495cff55e54d90663bff85e543b21ce770394847
MD5 2eb634fd77aaed4f1da30b17801cd3fe
BLAKE2b-256 7eee775e85b6d252914956f83f40287b903b8b032a978299b619826aba1c506a

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c78079057eb341f32f5206a875ba84b86fa52d8f3dbfcc662124b84c196e2112
MD5 556db4a64a34dd70df0df259fe8bffa8
BLAKE2b-256 12432cc1f4f5157af12657c27f163043bb365f37d65ded3c44675e3250191666

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 af5c8a2c39351b8b4e735e162ece32ae80ed882cbd4f457ac9a7f006e5c4c7c0
MD5 f3d1041eaf5473053934f4aadae0a60d
BLAKE2b-256 25c013847640b0dd4b276574bbef01c2dfe144a7beb5978de834d25e12e165c2

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf9aaeb28d93dcb0a328a155dd96c0661fef2794aa7591959824582c8a573068
MD5 0dca5508a71db63a354a23f828fe2a8f
BLAKE2b-256 647b0e4931c99bcbc7d5a3f3c44d8a9c1e1c771ab8e52b37a30160db8dfc3f94

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: python_ics-920.14.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 224.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for python_ics-920.14.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fd916bb53b36ddca801476a72fb41d682df3fad4d05a5e8de670fd35aa7204e0
MD5 376d41bbaa48eacaa3558195abe112d8
BLAKE2b-256 60c8609837c91db676d8fe01378d1113f0e3b78e1847b4b9867facd6063abe5b

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e53f8c36cb748af217b4cb415ad8d135bce06a88d34d168cad859080856a1741
MD5 3d426c50b1347ee58b80e399f973d8d0
BLAKE2b-256 a6e1a2b0c86e244800ba91d5917a54da42328c80d8863091ee233f877d2dc59d

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46d38c0b1313fd0c39c32fef2e430b702df29d5df5f7ed5cc9a91b9ef5d9c9dd
MD5 1a3ca93cb5f5824399ac45caac55d693
BLAKE2b-256 6a504308a27a446f4547f01837770fbb0c7dcb1d037dd264b5ad582ebd20fb44

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 582666fb8f2a277f546d3f0dcc00156082fb3864589c4294636b258655854f13
MD5 fa6d8f27160272fcb90579870b238720
BLAKE2b-256 0882a79c8330561101191d434794fabd71c101b881142f3ec525d22fa8615bc3

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 298054b75274cf757fc921348ee80363b242f6ee9c3928fd6aa227a118033ae8
MD5 f6409892139298017d301d1166b76fc5
BLAKE2b-256 0893d83d82f4e4db877a3f5bacb16c45f42089ee0794e1ef4f29ed26ce81510a

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: python_ics-920.14.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 224.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for python_ics-920.14.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dee0993d39dd48cc1ff4d3f0856b17896c739df3a15a399a447cfa30c989264f
MD5 e9f35bcd6202b44b63b1d86a6e9031cc
BLAKE2b-256 b9b846b1803d11b395ac861a72ab419b90bbc0321b449675af777a02d474dd28

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d2110e19536cfac7e69a2305b42b12e9bf6b6f6168266129e4182125f2b4d89
MD5 689f6da1c28ac411fc225addf0503b07
BLAKE2b-256 c9c2806c79c281a685e4d85b955f4646480824650b40aa7b5015a102ea2c2bf1

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a93c0e20517fe6a9842db7fec1a8169996d2ac26dbec63f7b67803c5c196b363
MD5 12cbde1d2f12002d58745c2df80c7aaf
BLAKE2b-256 e7fc1f6e873eecf0e719bde7f0c5347d0e0b8b092ed995d533fe799ee0b23f29

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp311-cp311-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp311-cp311-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 20594cb28c2b64a1baa880567f0c85e500db75bc26f072900b001103e5ce1962
MD5 4623a579971f6f4705c1497c45a3a3ec
BLAKE2b-256 b77d0d5541bd8c798222e9fec3135f71e901559ad19637247d48f6c270179e18

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45342bb2328ff0c004f2f92b311d288c9a7f97baeea49299d8c2bcc6c81c377f
MD5 54f1c15ed4d182827b5513f43fd01461
BLAKE2b-256 5060f6afbf3a802f7b1edf714af9b157231c054acbb2db2e130a48dc2daea9e3

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: python_ics-920.14.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 224.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for python_ics-920.14.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 918ae2977b9f8c3c30925da067fe78e05de72c31f1387d5e09b9a6aa8ccd108e
MD5 abfcf8aa4eb8b7601ba1e39db93aa9e4
BLAKE2b-256 a95e2d0578be14fd6b8870b06c3c178b7d87e8c40bdfa8ce941db3f45c789a4c

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 292c64c569fe927d9bcd36eae216cc8fb8c65d8726a47f552b67dad1d9e0a611
MD5 2f1dd4fea09127f259633340ac6a3d48
BLAKE2b-256 3529bc547fa759bad8ae1fe4da2ba85bf7d3ea061ad0f5834768e964ee12072d

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fbe047d8ba7e86e424ae9d690f09cb4fa1c0f2113067f7fb261f62ea274db1e2
MD5 9730f4f744b8af9cb898b72863cb835f
BLAKE2b-256 f33c43111ffa91611f64df4fded1cd898f5ef8f3732809d8396444ee2dc57b28

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp310-cp310-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp310-cp310-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ce4cc4872ca5b0d935d6ca22f80bd2d807ef67a8413b3f9f4b3e9e5eafb11537
MD5 d2b7122ac208872141e3c91e91c3c440
BLAKE2b-256 01e8dca53e7a8d7ba8e2c61fb6d83e244a343d5516e3a4c41bd499cb7159fad4

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5abc236568c1926d705eaeede301d01ddd5e9d3fbff294db0ca270ca436efe93
MD5 82747c744e5d6f33b85ddbc96bd208bd
BLAKE2b-256 1f22895a562870630511edcf6892065e77fa19dd9e717fe4de737c76aa6d288a

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: python_ics-920.14.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 224.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for python_ics-920.14.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c484c6cf24dcf8e410c96e037d3904146fa2abd3b7923fae7bc891bd08f66662
MD5 5cb27fe375f0d4bff6cf45cda66e4401
BLAKE2b-256 34a0ff109acd8f61785c67e9cf5265531ce6d7e580efd3008793cf2c04a9c697

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a01d88f87dadb6d2969c69962aa21b98c66b8d3b967d70054f61ce43d5ef166b
MD5 b2a8662df693f61cf098843c6b2feed7
BLAKE2b-256 4a592f1ac5b8a8607dd9de77cf14f947714f9ca7d3e9b7a79757a9a34352c33d

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b10de5788f3d5eaa44e9cc02151dfbfc4193afcf0502304b44d017ec42f840fb
MD5 feebb62c0e4a065179d55474645dfd06
BLAKE2b-256 bf725d245cbd7c44da79b63e7abd17c519efe8121ff5c9a94daef2441e07aa1b

See more details on using hashes here.

File details

Details for the file python_ics-920.14.2-cp39-cp39-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_ics-920.14.2-cp39-cp39-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8deccead6b748e93548d0353dde508fbe9da9c0ddea7d9ec4767ab6caecdc78c
MD5 20ea645f58a632e24f971faeed660694
BLAKE2b-256 c550c8147b9a668de9d8fb44dac33cdd86f7895b98858563673c9cec67ebc045

See more details on using hashes here.

Supported by

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