Skip to main content

Fast Image processing library with lazy evaluation

Project description

fim (FastImage)

A high-performance C++20 library for tile-based image processing using CRTP (Curiously Recurring Template Pattern), with Python bindings that provide a PyVips-style lazy-evaluation pipeline.

This repository is automatically synced from the AI for Oncology monorepo. It builds both with Bazel (via bzlmod) and with Meson (used to produce the Python wheels).

Features

  • Tile-based processing: efficient processing of large images through tiling
  • CRTP pipeline: zero-overhead composition using compile-time polymorphism
  • Lazy evaluation: operations are deferred until a sink materializes the result
  • Multiple sources: TIFF (libtiff), PNG (lodepng/libspng), and FastSlide (whole slide images)
  • Operators: crop, paste, downsample, resize (Lanczos / Magic2021 kernels), and stack
  • Flexible sinks: tiled TIFF/PNG output or zero-copy NumPy arrays
  • Python bindings: full Python API via nanobind

Installation (Python)

pip install fimage-python
import fim

img = fim.Image.from_libtiff("input.tiff")
img.crop(100, 100, 512, 512).resize(256, 256).write_png("output.png")

Building from source

Bazel

# Build the C++ library
bazelisk build //:fimage

# Build the Python extension
bazelisk build //python:fim

# Run the test suite
bazelisk test //...

Meson (wheels)

# Build a wheel + sdist for the current interpreter
uv build

