Skip to main content

ids_peak_ipl - A library for image manipulation

Project description

ids_peak_ipl provides python bindings for the IDS peak IPL. It exposes all the functionality of the peak IPL.

Benefit from many Python advantages, for example the interactive programming of your IDS camera. Write and test small code snippets without the complex setup of a programming IDE including a toolchain. This package is ideal for prototyping IDS camera applications for all supported peak IPL platforms (Windows, Linux, Linux Embedded).

Installation

$ pip install ids_peak_ipl

Quickstart

Creating a peak IPL image from width and height:

width = 16
height = 16
image_from_size = ids_peak_ipl.Image.CreateFromSize(
    ids_peak_ipl.PixelFormatName_Mono8, width, height)

Creating a peak IPL image from a IDS peak genericAPI buffer manually:

NOTE: Using the BufferToImage function provided by the peak IPL extension in the IDS peak genericAPI package is strongly recommended. To ensure correct functionality when using auto features, BufferToImage must be utilized.

image_from_size_and_buffer = ids_peak_ipl.Image.CreateFromSizeAndBuffer(
    buffer.PixelFormat(),
    buffer.BasePtr(),
    buffer.Size(),
    buffer.Width(),
    buffer.Height()
)

Creating a peak IPL image from a numpy array:

import numpy as np

numpy_array = np.array([[10, 20, 30]], dtype=np.uint8)
image_from_size_and_python_buffer = ids_peak_ipl.Image.CreateFromSizeAndPythonBuffer(
    img.PixelFormatName_RGB8, numpy_array, width, height)

Creating a peak IPL image from a python bytearray:

byte_array = bytearray([255, 10, 128])
image_from_size_and_python_buffer = ids_peak_ipl.Image.CreateFromSizeAndPythonBuffer(
    img.PixelFormatName_RGB8, byte_array, width, height)

Documentation

Documentation is available here

Project details


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

ids_peak_ipl-1.13.0.0.2-cp311-abi3-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.11+ Windows x86-64

ids_peak_ipl-1.13.0.0.2-cp311-abi3-win32.whl (5.4 MB view details)

