Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.

Versioning

Starting with 1!26.3.9, python_ics versions track the Vehicle Spy version they were generated from (Vspy 3.26.3.9 → python_ics 26.3.9).

The 1! prefix is a PEP 440 epoch. Earlier releases used the icsneo40 DLL version (e.g. 923.11), which sorts above 26.x, so the epoch tells pip the scheme changed:

  • pip install python_ics and pip install -U python_ics correctly resolve 1!26.3.9 as newer than 923.11.
  • Exact pins must include the epoch: python_ics==1!26.3.9.
  • Range pins work with or without it: python_ics>=1!26.3.

Release tagging: tags are v1!<version> (e.g. v1!26.3.9). Every future tag keeps the 1! prefix — a bare v26.x tag would sort below the historical 923.x releases and pip would ignore 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.

Release files for python-ics 1!26.3.9.post37.dev0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for python-ics 1!26.3.9.post37.dev0
File
python_ics-1!26.3.9.post37.dev0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
python_ics-1!26.3.9.post37.dev0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
python_ics-1!26.3.9.post37.dev0-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
python_ics-1!26.3.9.post37.dev0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
python_ics-1!26.3.9.post37.dev0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
python_ics-1!26.3.9.post37.dev0-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
python_ics-1!26.3.9.post37.dev0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
python_ics-1!26.3.9.post37.dev0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
python_ics-1!26.3.9.post37.dev0-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
python_ics-1!26.3.9.post37.dev0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
python_ics-1!26.3.9.post37.dev0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
python_ics-1!26.3.9.post37.dev0-cp311-cp311-macosx_10_13_universal2.whl CPython 3.11 CPython 3.11 macOS 10.13+ universal2 (ARM64, x86-64) Details
python_ics-1!26.3.9.post37.dev0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
python_ics-1!26.3.9.post37.dev0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
python_ics-1!26.3.9.post37.dev0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
python_ics-1!26.3.9.post37.dev0-cp310-cp310-macosx_10_13_universal2.whl CPython 3.10 CPython 3.10 macOS 10.13+ universal2 (ARM64, x86-64) Details

Total release size: 60.0 MB

