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
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
Built Distributions
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp311-abi3-win_amd64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp311-abi3-win_amd64.whl
- Upload date:
- Size: 6.5 MB
- Tags: CPython 3.11+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b8891497b53e48a4b6b07ec4438172e7a01321e97101a2af2b974f04ee02c8a |
|
MD5 | 3c9f91662f8e0390ab0031569124ca8d |
|
BLAKE2b-256 | 68f0c24546b1776d57652357722c5128024a224b28d0e26f8965ce27a779f197 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp311-abi3-win32.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp311-abi3-win32.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.11+, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f888ab481057fa59da881b341b60c6189dc6c29d425134ccb50661afee6705cd |
|
MD5 | e1c58376081033c955236f8f9c108f61 |
|
BLAKE2b-256 | 93d597ce871342e42923c1090c6cfbf17d07d01f1a8d85cc159f15b3aa2aaf75 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_x86_64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 6.0 MB
- Tags: CPython 3.11+, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eba5dd496bfcd0be6e41be0b8872554bbe61e74b36b3f4fcd93541e01bd6607b |
|
MD5 | f81084e8203ad38cbe967dc95abd537b |
|
BLAKE2b-256 | 6ed035840044cc81f6a64488a2c51378e5904e83dd4b3cb95510dbd69406c87c |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_i686.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_i686.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.11+, manylinux: glibc 2.27+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df3fcfdaa5f6a58fb473657c76c11b1d5b608d8d97f21ad75a3d119c6667cc2b |
|
MD5 | ac3c0527b267c8963a10811072fbbded |
|
BLAKE2b-256 | c1ae513dad2b9b5737c6a710a796526d68856fca1269454ad5d2aa1c36738566 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_armv7l.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_armv7l.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.11+, manylinux: glibc 2.27+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598c9bc0d78d6dedd49549714986a522416a515001543dad4de0c09d1bf35453 |
|
MD5 | 9c76f10c17c3b13e6276dc0365db9a28 |
|
BLAKE2b-256 | 114b108ea20c4ef1a01088bdab2193ab5d911fb2165625cf5dc2f8782c8906dd |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_aarch64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp311-abi3-manylinux_2_27_aarch64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.11+, manylinux: glibc 2.27+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b6bcf461066954a9632958379ed9299d106f320e95acc2800d4c11d527e7005 |
|
MD5 | 9ec765c3101433acccd00cea70ed6d4a |
|
BLAKE2b-256 | 10dba50cc4115ce9dea4eeea51e06365e6a6d0abf9e294a9fee4b5abd63987b2 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 6.5 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48d64b2dcacb0c85bd26e65311e2e8af56323d6d66639fc455380a5c8c1dcde0 |
|
MD5 | 94938e8a1f5a79ec89ae39cf1aea5f18 |
|
BLAKE2b-256 | fa7e9990c0f496a59ba316655bfb6ff0de0186e70685055ab2c431bed51a405e |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp310-cp310-win32.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp310-cp310-win32.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93194dccf39fd33306dff64d7258391547c1517da7bb0a0240a4168c9be58d5e |
|
MD5 | 1daef7ee2ccfc2c4100f334ccd0aa41e |
|
BLAKE2b-256 | 67b2890424e5554ff34102fc9dfd378295739c2a555fca69ac9e5278629454da |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_x86_64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 6.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4783c94d2c2053358116dee8bda30930a5bdcfb6c73ab58e89eebfc47fdca16f |
|
MD5 | 41475091e6ea6cceeec13731bb4a5072 |
|
BLAKE2b-256 | 2176e2bf30217b57daad5dff16a748dba95808c8ff5751908b7a48be822bc475 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_i686.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_i686.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3f007dbbd7f6c8fb4d9ae69ea17ed30e0b56057ec93a2362d4b6f76a117aa6c |
|
MD5 | 9aa382fe49c034c976fd566f6d73436f |
|
BLAKE2b-256 | 4ddcff7af6699b851839bf1f609a45cc13dba8779818413b7776263103b209e4 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_armv7l.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_armv7l.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbb1b957916aa5a37f741180e4d27263a2e3627096a0fe8fcf1c59b1f634708b |
|
MD5 | 8242d4ed86ba92ca720483daa6e3ba91 |
|
BLAKE2b-256 | c1353cf1245ad57c7bf61ec06ce979ec4d91d7da597adddcc7a45ffa77dbc809 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_aarch64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp310-cp310-manylinux_2_27_aarch64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d722a5203b6f65dcaa2568eca96d7649b99d454074426c08e71fb938cb888afe |
|
MD5 | e3c894a55ea4a347a13139d4678e8e5e |
|
BLAKE2b-256 | fd2b92a0040a527bc16861f1113fcaf39695b60770464ff34809c8902923ac4e |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 6.5 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b35e0ec3412049a55767b71ffde8b2921a756ed287243ed3c076d5947c2b8cf |
|
MD5 | c6f6c0ed5fd22bfe12e38f3c0fad02fa |
|
BLAKE2b-256 | da37288115a431f18cff5cd2398bc0f90456f541f25a15adae0ecdd191e5c8a7 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp39-cp39-win32.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp39-cp39-win32.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cbeb5a278dedc773bc1272ec4a0773a63db46c7f8ccfba98aaa1988950ff7c1 |
|
MD5 | ca42b16cc278ab332eee180fe4b80443 |
|
BLAKE2b-256 | 42fdd2ceb9a1c113c95138fa349c13ea42a567dbed550803793e166b53bc717e |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_x86_64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 6.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 055023df630abc946d102aee90bcbefca0bd641a51a4fe7bfa8e2a5b24e29357 |
|
MD5 | 874d73c6a7e6788fdd3514623910029f |
|
BLAKE2b-256 | 8bfb4bc76819ec74f904836dfe0656228c1c927bfb0026128c655bdcc1c7276a |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_i686.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_i686.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6d196c0500f9064bcd2c134b30d63d76b5df5cfc21a1abee97f3bf339cce72b |
|
MD5 | cf10b019fe6fa04f572f316f17891cfb |
|
BLAKE2b-256 | 2468d0442e29b7ee0f31595fba07fddbf632e729fa764318e98ba3133f12ed85 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_armv7l.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_armv7l.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de2200143788b949bced71ef1fd3dbb136beafe0cb327d006e5b3b97529c5dfa |
|
MD5 | 241ae63508aadcf666038ba84d7aaa4f |
|
BLAKE2b-256 | 992150cb08c080d38b9e32b709bfb11f0f8b485d560ac04c93f78c59a8ded37f |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_aarch64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp39-cp39-manylinux_2_27_aarch64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af1c9ed1b0d5017365ce1daecd4f11ad359e74a2a2f142a74bc993b872efbb14 |
|
MD5 | 613ebd7a9fb9c5a39cf3f7097fda1d99 |
|
BLAKE2b-256 | f60c18463152bf61572d95d3866087b2e664981c151881a35189305ad13252df |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 6.6 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d9d871031530cc74e1192c858cc87a5fa09b3db147c1c413f89144bf20fb6cd |
|
MD5 | 1b4aa262aa1d07a7efe2637fc78ffa33 |
|
BLAKE2b-256 | aca3d78ea4f67c18922679aa3bf894f72cc2cdc4851c65c7290e01efe7ee4684 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp38-cp38-win32.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp38-cp38-win32.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e442d8677ea71ac15c2666d477ecf4426690036be4665d65f3af07b89a08ba7 |
|
MD5 | 02fdaadb604d4c411aeaf2b5ee1fb201 |
|
BLAKE2b-256 | 72d1a118beedbd057bcb890d8d51e6d95a1fcb993ef7dbb444a91ead0e628dbe |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_x86_64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 6.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efdeae2a94e80d2bc1e6077007e3544e571c87b908aa0ba81f8a264ea72bc26a |
|
MD5 | 33f310e7e12c1f1d008d500b4335b0bf |
|
BLAKE2b-256 | 59b6f6cc9fa79e1f4304228bbb96e08835c8233c0ae1f762715ea76feb4cb9e2 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_i686.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_i686.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.27+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 965c837b30a7066a9f30d9738e5c08128dd3cfaa357c21e33599ba66a10c23b5 |
|
MD5 | 49b4ffdc405afe5a17168ca0857116b1 |
|
BLAKE2b-256 | 13922993fa584993b899bd7ec5c6729b85a2230dadd6430e57d0c5c63c31294d |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_armv7l.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_armv7l.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.27+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17ad7e3c5285a5473208d61e57a33ccbb12ef903d59b7131929b02f52d0f2631 |
|
MD5 | 0d0f4651ffb2eb212c8b0664664c5ab1 |
|
BLAKE2b-256 | de69afab5c62fd6bbce2ec2046cadb040b43903541e4c2d1ea204d61e3233080 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_aarch64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp38-cp38-manylinux_2_27_aarch64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.27+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28f6bfc8944773c60c6c922638b9af7342b18df658d0c4d7c8273fee86477636 |
|
MD5 | 22eb0ee023e2309dcdac1fe7338b056a |
|
BLAKE2b-256 | 9cc3a71e2874e91c1885b6d67b92709a65bd4a204eccd0a7c430210c328a4724 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 6.6 MB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e1e918760c200323e73ee4a3312390c13a83f117c5cb4926e39a1014acc00e7 |
|
MD5 | 425ab6dd533ac5cef15897c54a44358c |
|
BLAKE2b-256 | 62a27c1bf1ba38ad0a79438382226cbe24493cd08d3ce1ca826e15efcf0e159c |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp37-cp37m-win32.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp37-cp37m-win32.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdfbdbfbb024faead9cbd671fec75a0d01450f19f7d93a6cbd7995938c628df9 |
|
MD5 | 19497f61af0e68900643c29716e9b6c1 |
|
BLAKE2b-256 | d6701a5148985f5d650b7252961a6321f863dd3a2fc72a717662a9b61dfe65cf |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_x86_64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 6.0 MB
- Tags: CPython 3.7m, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa00b630e26291fafa89d3bec80560cb4b2c1617f2afbdaf6f1a998d3cfdf4e4 |
|
MD5 | 94874f6db08bd1e760fdbe5487ca4efe |
|
BLAKE2b-256 | 1e64bab54efae82e918ef65b25f9d60f81190269e9b9f1221b7341be2edf9b14 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_i686.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_i686.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.7m, manylinux: glibc 2.27+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5a474167311dac0c38c3ad72b14e038ea3deff2fe5f309c81b192c0b542356c |
|
MD5 | a1a9c88b738914cf1b5a28dd95417289 |
|
BLAKE2b-256 | 4eb90d11258fa5c6d18c74a51ec4cc545cfab92541c764f9a54defdf85883649 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_armv7l.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_armv7l.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.27+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a740ee737dbf930fa67ae31307462e3ec06c2e05aad302f708fe61780ddc775 |
|
MD5 | 34824b9de709728033e91ed2b54b8549 |
|
BLAKE2b-256 | ba774fb27a71965a79fac1460ba3b1ccba770b59287baf269949cec92c479d56 |
File details
Details for the file ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_aarch64.whl
.
File metadata
- Download URL: ids_peak_ipl-1.12.1.0.1-cp37-cp37m-manylinux_2_27_aarch64.whl
- Upload date:
- Size: 5.5 MB
- Tags: CPython 3.7m, manylinux: glibc 2.27+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d08f683f1cdc4841f9ad1ed334e41de0ef911ac1f2c51c4f86d4d4712a15193 |
|
MD5 | 9aa136a1e34e0eed44eb42a89ffd7573 |
|
BLAKE2b-256 | 67e7f168cf4edee7783877b33b1a276cbce5612dcfa955b56bc43e360cf07b76 |