The Meson build fetches every dependency through subprojects/*.wrap and links them statically, producing a self-contained _fim extension.

License

Apache 2.0 - see LICENSE for details.

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

fimage_python-0.1.2.tar.gz (359.6 kB view details)

Uploaded Source

Built Distributions

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

fimage_python-0.1.2-cp314-none-manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14

fimage_python-0.1.2-cp314-none-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.14

fimage_python-0.1.2-cp314-none-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fimage_python-0.1.2-cp314-none-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

fimage_python-0.1.2-cp314-cp314-win_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14Windows ARM64

fimage_python-0.1.2-cp314-cp314-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86-64

fimage_python-0.1.2-cp313-none-manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13

fimage_python-0.1.2-cp313-none-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13

fimage_python-0.1.2-cp313-none-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fimage_python-0.1.2-cp313-none-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

fimage_python-0.1.2-cp313-cp313-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows ARM64

fimage_python-0.1.2-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

fimage_python-0.1.2-cp312-none-manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12

fimage_python-0.1.2-cp312-none-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12

fimage_python-0.1.2-cp312-none-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fimage_python-0.1.2-cp312-none-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

fimage_python-0.1.2-cp312-cp312-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows ARM64

fimage_python-0.1.2-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

fimage_python-0.1.2-cp311-none-manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11

fimage_python-0.1.2-cp311-none-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11

fimage_python-0.1.2-cp311-none-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fimage_python-0.1.2-cp311-none-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

fimage_python-0.1.2-cp311-cp311-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows ARM64

fimage_python-0.1.2-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

fimage_python-0.1.2-cp310-none-manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10

fimage_python-0.1.2-cp310-none-manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10

fimage_python-0.1.2-cp310-none-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fimage_python-0.1.2-cp310-none-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

fimage_python-0.1.2-cp310-cp310-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows ARM64

fimage_python-0.1.2-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

File details

Details for the file fimage_python-0.1.2.tar.gz.

File metadata

  • Download URL: fimage_python-0.1.2.tar.gz
  • Upload date:
  • Size: 359.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fimage_python-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3c6be2ddfa652303b511185951f3f149158681daadf5215d716ef1a7ef832079
MD5 68ac9db1318626a3acfbe657a2a34215
BLAKE2b-256 21e7cc8cf2d448b934b68c5058ce8e61a38f0071d7274f9ed73f603fdc0bbb51

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2.tar.gz:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp314-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp314-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d900d1d54bddf908f9cf6693e220ceb1bfe2ec99204591c88a566b8da526f02
MD5 bad42cb91cee884083a0f4a1cff68398
BLAKE2b-256 b6c270263a16a508d74d943b9e0defbcef98171bdcffa59824284fb5ff74c1e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp314-none-manylinux2014_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp314-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp314-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1380ca673563db8657993a31f4b31ff87bad51ead80a1d55cfe8c666ccf1aa04
MD5 e9ef3c37c2ebe9e154ffd962ccb43b85
BLAKE2b-256 9a150383ab90b9b19a4e43150ade806df1ee4a1a6622ef3d4d6553c88adb44df

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp314-none-manylinux2014_aarch64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp314-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp314-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a529e58838cbfa8aaed5f8ebf554b476ab6a8667036e11e0cc534d983e3ffdf
MD5 ac5a5cfd4c5402782f2ee6fbec407206
BLAKE2b-256 73befa96857c36861157fff6c08dd7137260e3dd530cce9787229048d525a162

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp314-none-macosx_11_0_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp314-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp314-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3c6975db0bdc9c51df032d6fd8251576145c22235b8a873b1eb4b4c10c84b5e
MD5 fd0c7d5b47c08a6342707d2d81483abf
BLAKE2b-256 b418ef32af10e7034cf86463454b9a05e57b532aeb2e93e237734bcf445a20b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp314-none-macosx_10_9_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 7e9f334f6d18b1befaa6f8f4b9d6f1998ee31b0e27609de83c4e2d0155dd5f46
MD5 403e7f648b66c8fa8689c51962673594
BLAKE2b-256 c0e33f8d11e49a9c97a817f8c5d0f37fe6f29b5e0f63c6460a27029c78d90613

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp314-cp314-win_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d86c2c9c3d9f6f7def874623f3bfce3288bf6a8d43ddb86abcf6607b9018251c
MD5 892d3f699a75fab62e36ad4ba742e2e4
BLAKE2b-256 d2c76a75e5d9967ea745fa1664c2fcc429bbb91f4062b5c43211faaf4e682883

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp314-cp314-win_amd64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp313-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp313-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5d0d19ae774ab50106b6ce4afceb6695a8711825f387bb6807daa76bd1ce6e8
MD5 4dd056809ca5eddf6f6c2e9672490ad7
BLAKE2b-256 4f612e704adb40e527070b8dacbe9673191f5a6cdb2b1488ebf64df8b25b9644

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp313-none-manylinux2014_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp313-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp313-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc23c8324a3322158ee73bad2afbd12b953208a5d654218149491559fd433435
MD5 396a907895ba14fc4f47b484c69b4dee
BLAKE2b-256 ec451cd4855e8ac997ae94bb7f45bf8c80a48e5ce8f840362afbcc89b3cef46c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp313-none-manylinux2014_aarch64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp313-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp313-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84ef119b9e5b1d8196e4fac641610fec5684c4c29326349f54bd6b0f823f4042
MD5 ab34665a90ba55c20ce7f4ffc4c4e0b9
BLAKE2b-256 c030e74ccd0c17d39b4743ecf721263a02e4a2329cae90770d0dbc5585a22e2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp313-none-macosx_11_0_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp313-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp313-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da75688feac06214a3e2735ef2edfaf20abb9dccadf65ca3d68a4902ebf36cf2
MD5 d4cbba8f342915b685e3a8ca741abb60
BLAKE2b-256 768ba7d9f3193dab23237663ae7c85360ca24bfd2f18867c049411d186a3ff3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp313-none-macosx_10_9_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a34c2bc3e26ad7172976f66c71a43516fd80b5d2dfb4530597c4e55e59c7a3bc
MD5 4a6299d3dbe39623b1215be392d55512
BLAKE2b-256 fddd922445d2b0975215d6663315438e4cce4a84bf092615e3b37a5e88455e44

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp313-cp313-win_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1fe3ee4bf0181b961b0a7fbd388d5ab7ba88d936fc58232dca3ac422b872dfb9
MD5 580b05d96afadb163803ab3a53317fcd
BLAKE2b-256 1cd7e43d969f41b38827fc3d8ed1104ef62f5b190a06973de676f39bb67a90df

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp313-cp313-win_amd64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp312-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp312-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d26d916cccb1e06b81e8ee84a002534d6643263622377116b69c6e3ca75445b4
MD5 39f9abdc3d76b786db4e15ee767ca3e0
BLAKE2b-256 8c042eb895aca38fc5a8369c719a352e6b12da2b62118923ff0055d85ea8c175

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp312-none-manylinux2014_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp312-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp312-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 939c69efbe0d3403370a089deccfff84ca5124487fced265f9cd8c6e001e487d
MD5 a11e4ebb32b615116a5c0e6d1b715781
BLAKE2b-256 fe48836d29fdafcac5ac0e9f7ea6b553db84e56a9a043f7422381c37ecaa603c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp312-none-manylinux2014_aarch64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp312-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp312-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9697c7e72f72157b668ea9f7d7ed2fcacadc8fa5de13055ae067c3f96352b40
MD5 6b383cdb7a924f2ba344afc7a9e409bd
BLAKE2b-256 5db95bbbdff3005d4ec4852c7573aa0c2c51d6ef3277983ff6d0d309b463b79c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp312-none-macosx_11_0_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp312-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f90726086d7c53299d749907be9fc4c3d1c37200d7fd185de6d218d6d939bf5d
MD5 202cddeacbaaadcc8506744b203d15fb
BLAKE2b-256 aabd223ade63ff873bb8d827edb868b6b5b9d57c43024af0b5cb30027620e716

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp312-none-macosx_10_9_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0ec259ccf20a16fd5d92b9ff3688a0684886bbecb56c98c526e2135bd7144147
MD5 d6744c740790798c19aa27b0d7a85cd7
BLAKE2b-256 e5984f7c91481351023535fd8ff450e34f70b0920933e508b70581060dfa5695

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp312-cp312-win_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 281fd45114e0ebad8dd9f9bf9707a758ca5425e0109ad7d393e3ffad6ba0c61f
MD5 faa80137b522d58f20ac1b73feb79030
BLAKE2b-256 d72b1734a65c2d31ab824779d49b27399fc178a1281d13b4013acb3896c24fba

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp312-cp312-win_amd64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp311-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp311-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 141aeb3854a6a9490ba9e1cf8bee27347ce8537d2a3f6fc2939ebb1d481a719c
MD5 4a0d75e641aafe93151381d7ef894300
BLAKE2b-256 f891ae7c1426b5553979e8d47bbc0de1eae9035bcbcbc8f84ae69209e7e11b8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp311-none-manylinux2014_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp311-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp311-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77cebd6077cb8fc63af238f3415e5e70b03ea0b0ae333d7c6271b039bf667a62
MD5 690aa5e63e74e9e7ccceb27f92bd6928
BLAKE2b-256 76f1fa4e8a592bf55a485ec281ce032757f7cb73804476bbf423dec6ecc67b37

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp311-none-manylinux2014_aarch64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp311-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp311-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e988944a10820c70d6e30a6efe298adc974f471dca101539c66f80d50310a7a8
MD5 779b3943c8b4a49c569bffd4aad88cd4
BLAKE2b-256 5fde5c7590f0b46606f59625150c967740ce96bf23059aaad051f76b99817dd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp311-none-macosx_11_0_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp311-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3432f95c152825bf2acbefa43332613a584e9ca9e65e77e106b2fd1739bf7976
MD5 d92d209465118a4db484eb130e6752aa
BLAKE2b-256 9463503ca803f69b98dd5afce7f3be7394385410781c55d7a1602ebf51cca0b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp311-none-macosx_10_9_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cf7649b74a157b3bf83fdd91fc54c688da4f1a8642c7b5270f2dcc9fc715fdd1
MD5 528ce2536fc6df77da168c8fa9ef4bd5
BLAKE2b-256 d5dd8e476dda6dd8842a3cbd07c3665f95d7147f926d668c765a36ff1e852449

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp311-cp311-win_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9230779d64350859400cd19846f3627c8b373b76e9d1a05e70a8d9a1c24e5211
MD5 0dbca61378ad9db2d9b3258d9fec18a2
BLAKE2b-256 09b544b47095d276d9620a9cc875259bc6a0c687a0412c48bc9ddd0f398ec97d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp311-cp311-win_amd64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp310-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp310-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62f3c1afaf639c60a42034afaa9acd922895b1796d86d48cd8be67557966de39
MD5 23b35a050b5cd134362c73a668088997
BLAKE2b-256 993b1f79e7e39645dd28b28f1d822e673d820e488259473b71547fc663906a26

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp310-none-manylinux2014_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp310-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp310-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 865dff155225067a12b0efe137fddc6256346499f4902b449318df8b10ac1f46
MD5 fd8120beeba719482d7ac9fd17ae3b2e
BLAKE2b-256 21ca2279797b2b1df1b56b2935733d3f33e1499818d8b3e9078ca942d55f0d81

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp310-none-manylinux2014_aarch64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp310-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp310-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f017a4c89ca4a8c7ff912970113c3a0ec63eb49aa04c4a8b90ffaf12556917c6
MD5 078808d915757808ea8e78947a97eaf5
BLAKE2b-256 b9362a2485193ad7549083bec053e4bf5058673443b9bf65b4f7239335811e08

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp310-none-macosx_11_0_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp310-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4dba1f0c6605855c2e10c7ead3b86cc7d01761c0dcdc2bd5ad2387abb00a2722
MD5 8fa2c734f227625805f0ba770667f006
BLAKE2b-256 81bb746bf3909f2f0b1cb6ab67decbfeb2e3aa58da477f5b96c3d7cc76a95875

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp310-none-macosx_10_9_x86_64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 326cdf24b0e06603ed22c8c1ca5d662c93c070ba39b771bcc61a3cc22d987d22
MD5 8e338f3c10100f81b6092d7dca34b1ce
BLAKE2b-256 a5d842e0b2eb26c46c108d528496b2408c44992b3b5ef2778a59d92b41a1b6a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp310-cp310-win_arm64.whl:

Publisher: release.yml on NKI-AI/fimage

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

File details

Details for the file fimage_python-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fimage_python-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a893ebe5729ded01c625f83da5ca04f254d86fdf98caaaf090cc11d1a197a740
MD5 63a7abcd358ed829842de24b2ef28403
BLAKE2b-256 e1ab28c77a2bcf59296965a75546627d431f78e5fa80670d080cb1db1b525acc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fimage_python-0.1.2-cp310-cp310-win_amd64.whl:

Publisher: release.yml on NKI-AI/fimage

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