Release files / python_ics-1!26.3.9.post37.dev0-cp314-cp314-win_amd64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp314-cp314-win_amd64.whl
Size 415.1 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
b982e64197afb1c1f5425f9ec6762a9de0e3c1a7b61ad346d5b1ad370a0c724f
BLAKE2b-256 checksum
How to use checksums
c2237436e45e2c43fc7ed35329aa09c4a2756a21b89329daccd027833b0bbb2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp314-cp314-win32.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp314-cp314-win32.whl
Size 406.0 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
6ebe898cbdbef51d68bb38dde7638a5152749d1a6a6fef3f6134a848df6df38a
BLAKE2b-256 checksum
How to use checksums
5f246e625c971375a0347fbc7ace5c4635212cc4c6acc4614e94980b38cae279
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
24c90e095b68e5a26512c51398722353e3d0cfc41f7b2a67f3d346d83333cc5e
BLAKE2b-256 checksum
How to use checksums
139e0ded6ddd33bf3c49be32f565c03d2fb7594a6fb28dc28cc3765f2c45f383
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 3.7 MB
Tags CPython 3.14 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a9217483cb52cd59e49b142b50ee5b83f432d3b32189b11498286df9e0e31a5c
BLAKE2b-256 checksum
How to use checksums
64967c81653cea7103cfb7e999f70399f7b4f98d749daac61eaecdcfa37e5c1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp314-cp314-macosx_10_15_universal2.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp314-cp314-macosx_10_15_universal2.whl
Size 3.6 MB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
69d6fd70ec24d105b51f2f4aff9557e0e8776602acb5df6adcdd16c535698848
BLAKE2b-256 checksum
How to use checksums
ef883dbfb7c631516e4b6c85dc5c0497dcb8bf3e75157a19ffe304d57039cd24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp313-cp313-win_amd64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp313-cp313-win_amd64.whl
Size 406.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
adc03f91568be904d127df08536ad9936728f8f8ad19f6f4133645cb7aa8948d
BLAKE2b-256 checksum
How to use checksums
7fd75fc005ba586eb2acbdf95a5d79e73d9eb8cf4e5a55a2d4033689c8610108
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp313-cp313-win32.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp313-cp313-win32.whl
Size 398.2 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
918524127fc6e5039855fed370ff5a4b8b72509435e8ab42006091d481f2fb47
BLAKE2b-256 checksum
How to use checksums
7083e9b696547aa5c32aa2c646b9fed4ce761a9b42c38557e20dbf83fb05bd4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1675652beee3cd49f48e1691c2b0460f430b469585fb450ff2d069773190b546
BLAKE2b-256 checksum
How to use checksums
0792842ea2786a14ea1c0f91f6db8036f6bdf244afb8d581a124d9f4a2d307e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 3.7 MB
Tags CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b04b308ff738e1aee72d1ebe230b7fd6e602208701b965b16eeeedb7e457691a
BLAKE2b-256 checksum
How to use checksums
4bb61286ee07f20558cd1db7d17f064da7f6a768f3a6756347828eb9a063eea0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp313-cp313-macosx_10_13_universal2.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp313-cp313-macosx_10_13_universal2.whl
Size 3.6 MB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
1f46daf81d122b81d1da1a1a1380ebca310fe6a8546e4c10e1f80d8fcad35a17
BLAKE2b-256 checksum
How to use checksums
11a1a893fe8fbc9cf8757f217312d3a7ad728eb5dcccb12a0fd5bdba2574855e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp312-cp312-win_amd64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp312-cp312-win_amd64.whl
Size 406.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
3ae505e5d7d3d74ac6b45d10979956b8070a834bb03988d98ff714108991a244
BLAKE2b-256 checksum
How to use checksums
4d715afda07bdbe0ea81e993316a934087a5b923218068f2b208a565927d50de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp312-cp312-win32.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp312-cp312-win32.whl
Size 398.2 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
b0d2516cde8f9edd11056b6aa4344bb5d57f2b69701fb6920cb9835d50eb2ee1
BLAKE2b-256 checksum
How to use checksums
601121d62dbcea3aa44e707f35785d1f5ad6b2ff7a60ded7bde6fc29b7d2d429
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
53998ffe5af4f177f5a3e706522840daeb946580c6c5267c70deab91a4cd2274
BLAKE2b-256 checksum
How to use checksums
28512ce2d260df01c36d532949602f987851bb9dc732944fa7ba323080854223
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 3.7 MB
Tags CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
229b1c7b9859abfbe65a195413ab911364c67f66e1ae75ef46d5ff9609ea23ba
BLAKE2b-256 checksum
How to use checksums
8481295eb0d38b26629987d7bd33227c3dc5eb828cec2d14006b8964e797f934
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp312-cp312-macosx_10_13_universal2.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp312-cp312-macosx_10_13_universal2.whl
Size 3.6 MB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
402b3e966491d832e2afbb01f8c7ebfe9d19945904620598fe4bae1d7dd26f47
BLAKE2b-256 checksum
How to use checksums
08d67c9b95fa23f17288bd874fd34216737cc4d7e97b6b634763e2a86c15754c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp311-cp311-win_amd64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp311-cp311-win_amd64.whl
Size 406.4 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
387d94371b06581e4d59e6be49c26e5217714b0f3f6436c5a7b45cb2e8abe1dc
BLAKE2b-256 checksum
How to use checksums
1022c884cc936eebe184c99f1d420b69d23a14ad0ce5bac774033b843cdc5cac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp311-cp311-win32.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp311-cp311-win32.whl
Size 398.1 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
07aaf13d110feb461185e95b973532ecb2a9575261305f420cfbe194d5216d82
BLAKE2b-256 checksum
How to use checksums
f2087a9d22471052c5f4f6a8c15e79ac9a945028f5a53d3eb8bea61bd4003588
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
915753dfa4aab060c0c420af38e7202baae755ef45e30dda1d990005c8d2612a
BLAKE2b-256 checksum
How to use checksums
dfaedfdc8a259b4bacbaf3c20505d599da128eaaeb6b0c92bd287b333a9886f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 3.7 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
eec35b88d4363b9b03cc20e422e43d9c5b526279a8b1445f035abecbbb7a9c74
BLAKE2b-256 checksum
How to use checksums
f1fbc9a0b655cc0c8fb6e46a37994d926958bb8e03026923df995453da8db9a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp311-cp311-macosx_10_13_universal2.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp311-cp311-macosx_10_13_universal2.whl
Size 3.6 MB
Tags CPython 3.11 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
fab606776fc22245ff5004da0a8af00837a94cfbc365598e877b6beb0791c95d
BLAKE2b-256 checksum
How to use checksums
8e90f643100838a0c6ed739f2277d25569e48a223748995ba5c3f8984dfea1ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp310-cp310-win_amd64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp310-cp310-win_amd64.whl
Size 406.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
0f00a39ad66bd29daa7bd1361f90cb3655f27941fe53efbc1b4f17b1a7937cbf
BLAKE2b-256 checksum
How to use checksums
73af61a7ad2dfd3e474176565155d85fe754a40e3d96a531a91a1ad6906dc467
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp310-cp310-win32.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp310-cp310-win32.whl
Size 398.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
d1bbe386edc14f59eba25c3efcec79186d71af76aefcb98b0d2a50b1bd3b7ce5
BLAKE2b-256 checksum
How to use checksums
7d587960ea43591dcfcbbcb938e1cde77c058b351569cb23200e7696fbfbbedc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a9d59f0bfed46ea1ab412e7b272e8d3cbe8eb94378430bda483410168c7585cd
BLAKE2b-256 checksum
How to use checksums
347ea6ec3f77fb384123b396af7bbd6160bf7b4335aee160021cbc740446606b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 3.7 MB
Tags CPython 3.10 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9c039849db824c1d96fb3ac352405fec224611db2d9417a472e4dc914725ee29
BLAKE2b-256 checksum
How to use checksums
18f116251a25b778584c6c754b37f442d9bda425af53e951a35c8bbb92121a0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / python_ics-1!26.3.9.post37.dev0-cp310-cp310-macosx_10_13_universal2.whl

Download URL python_ics-1!26.3.9.post37.dev0-cp310-cp310-macosx_10_13_universal2.whl
Size 3.6 MB
Tags CPython 3.10 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
16dc919aae0be68e8dbca70f6aacddc82bb283887b23033c43011bdae21609ae
BLAKE2b-256 checksum
How to use checksums
ed060535aa65b40d764f8fd3d13c0ca4c84a25b17cc021422508794271de79f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release history Release notifications | RSS feed

This release

912.4

19 release files

909.8

15 release files

907.5

11 release files

906.7

11 release files

905.11

9 release files

904.18

9 release files

903.17

9 release files

4.6

11 release files

4.4

11 release files

4.3

11 release files

4.2

9 release files

4.1

9 release files

4.0

9 release files

3.1

11 release files

3.0

11 release files

2.16

11 release files

2.15

12 release files

2.14

9 release files

2.12

9 release files

2.11

9 release files

2.10

9 release files

2.9

9 release files

2.8

9 release files

2.7

9 release files

2.6

9 release files

2.5

9 release files

2.4

9 release files

2.3

9 release files

2.2

9 release files

2.1

9 release files

2.0

9 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page