Skip to main content

Python wrapper and bindings for imgal.

Project description

pyimgal

The pyimgal package serves as the Python bindings wrapper for imgal.

Installation

pyimgal from PyPI

You can install pyimgal from PyPI with:

pip install pyimgal

imgal_python from source

To build the pyimgal Python bindings from source, use the maturin build tool. If you're using uv you can do the following in the imgal_python crate directory to build the Python bindings:

$ cd imgal_python
$ uv run maturin develop --release

This will create a .venv in the local directory, compile the imgal Rust library and the imgal_python PyO3 bindings and install the bindings in the venv as pyimgal.

Alternatively if you're using conda or mamba you can do the following:

$ cd imgal_python
$ mamba activate myenv
(myenv) $ mamba install maturin
...
(myenv) $ maturin develop --release

Using imgal with Python

Once pyimgal has been installed in a compatiable Python environment, imgal will be available to import. The example below demonstrates how to obtain a colocalization z-score (i.e. colocalization and anti-colocalization strength) using the Spatially Adaptive Colocalization Analysis (SACA) framework. The two number values after the channels are threshold values for channels a and b respectively.

import imgal.colocalization as coloc
from tifffile import imread

# load some data
image = imread("path/to/data.tif")

# slice channels to perform colocalization analysis
ch_a = image[:, :, 0]
ch_b = image[:, :, 1]

