Skip to main content

Manipulate run-length-encoded image masks

Project description

RLEMaskLib: Run-Length Encoded Mask Operations

Read the Docs PyPI - Version

This library provides efficient run-length encoded (RLE) operations for binary masks in Python. It is designed to be fast and memory efficient, and is particularly useful for working with large datasets. The library provides an intuitive and extensive object-oriented interface as well as a simpler functional one. To achieve high efficiency, the core functionality is implemented in C, and wrapped via Cython.

RLEMaskLib is fully compatible with the COCO mask format (in the form of dictionaries) but can also work directly with runlength sequences.

The library provides many operations on masks, including:

  • Set operations (complement, difference, symmetric difference) and custom boolean functions.
  • Crop, pad, tile, concatenate
  • Connected components extraction
  • Warp (affine, perspective, lens distortion)
  • Transpose, flip, rotate by multiples of 90 degrees
  • Binary morphology: dilate, erode, open, close
  • Convolve with arbitrary kernels
  • Directly create fully foreground and fully background masks
  • Decompress of COCO's compressed RLE format to integer run-lengths, and vice versa
  • Extra compression (optional) using gzip on top of the LEB128-like encoding used by the COCO API (~40% reduction beyond the COCO compression)
  • Object-oriented and functional APIs.

This library originates as a fork of the COCO API's pycocotools.mask module (which was originally written by Piotr Dollár and Tsung-Yi Lin) but now mostly consists of new code.

Installation

pip install rlemasklib

Documentation

See https://rlemasklib.readthedocs.io/.

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

rlemasklib-0.4.0.tar.gz (523.6 kB view details)

Uploaded Source

Built Distributions

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

rlemasklib-0.4.0-cp313-cp313-win_amd64.whl (345.9 kB view details)

Uploaded CPython 3.13Windows x86-64

rlemasklib-0.4.0-cp313-cp313-win32.whl (316.8 kB view details)

Uploaded CPython 3.13Windows x86