Uploaded CPython 3.11+ Windows x86

ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.27+ x86-64

ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_i686.whl (5.9 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.27+ i686

ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.27+ ARMv7l

ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.27+ ARM64

ids_peak_ipl-1.13.0.0.2-cp310-cp310-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

ids_peak_ipl-1.13.0.0.2-cp310-cp310-win32.whl (5.4 MB view details)

Uploaded CPython 3.10 Windows x86

ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ x86-64

ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_i686.whl (5.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ i686

ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARMv7l

ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARM64

ids_peak_ipl-1.13.0.0.2-cp39-cp39-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

ids_peak_ipl-1.13.0.0.2-cp39-cp39-win32.whl (5.4 MB view details)

Uploaded CPython 3.9 Windows x86

ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ x86-64

ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_i686.whl (5.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ i686

ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARMv7l

ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.27+ ARM64

ids_peak_ipl-1.13.0.0.2-cp38-cp38-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

ids_peak_ipl-1.13.0.0.2-cp38-cp38-win32.whl (5.4 MB view details)

Uploaded CPython 3.8 Windows x86

ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ x86-64

ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_i686.whl (5.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ i686

ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ ARMv7l

ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.27+ ARM64

ids_peak_ipl-1.13.0.0.2-cp37-cp37m-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

ids_peak_ipl-1.13.0.0.2-cp37-cp37m-win32.whl (5.4 MB view details)

Uploaded CPython 3.7m Windows x86

ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.27+ x86-64

ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_i686.whl (5.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.27+ i686

ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.27+ ARMv7l

ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.27+ ARM64

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp311-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 760fbc7c16eb1fd27e8d46d0ba2c375ea969474c851462e8015b15773711f719
MD5 d9d1da6d3dfe1d9fb19989d1103532c8
BLAKE2b-256 b12fa83b7e85f2082abea3a2bc341108397af030f2c81e12a893989f23cb279e

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp311-abi3-win32.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 e3d36cb4411626b60a3edfefb0b990c2bc2001b4a453bf00b8b21f45967d9e4b
MD5 dc3e4f123cebc52bd1c7b029b9e5695e
BLAKE2b-256 8410779f8d7b504d45ca22001da5cec9c82ebeb2ef0368c3b1144d07cb2808d8

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 180f294e18e15ac4f4e263a4a7a8748a5fa3dd909f217bc554cdee031317dd5d
MD5 df81d4f3a165d2d7be09b2627888b75b
BLAKE2b-256 e2b9734c3620e6208d4c64cbf219a772c67fd6c2041f66703891c4d73c12d5c9

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_i686.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_i686.whl
Algorithm Hash digest
SHA256 efd009a049362f4b25e3aef900ee5c1e60da02f621b117287284cb91f7c36b5f
MD5 b45df63ad798d5e180d2ac72283e94f6
BLAKE2b-256 23f8151f05761eb16b82df54b4dce1a1678774aaa0ec4b1fa53d03ba208c9dca

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 25a7039949e38b0a69ca66bf738e4bd8841dd9a60c2c05471422a31be7f42ea1
MD5 c84cc90fe1ff5a0f6f001b7704e1b26e
BLAKE2b-256 dcf659fdf2480f274c7168d71cf87d2cc2ef2a2286bce73dab7444c07a1b1a89

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp311-abi3-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 2a1cd8f9c25510938e969afac1fe63555a9b3aeef06b075110792e9da428676c
MD5 0b13a9911414105941cfd41ea53691d7
BLAKE2b-256 f2b216a3d570e57b0291b1a8006588214f3d355c4eb28b7a2be1efa944d9ece0

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d16c48c872b2341fbd36179226b0c3b7ee5e1bd1ccfdb04758698d19cf799d1
MD5 53aa5ab8caac1d22932ebced9e47f993
BLAKE2b-256 2f9818ce3ac5c7464c6b51160764cf5eb8c1299c4cae97d9117ccb049e0f22c9

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 941fb8c34988048ddde6bff13aea7ec352f9d9260d72d52b27a1497e3ed23d43
MD5 657f92f8540731a368a92747f58f46e8
BLAKE2b-256 b747ffee26a46108b97f869528562d2cfeb774c314e2fd5035af564322d3f09f

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 dff1ac89a733b60ee73e71ddd7e6aa21b2912423bde96a92e0e9ecca21cde0c2
MD5 3666ecdaeac66524dac057646aae5da9
BLAKE2b-256 32ae1ef6005f0166bb545f2975257232bbaa0001e79b64f195adb5e2cc782388

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_i686.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_i686.whl
Algorithm Hash digest
SHA256 99d9edcf055cade82cf67a31a869fc6ecb3c0046355934b9de454227d809dbd6
MD5 38e6025684cc071ff642b95609ea4812
BLAKE2b-256 57a008d82f1d658c24de3aaec34e47665f37b6d2236c6dcc871a33528a709e93

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 13b9cca0b2a42e0f2393a1272e99be050be512fd7fc55a6318b08d7a14b52f07
MD5 7d763eb67e7c8172e9ff38ebde3bf886
BLAKE2b-256 11bdad8d9f238a249710fe9dde0eabf4497da6534f252339b2e17dc2345d6994

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp310-cp310-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 819f6c694523c05828b4efbc240e11112f90a8efd387f543a0bb75f209f68619
MD5 84c44b08b20d49fb8ec8ff6de6a0c7e8
BLAKE2b-256 8bb9ac2fb2841d453652dd2841b1db283e482d8248cfcb45646b856900b3499c

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ac45ae5afd8bbb08faf18c94df4c975618657386a8684e4cf06d5cb335b52bb2
MD5 efd966ebb09b4d9428326aadb1c36819
BLAKE2b-256 a6bdc1399b4dbee65030ee93ae5ae26e0bfa8fe287ad167cde6567f935ad0f74

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f1b50724594739633d4978aa63c85cc5099100f3f12f8325b89cfa850d8ae635
MD5 cecc30e2c484847d5c7fe07889cf7197
BLAKE2b-256 8a55efac2f2820c3ebe37a40f60c623d8bccb85f90f24ee73ff8ac2758fb57f1

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 bad55556b61666a31b5b9c1b1499d0f541a827268094cedea614e758a8d0d289
MD5 33854fb4888d958d828cda3392b7d25d
BLAKE2b-256 ef38d9ecd7079a01f322b8ec7462133a06a820faab7dc58b7e1775132fd0337f

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_i686.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_i686.whl
Algorithm Hash digest
SHA256 840aa910da4b3767a2dcadf62bbd8d65452336477eb94a448a3208157e12ae27
MD5 0669fd0cef3d63dbf777cddf51b4054f
BLAKE2b-256 34c665e9c3f3978c1a3aad47968d2ee7912f7321facc0cc77b0edfbd72526b7b

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 bbfa381ae3b63c34d83ced578355bd7aaa4360035b584013357477bc4091a50d
MD5 7b00c8d62abefae817113c90fd4c75e6
BLAKE2b-256 14a7c7b4c32a545b1db897215f1e82c600de1a00e7e533707a7706dd33743a49

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp39-cp39-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 42755b04daaf7fa28c2f34c62642dd2e1e3fb6c81ca81166fe0a24d4dcc60927
MD5 d6f9dfdee082805dee6ada0dc56b3c70
BLAKE2b-256 b7b8cfabe05a408caca9077fba339f7bd5357a6bfa66b63daab7e5efe44a2a3f

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bcf030f28e7b17ed0ecc8146c39915efe3b69596d850b5dd081254458ab15853
MD5 9a0a15b44d699dc307614e23a9d67485
BLAKE2b-256 3e97637efd1821a431ef4c16dd1197ecbbad9ffd17fada70c5961ceeeb9b4d38

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aaeefee67d54ad892ac8f805d0c58ad979422c1bed33c2a282925efd7beb19b7
MD5 512eb01857316939b22df7a12f8fd0b2
BLAKE2b-256 2f8f529bf7834c163d998c91d2f56e9b15e4d34e5a9a1c56a3399121f497b316

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 6a15e52d5c00d08f6f9141668d0df716a4cd22a70a0b3f52a6681c43b71eb815
MD5 b56cd8e9c643a5c79c4ea4333cf9b7fa
BLAKE2b-256 594f8e93779237a2a78782e3e6692fd7d1c3fdd53dc4203627d4eadca80fcb6a

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_i686.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_i686.whl
Algorithm Hash digest
SHA256 e5e70fab1b759d980d1b278d057c1c9b4e21d2af89d777fc98df2d6122fec27b
MD5 b3558a58a3905d371de324f6148230e5
BLAKE2b-256 7d7d42971010a4e10f8d5d76fde8f82e313529da0f697adf4847153f67a87321

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 1d96dd5efe94e92a25c0ec897e646fc01127371afb074af6ca2907e1b6f45ee3
MD5 1e456cfd1bc081de9e980e297a2db656
BLAKE2b-256 a0e8cf0805c987d135515c5c7bd8f45bae4dfc1abaa2f02dd94d0bf32726bbaf

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp38-cp38-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 1faeb5b854b773158382d9a40ffe9740f45426afc1f761913f80851e2a5d0d99
MD5 50bf3cce5b373bcf2cb993b9caad4c14
BLAKE2b-256 13011beeeb325a536f33a418929d65ab00a917f4e9ebd8e3f9253a3b90e7d47d

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 46ddd62ea3f75e1bb4b5da41a9b4ed77779453f69ba406960e844891124c6c8a
MD5 e2499e2a7317408ec63ddc43beb5b55d
BLAKE2b-256 425d703ac969853ea77529599dd315a21be3b6c33041b747df6cc4cec32f7138

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 12798f7a97c3e81b80c8ed3f70ab2658bf976eb275ab0842f89931650af78cc0
MD5 9d164eb6a28a249a1eb7cce033b70222
BLAKE2b-256 9e494ef59928622f6a4c572569a9085ac4abaeb662b703b5b9a4fac3abc2ee6b

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 538a51977cae0ebc59b838038e0e5e9fcc57b4dfdb54b51c21be784fdbdf0031
MD5 28b870464dedb2ebd634be28820eee35
BLAKE2b-256 b903d4f24399aa2e54f903d636f9d57c594e4f4c26992fdb383b8fbd49047efe

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_i686.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_i686.whl
Algorithm Hash digest
SHA256 21bd1cc4f724b6dc06d65d1c03745cb51bb902b2e961bae303d109bbd0f9c088
MD5 2a864ab60219746278dfe675e2dcc7aa
BLAKE2b-256 394bc363ec09d18e4558730cadd281c23b557f71431bb560826bbc6fa5c51744

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_armv7l.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_armv7l.whl
Algorithm Hash digest
SHA256 5e2ff704b49e2f2056caff7d4ed46a34590f2b4b3ab4ceed04faed2f73402c48
MD5 eb934ad243a4f542c58b32f4d3f11fb0
BLAKE2b-256 84c49cdef2a7c45cb14499759402f516f50740809af51d2cb99701fdde7cf486

See more details on using hashes here.

File details

Details for the file ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for ids_peak_ipl-1.13.0.0.2-cp37-cp37m-manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 74fe195d842d3a8909da68308c67075da2f468a657fd6968d5624052008ad336
MD5 fb87ba586214282903b25dcfb389f338
BLAKE2b-256 0ce8bc11e0b99d24c08e63c79564de78c2dae8b7a4ae154edb8c1c9e9f41920b

See more details on using hashes here.

Supported by

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