# perform SACA 2D
coloc_zscore = coloc.saca_2d(ch_a, ch_b, 500.0, 500.0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyimgal-0.1.0.tar.gz (42.9 kB view details)

Uploaded Source

Built Distributions

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

pyimgal-0.1.0-cp313-cp313-win_amd64.whl (801.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyimgal-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (958.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyimgal-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (766.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyimgal-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (723.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyimgal-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (882.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pyimgal-0.1.0-cp312-cp312-win_amd64.whl (801.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pyimgal-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (958.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyimgal-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (766.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyimgal-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (723.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyimgal-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (882.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pyimgal-0.1.0-cp311-cp311-win_amd64.whl (803.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyimgal-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (961.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyimgal-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (767.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyimgal-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (724.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyimgal-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (884.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pyimgal-0.1.0-cp310-cp310-win_amd64.whl (803.3 kB view details)

Uploaded CPython 3.10Windows x86-64

pyimgal-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (962.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyimgal-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (767.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyimgal-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (724.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyimgal-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl (885.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pyimgal-0.1.0-cp39-cp39-win_amd64.whl (803.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pyimgal-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (962.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyimgal-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (767.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyimgal-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (724.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyimgal-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl (885.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file pyimgal-0.1.0.tar.gz.

File metadata

  • Download URL: pyimgal-0.1.0.tar.gz
  • Upload date:
  • Size: 42.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyimgal-0.1.0.tar.gz
Algorithm Hash digest
SHA256 52df78249ca94ad9f662f606608f964ef1481a6b2f546057e1ef98ca80f04a8a
MD5 6067de3570d6a80eeae46f30d0e8212d
BLAKE2b-256 2b33daf7bbcce9ba5495fc2085562971c7785880ed7fe5f558fee7374ccd1f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0.tar.gz:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyimgal-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 801.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyimgal-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ec6b95beb4f2a3618ed0855331fe6714d84358774be1fbc173670f07e4a4ee5b
MD5 4526987f64d77a1d4401db8e204a202c
BLAKE2b-256 2b7cbe5fbbdc0be0a2b01c228ac4be3d060f7bab732bff3c209d54b937865c97

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f1349b94c1655bb1fc29e808dd520183b8d01e50e74c5328bc87eecc3832042
MD5 fee78699011cb9119f01a363b58b4f14
BLAKE2b-256 c4f38c2da6e49d655abef0ca7e04fde1cae541813d3fd38c5c1da80e58313362

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffabdd960b6cb6bfd6187ecd49f58142e75b7e99b5e158682b7ba4b70263b29d
MD5 849895dd2093fb8a257b096d22ac392f
BLAKE2b-256 c18b310c105e6cc95c18d1ddab20c125c8ae1d9fe829b9f470a825437a3d1c8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6277cb0cf6da6ed97e5453c00994cc0a9adcf3d31cbe00576fa446014ec36098
MD5 4772aa2faaab746654fa15cb3805ce48
BLAKE2b-256 26fc1661049c09ba9bfb55e230ba3f515008f971c2d63949cca5532920a2ed88

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3732f8394b1864d2b341f7bd7c323fc0d346426ef6e61974b4bd1cee49fc24ba
MD5 5284e7380379aa06d7e8742ac394f0a5
BLAKE2b-256 aa1d6bced69c573d353a3626b21a52a3a5d8f1a70b15095dd32adf3a3aa53314

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyimgal-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 801.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyimgal-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b4171888a0cfe1fa7ca15743e5813469b764ec2de2214f96974d72ab142058b
MD5 631b2e00c3675154d194bd4083dbf7a9
BLAKE2b-256 c822a57398d1b8c78af651c1b824007ee0ae8d06a1605c91c80851bb25fab7b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f85adb50ba4e27a6f7d0c3a8ea4b3bcd140bd1beb0285e5158179ee629c052b7
MD5 e1e86e96f8f636bdd1c23e2984d790b8
BLAKE2b-256 dff7aa0ac2815d3d6e3388a42e15386e90eed1cdb5058ee6e28b93f9373fa527

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e913c93fd037d65c8421d449d1fd936c5e24ade3080504f22d6f56c23371f658
MD5 cefd2005dcb15ba0cda16c82f2a7d65e
BLAKE2b-256 3aa567c29a8b52cfc4c8eb5a74344ebbfaf42caa992913d50d2f6e68387d7ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7814a3fdef1aa7905841bce1415685bb1bb5e9f82f5c2f63eed06cf5d24365da
MD5 04d9026658e6d5a91b3a30d5228c4f0f
BLAKE2b-256 33b00bb8def0be27766d72785cffe4d83091d68c786d629ae33a2d73bf863ef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 487fd72d8fb2a1fe45517d1acca22db6ee2d07df56b86ef60df274d12a272e26
MD5 d13472d3c5e5f18dee7dfb34249125f1
BLAKE2b-256 80a0f14b2e25187a25b5ea2137efdc30bf64e0b97c3ad56b7c59212866ab7e67

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyimgal-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 803.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyimgal-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e352929b61e2f7d3cb0ff858b70dfd6f69ea7a713e33a46cb727096dd5f5c523
MD5 a35542a46cb7125f8d52b55b77494899
BLAKE2b-256 a020096543f9c2b6ad6136128875ce6451c5119c7b8af8fe5df09a6676213592

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b9e7a32ded172cb99c36934cc3ac31aa43029ecac642c400541084d28b5646f
MD5 6271a72adda40a0a81f7ede97130a104
BLAKE2b-256 bb86ec48da0a5e2a380b4a3d67b01bd706682b1fa62678f80d344c90f566a66b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fdd4d204b95a1d1196d166f570650c805a6eaa094e93688d7de7299eea8b886
MD5 a2378694aba8d889d8642dd250c655b2
BLAKE2b-256 eb478ddd1aee664a9145166bf36f5ef931e91126e53d4c1d60e887ddc24ada49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43eaa4af7978e3b90359b55d00c286d1e820b9f4c36597ecd8612e3cd7270ea9
MD5 d3f1b2ddc99cb3f48dafa7d657f8a209
BLAKE2b-256 78361e7ef30a6fd47ef31e996ef6a136baa50e31eac30a4a52ba25ce098d75b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 679e9ebbe456fe98f9f438ffc3bae9a32694b3f7fe65773167495117208a91f6
MD5 b38362404a2e8f3e256ca54564f796fa
BLAKE2b-256 d9ecae4f3b2f658bda2c623713683cee066b5193f526124af09d103e96ce6edf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyimgal-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 803.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyimgal-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 84d4279d7c30320396594428d348fcf700047608cc171f7956a4ff861cddcce7
MD5 ac682439c7616bc72e08aa2c499e90fe
BLAKE2b-256 7c1ee0dac139ed8eabeb24142fdcd527239c102920547aa453d4820cc5d67fc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3132bbff0d39173d8b302b92751ec407e18fcc5fdb0d779b5d8c7a0df056efa9
MD5 84fe12cfe8f29814b3eecff28e90d6cf
BLAKE2b-256 264a6b818fc9cb0169ea6de62d49d05ce7cc15baa0244acb1e429802326df7d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e18ea1c12368297937a16b1447fc21124a00f01da38cce5ca7dfd87592756f6
MD5 72753eeeea5b1566b11bddb976103b9b
BLAKE2b-256 5766804da91752366825f7a5ddb8ede0e1cd52934c77a6a7462e2cfc44286daa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17893379745ebd45e975e0835d7dbbe4e3e76780519a319cdb7bd4d43cc54cab
MD5 1c6e5885e73b8bad4b083f4af91b4410
BLAKE2b-256 3f679ba9ede353a0b93fc16091721877f8fdc169082f7fe152ad86690b23559f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1e5cfdfede88eb678d5afba79b66c5ab6bf879288ecca5022946fe1d7230825
MD5 2bfe78764619d65ddba9a9b1e9bfb2da
BLAKE2b-256 c26541773b3bf522c803193a55439089633a71813fd267054f3965c13c491661

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyimgal-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 803.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyimgal-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d4a05536c342ce79198c55b401e61af60829d69220f47e90d83686bb1bc996ef
MD5 08f41760ecf1f0b084312b515623a0c1
BLAKE2b-256 ca238f0edb0a0e8ddb3f34e1848c3452cc7fc911f328c9532eeadf951fdf9f02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c797e62e8d7e714917e1e4aaff2f13ed6a95b169640520d3ab372249828d7c31
MD5 81dc42aa27b73cd5df723ad5f0199dd1
BLAKE2b-256 32be908081d5ed1cc37e6948b6d568c97e0929e394e341f387bfb68b8ba7e2bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96546514edea367410eeada4458182e69baae0f8971d426939845ccf161b4444
MD5 6109018c5c448e0ca7180f9963e87fbb
BLAKE2b-256 9367cd4f38971e6fe2356ae335e051121492cf11921c70ea6af364062f2e4120

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d633890f8385c1aae07eaac75219f8ed93be2ab24257f311c649cad1de4ba7b
MD5 4a8bbcab809537c2d59d41886f9c3627
BLAKE2b-256 661014219e73eb4982f7767332095134a0a7d468f71e2fa12ac7ef5aa6fe7c26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyimgal-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyimgal-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb5276dd2a746e2f40e8fa1c5220bc085a6341a854a86ffc7b2bfec0733cfc45
MD5 14aff556d25883648206eee13dac058b
BLAKE2b-256 2d35d79121d18f024bf858aa5426dbce8f4be8820986610ff054e0d788f8183d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyimgal-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release-pypi.yml on imgal-sc/imgal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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