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

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

python_ics-923.11-cp314-cp314-win_amd64.whl (218.6 kB view details)

Uploaded CPython 3.14Windows x86-64

python_ics-923.11-cp314-cp314-win32.whl (209.8 kB view details)

Uploaded CPython 3.14Windows x86

python_ics-923.11-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

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

python_ics-923.11-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

python_ics-923.11-cp314-cp314-macosx_10_15_universal2.whl (1.8 MB view details)

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

python_ics-923.11-cp313-cp313-win_amd64.whl (217.6 kB view details)

Uploaded CPython 3.13Windows x86-64

python_ics-923.11-cp313-cp313-win32.whl (207.4 kB view details)

Uploaded CPython 3.13Windows x86

python_ics-923.11-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-923.11-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-923.11-cp313-cp313-macosx_10_13_universal2.whl (1.8 MB view details)

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

python_ics-923.11-cp312-cp312-win_amd64.whl (217.6 kB view details)

Uploaded CPython 3.12Windows x86-64

python_ics-923.11-cp312-cp312-win32.whl (207.4 kB view details)

Uploaded CPython 3.12Windows x86

python_ics-923.11-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-923.11-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-923.11-cp312-cp312-macosx_10_13_universal2.whl (1.8 MB view details)

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

python_ics-923.11-cp311-cp311-win_amd64.whl (217.5 kB view details)

Uploaded CPython 3.11Windows x86-64

python_ics-923.11-cp311-cp311-win32.whl (207.3 kB view details)

Uploaded CPython 3.11Windows x86

python_ics-923.11-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-923.11-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-923.11-cp311-cp311-macosx_10_13_universal2.whl (1.8 MB view details)

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

python_ics-923.11-cp310-cp310-win_amd64.whl (217.5 kB view details)

Uploaded CPython 3.10Windows x86-64

python_ics-923.11-cp310-cp310-win32.whl (207.3 kB view details)

Uploaded CPython 3.10Windows x86

python_ics-923.11-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-923.11-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-923.11-cp310-cp310-macosx_10_13_universal2.whl (1.8 MB view details)

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

File details

Details for the file python_ics-923.11-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: python_ics-923.11-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 218.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c846a9e75ee90e4e88cddb13ef11fd942963729b13e5351b21b66955e33832ae
MD5 9e607524578224d9c95d120df24a6e26
BLAKE2b-256 7a3ae4abfcccc10224dcb1a3061d31a67a6b3f416d3a310a8f3fff66c96ed86d

See more details on using hashes here.

File details

Details for the file python_ics-923.11-cp314-cp314-win32.whl.

File metadata

  • Download URL: python_ics-923.11-cp314-cp314-win32.whl
  • Upload date:
  • Size: 209.8 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 675f06a3f31bb6751edcc32304a6b76a72b9406d724784ee12200ffef2182da4
MD5 80de43c3666cdc6a095ca92cccf372ed
BLAKE2b-256 80d457a9b6bc6c6cc7e93a0eb0be99f2b76bba9a4bc2b493ede7b9b29305ddf7

See more details on using hashes here.

File details

Details for the file python_ics-923.11-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for python_ics-923.11-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f66ec58ee1c173ecd3339fb535b6fde8597fcc8ff8089fc46ae4e596ea11da60
MD5 d7844f88ba2e74d25586a39e1e3357db
BLAKE2b-256 f6474b7ca0206aef3c7891c341c13d773f81e87c3fc927656b330f5213fb5611

See more details on using hashes here.

File details

Details for the file python_ics-923.11-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_ics-923.11-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3015d21690eb57407fed2c1fbb722a2370cca2929c97890104b889e65d5cd6b3
MD5 9968cec7bc0b79dbb84305d9c77a1b1a
BLAKE2b-256 5478d89c3ec2273da3245ec0b372feac51a09778eaf65dc5c76c02b7d1c9efbd

See more details on using hashes here.

File details

Details for the file python_ics-923.11-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for python_ics-923.11-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bd8d3d692f058d17954563141f3975914dc43f16a4c10a8d36751a7dbea83549
MD5 cf2bf98e7deac11b71573650f6cedec0
BLAKE2b-256 e1899a986fd09ae71373e522ae611bdf919b9034f5ca10b2d809c248f73b5fe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 217.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 acdda180f1ce2e888438d28b6c1e5da7dbbf13016453d9c3c537ecca1cda7708
MD5 06d02fdc0c48e000a43876a5ae2837a5
BLAKE2b-256 c8595775dbdff9863a4edf54e14250bbc2405a48ebb34b1080dd179fbec9589b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp313-cp313-win32.whl
  • Upload date:
  • Size: 207.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 353c4b463f244084346351c2065efd13a3ba40dfafcacca4d634e4ce2d791c1f