rlemasklib-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rlemasklib-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rlemasklib-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (826.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rlemasklib-0.4.0-cp312-cp312-win_amd64.whl (344.2 kB view details)

Uploaded CPython 3.12Windows x86-64

rlemasklib-0.4.0-cp312-cp312-win32.whl (317.1 kB view details)

Uploaded CPython 3.12Windows x86

rlemasklib-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rlemasklib-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rlemasklib-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (827.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rlemasklib-0.4.0-cp311-cp311-win_amd64.whl (350.4 kB view details)

Uploaded CPython 3.11Windows x86-64

rlemasklib-0.4.0-cp311-cp311-win32.whl (322.5 kB view details)

Uploaded CPython 3.11Windows x86

rlemasklib-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rlemasklib-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rlemasklib-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (825.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rlemasklib-0.4.0-cp310-cp310-win_amd64.whl (349.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rlemasklib-0.4.0-cp310-cp310-win32.whl (323.3 kB view details)

Uploaded CPython 3.10Windows x86

rlemasklib-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rlemasklib-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rlemasklib-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (828.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rlemasklib-0.4.0-cp39-cp39-win_amd64.whl (350.0 kB view details)

Uploaded CPython 3.9Windows x86-64

rlemasklib-0.4.0-cp39-cp39-win32.whl (323.9 kB view details)

Uploaded CPython 3.9Windows x86

rlemasklib-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rlemasklib-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rlemasklib-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (829.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file rlemasklib-0.4.0.tar.gz.

File metadata

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

File hashes

Hashes for rlemasklib-0.4.0.tar.gz
Algorithm Hash digest
SHA256 122224ec8339b1131324b0e362cbcae89921212afd668a31452a67106cf410c2
MD5 63529588e541aa7fbbabe3ba008a4dd0
BLAKE2b-256 2162d748d165b92db99e52112af13167a2c0107f87c22581e3bbe1f8a38816ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0.tar.gz:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 345.9 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 rlemasklib-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 22cd23a4b91c925fc4a113c7cd24c14cc8362742fe101b823f3dd97e53308ac3
MD5 d01ea33299afe0330efc071560c04525
BLAKE2b-256 6189061b7a4e27eb28aa3db47b6d4626baadd97a49d21d110ab5ffb569a594d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp313-cp313-win_amd64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 316.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rlemasklib-0.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 95adadfc60ebe3e9226ac1ab4ab4ca15b3e32908d0df2038ea50e051f77d9510
MD5 0052543ffec756ef0af02cd9e9bf7834
BLAKE2b-256 0423f36ce7ed0e212dc0a1f53452e4e1bb2460bbce5616aeb154242255165049

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp313-cp313-win32.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b0c7d2ed1dfcb824d57bccb20e010d31f38c652e7da5be441b0c76dfd69e482
MD5 05f645639a6cf27b2020dc55792b24ea
BLAKE2b-256 333d91920e51df1cbc4ffc9a48666198b02cc2f9665657b6c575b7ec01cd4268

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4811b224b5f07de88a258eeb0e2ffa95ddf34cf9f45726d8cc850c027f00549f
MD5 90d049a3b46da06986545ff59026ce58
BLAKE2b-256 17f91b022ec3651f0626b80c9144d05ca27650c4b775a71742293f31018f120d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf77c5c0a8f28cba082258889bdca3ff77b10b782fd0726c8c8d4b78f1f9931c
MD5 b6c5e8a2d519b51d9ad81a35575dc212
BLAKE2b-256 bfb57a793e775706e4878d4e60862a91c23a10aa1b61e1a1015868535c868512

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 344.2 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 rlemasklib-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a3f852fd1c4f582285e227738dff3d549721f8dcf13d649f47bc5b07b3f1d2eb
MD5 520e8d685c18340770b57bbac633b45d
BLAKE2b-256 dfad9bd429b2367a3f9adc058dc2764cfb31ac04b3483262cc577783f901f10c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp312-cp312-win_amd64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 317.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rlemasklib-0.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ef26e689d986fc574455735b48770f02ff31e2e2a0ccf17bc5faeaed28318003
MD5 7a2d90b2775f5ec498df49fa8cb1e937
BLAKE2b-256 6ad22b4348f7ce39cf8e4166d6154468c8b06601af80040f8062e70deb18088b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp312-cp312-win32.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fe489d8f7ea95eab3a0e0dfaf91379a7f94cb5be73f2582d5f9bb24c084ebac
MD5 bd967e9b058fb9cccc19b7f5eba4d3de
BLAKE2b-256 bf4491f77c80f8f6ed89bada189256b9e1f7798abaff0b12610e63940d35ead4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43e7664952abc245d4de2b83983d3dd887278948d0e8a1d5f0d00fd1fefc95ea
MD5 eeea46ac3c7a06ce802c1509fdae2582
BLAKE2b-256 268ebddb399fd7082584b220dd2e19ae124255298860b5c8dfa9ddfb716cbc4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9af90c76de31881af0e41b526b5960aa776849ce14f6389fdbc03705b7c2e3d
MD5 75b1ad0227bc5edd29dd9eb5c318c9e0
BLAKE2b-256 e4773e74ff4f7158ada6505b24a941d6f5ccfdc5f43c73deea347ca3a1b70feb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 350.4 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 rlemasklib-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 77399cb1744226054d9396cc27923cd5af32f2cc3cb8ef07dff401255e5a9d7a
MD5 f23473ffdbf8cf1f60ed3ccb4e27c2db
BLAKE2b-256 7c2062b309d15a38e7f6c46b896479766297d7ed056fd2c02dff62459bd2527e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp311-cp311-win_amd64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 322.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rlemasklib-0.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fb71b32f4c0b71045773f2bed9e02d391ec520bdc0d34e296996076c6fd19432
MD5 4e13d197119ba00ac86bc279b6cb40cd
BLAKE2b-256 dc423607321134f5431dfb280d89839351878e191bb4269c59eba0058fc28e51

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp311-cp311-win32.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 606e1064fd84f55cbe747b8583d6eccff8c001fd369a3864d6225530e061b35a
MD5 d4c6e2f470c024649a06b991919d5577
BLAKE2b-256 6d0d6bdfebe51bb48ca2369fbe40148b1c5e99ecca1c11f385b1d6daa2582cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a92b650fef89b145a1ae50bc173f9396f2539adf5ad66b52ea8b14356e010a14
MD5 669d8cfd57abb39b88d181a5cb1ff5a7
BLAKE2b-256 dbc90ed571ce84484a644f360815348abc316a82424da5cc4028cc512bd98a80

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f50afe5d9501f0c28c325c776b15ddab70fbb2614cf716eddcc3f58a4abde31c
MD5 c177857c93d6926769a3e6023e75e1ba
BLAKE2b-256 630a006f77a1991328cbdff925955bdcacae67e3c144258ea68a3d8fddbb5247

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 349.5 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 rlemasklib-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a9f2ee5f0a9181d816afa4d2cfb9aec2628e5700184273f651ff4a489a807f77
MD5 e11dad93a111037671917372d7a192fc
BLAKE2b-256 e74c0d75a7896f5c97c5c1825f788fcf58027525a100413eaf61ae58dee2b7c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp310-cp310-win_amd64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 323.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rlemasklib-0.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8dff8fe73cbdb5bd41d7e53935e4a8ff9ebf0100a4e7e896b7069d91c43903d0
MD5 fe88058cb6c4b73d3ff0f6b367b32add
BLAKE2b-256 6ecaf99b8258dea2f866788b0e0bed026b0ee7f19755ad9667e3dfe1bf8ae982

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp310-cp310-win32.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8d6ed9d4a844b57b5c9473b3e00db5e066e683fde1563198aa8cc8d1d8d248f
MD5 059ccf2c5438e36d5dca66d451633005
BLAKE2b-256 3b87b56bfe59aad9c4d0e325991ec7e74a5e3db2c8f882445d26ed7ac7659e9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b306512cd3974ed86ba3abb7089b967ead277aef1010dc902fdc706ccfd7e41c
MD5 823c941bf8d3fe9516cc45cf70bc8234
BLAKE2b-256 f39f63d6d485a5b80ef8e5af95a1f374e3bf452ea89d989684e458a86467cb4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38c997c3891ff223941b25ed541e35c38a4793ca50a26214e42f5c971411bbe4
MD5 a106757d6911514035ea6aff028ca01f
BLAKE2b-256 5e8d453e2877f467bfe8ad25e5c84b9c759061f3aab9874801716cff09c11741

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 350.0 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 rlemasklib-0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c21182db4dfafaca4599a8d8478ab2ccccf1c789768baa4878d1b4cc56fa8b13
MD5 b23f79910104bd0e9cefe3784d49b262
BLAKE2b-256 29eb028b9e951dbf0863297e9b87f403d48d8acef3c88e1893115fc81f034aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp39-cp39-win_amd64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: rlemasklib-0.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 323.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rlemasklib-0.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 171b03a75c5f8250de6484c77c8f1e9bf047098f22e5d73c76d4b923a329597a
MD5 48dda36c5c5753176f68f7be88966a24
BLAKE2b-256 1b77365b3b0524f43c39923547d257a9af83ec7eb191b0de87a6079ded8dba2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp39-cp39-win32.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0796686a0b7e37c36a5f47483f43f61c7049acbf89886db9eb72eb445359be9
MD5 e25ecd13c614adf186f234d92e2a2f18
BLAKE2b-256 62791703e1eea845c5efa5f47c0704d262db107cf26fbd6254e8d550614dcfa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd8855cbd56d37c2265b1b0b6ba7617a792f6ea72910234e12cf9aafc851e49d
MD5 940a8f18421fb089aedd8f467ad42bc0
BLAKE2b-256 9645460ea7940ce4cc4a90be40ae8d7322c3fd911407b5cfc259e4ca425397bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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

File details

Details for the file rlemasklib-0.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rlemasklib-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b85a1cb2bc9d5f10d65700b65c35058c10654cdc0b24682a277b1e4f4c84920
MD5 f21b15e905d0cc80cb81f83688570127
BLAKE2b-256 d55ff9efa3bf4027b34edd6568e3071e1aa88f57c81e6f87fce207ec043ac8b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rlemasklib-0.4.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on isarandi/rlemasklib

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