MD5 7690ca6164eb35b91ddada6d08b54a20
BLAKE2b-256 e2daf9f4a80613cdeee22b40bd43750945710ddb29265136404fa54901639c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53a9c6b4bfa0600b93554ac3cb94d75c62ea622c80267ddd4e95ee044c9ed16a
MD5 ec2416b4520c7c80ecce3857e23003b8
BLAKE2b-256 88c25b54aa53b60b8f30a386b09812e4b92e277354dd7f8a47c17cf8c283ba2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb8e9d2de48dc36ef6436b72f56b06105c0cd8d55bcac25db39b3d9ff8fbd3b8
MD5 c926fa736e86f9b35c5608faccbfdcf3
BLAKE2b-256 b411f8f95f5d70b4ab5a53277fdd4e5a68d68a2be5df4e1c9d97f1af3fb98b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e83953698817b44971176c7fee26901007385636f945218983ca7e2e68b333d4
MD5 8b1eb7bbba1d3007913ba562718db9e7
BLAKE2b-256 e461a0c167c810f2b39d7f37947484a17d7d562eca7420dffb4b07a37f3620b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 217.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 93cee76b115bc4423c61346340717ef81ff0278d905106b81c9665382378e4f6
MD5 9b1ea0feab300a1cbd06d9374b87f641
BLAKE2b-256 64231028fd98563f35fbdcdaa667e2baf907babdc252cd62ad1b1419921ef4f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp312-cp312-win32.whl
  • Upload date:
  • Size: 207.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8a158e2479f52746aa64884b3c938122df2f7696a404f9e8e7ad550625fb2970
MD5 265364226101d19a4c44068d4b914e47
BLAKE2b-256 f75bd30c4050b663b233592f76270882a71784e8d4d3927b1f230c0d6c9e16b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71b2f9fc332ba12e81da23d1b992aacba0f2343cc4d61530d44e9b0d85a4c7ca
MD5 de289616a6a2f3d45e2ea259ccf4cd04
BLAKE2b-256 f8cc8d5a50ecf814a7b003cf15cb0fd8868447b7688b7d669bcaceac47f8f7b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 055b435902d03d20763dd08edc8c35861178ced8c40a8f4355593a438f24a3c9
MD5 9ffdfabb9fcf8e22bd072f5240c4e6ef
BLAKE2b-256 a688d9c736476954ce6c949f628dca31feadd425fc9da97572952d671c0372cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2530dae8ee7a807b04b18b1bc0d6069d5e9d9df04837d82b7adb9a91bea55cbf
MD5 aac4fbf964ba6bff2e113e3ad6175d8a
BLAKE2b-256 e5e1d361a53eb82914a032363a093e3753e7c750c23ee743b238a22e67360a8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 217.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 48680754f55faf7be3879c38044a9132dacbbbce24899c563f231a93d99cfdf8
MD5 b9199cc5e2d14cb30d423edc29e3a6c7
BLAKE2b-256 b96c965baa36cdd66b8175545fc63174fb2c6572f90e64fc37130e427cd3e663

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp311-cp311-win32.whl
  • Upload date:
  • Size: 207.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5cb45bd41e14fa1a9a8e818cbb29ca6ae188212e5f95dd07af43c0b5c6fddead
MD5 c1d79922205577c807d0376e581d70e8
BLAKE2b-256 0dd8fa5d10b5ced6c8e71210ee4474206cc433169c220c87395bcaaacca48ddc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26b80f3b63612262a5da051d771bbb7500b7f12941c91744f30039c3e8fdec44
MD5 8b30dba778fed271efb12d443b92313b
BLAKE2b-256 e4259a78c336de3ead2490580edd31805037a31b798d0a385a529ca7e1c4f8dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5dc17f4c4948463e7ae1a709da42e180bcc1188679f5c91093e1b1bca06a7ac7
MD5 5d732841314af0a8fcee1ba5b9c1b3a7
BLAKE2b-256 17fbd46840e0708f56b36dbf48a3a6dfc5d549ef1c05e41f0cd11a09e1fa0288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp311-cp311-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c5d3d756c7d6bd38f308ef40bd228d1696db985ccce81c4f9c336cd57d60a220
MD5 92c31019f06c97b6f9b008b0b57c35db
BLAKE2b-256 9ed77dfc99c6413a0c9ce079f392bc9a3ca514cde51dee89d3dd83e72a71e35f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 217.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 16df815bf59870b238b0c894c35d03dd40140e0ffc9fd21aaecd4c49e1388950
MD5 9aacfdae8de3949363677a6723352571
BLAKE2b-256 ae9518312ed1c82ec82486373a199f7c72a8264f59a74b980a9e4a6252c2c700

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ics-923.11-cp310-cp310-win32.whl
  • Upload date:
  • Size: 207.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for python_ics-923.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0693c96f24e6835a91c146b28ca251073a5a47362f824f61aa419404cec24ef4
MD5 52b2f6cdd51ddee0da966fac443337aa
BLAKE2b-256 743371adc424604a2a2fcb6eb274827efd39fd9bdf5efc50fdd6de9326c90fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8270ec02f813f540c94e5128524f5650d2978d1b3387c30effe19a131185ecb6
MD5 c8555e759b227e589149ef64159f63a9
BLAKE2b-256 474c6a9d7b8f60635b04cd32b0e9fb049fb316e4fd5eef2c4e79bd92ef8ab62d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1258ef5e5aa1671f23d47ecf6789af9135b1de25357827971c63862dad9d887
MD5 00fc4313172877278f148ce0535df7b0
BLAKE2b-256 d41c1656e947d662a48ccf933c48aba70a8a5f79b702b0f693cc5c3535f7857f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ics-923.11-cp310-cp310-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c7b23d144fe0c09b2c0db597c159463fea7d69d1d3a6a17afcc5fbcf54d43edb
MD5 27e729df762af435128fe66e6772871b
BLAKE2b-256 732ba4c7f2efe1a21bb4ed7c0565a0578a932e94a6cc74c2e46078e234bf3567

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