Skip to main content

Least-Authority File Store utils

Project description

LAFS

LAFS is an experimental Rust crate that provides a limited implementation of some parts of Tahoe-LAFS -- the Least-Authority File Store. More specifically, it offers Rust implementations of the following functions (from the original Python allmydata package):

allmydata.util.base32.b2a
allmydata.util.hashutil.tagged_hash
allmydata.util.hashutil.ssk_pubkey_fingerprint_hash
allmydata.util.hashutil.ssk_writekey_hash
allmydata.util.netstring.netstring

Taken together, these provide just enough functionality to derive valid mutable capability strings/URIs that are fully compatible with the original (Python) implementation (as confirmed by testing against Tahoe-LAFS' own test vectors). As such, this library can be used to generate or recover cryptographic capabilities completely "offline" (i.e., without the need to interact with a running Tahoe-LAFS node) and/or in environments -- such as mobile -- where running a full tahoe node may be infeasible or undesirable.

Usage

Although Tahoe-LAFS does not provide a Python API, for the sake of consistency with the original implementation, paths exposed by this crate strive to match the namespaces defined in the original allmydata Python package. For example, the Python allmydata.util.base32.b2a function can be called via the lafs::util::base32::b2a path in Rust.

Function signatures and types, likewise, aim to follow the original implementation as closely as possible (thus a Python function that returns a bytes of undefined length might return a Vec<u8> in Rust), however, given Python's dynamic type system and other fundamental language differences (like Python's exception system, "default" args., etc.), some concessions should be expected. When in doubt, consult the source code.

Python bindings

In addition to the Rust crate, Python bindings are provided for each of the modules/functions defined by this library (using pyo3, however, due to the aforementioned essential language differences (as well as some outstanding issues with pyo3 submodule imports), these should not be considered as suitable "drop-in" replacements for those defined by the allmydata Python package; these bindings are used mainly to support testing against the original implementation. (See the test/ directory for examples.)

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

lafs-0.0.5.tar.gz (342.6 kB view details)

Uploaded Source

Built Distributions

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

lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (406.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (555.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (419.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (555.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (361.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (419.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (557.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (372.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (362.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

lafs-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (555.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

lafs-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (370.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp313-cp313-win_amd64.whl (230.4 kB view details)

Uploaded CPython 3.13Windows x86-64

lafs-0.0.5-cp313-cp313-win32.whl (234.4 kB view details)

Uploaded CPython 3.13Windows x86

lafs-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lafs-0.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

lafs-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (553.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

lafs-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (370.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (417.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

lafs-0.0.5-cp313-cp313-macosx_11_0_arm64.whl (324.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lafs-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl (343.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

lafs-0.0.5-cp312-cp312-win_amd64.whl (230.4 kB view details)

Uploaded CPython 3.12Windows x86-64

lafs-0.0.5-cp312-cp312-win32.whl (234.3 kB view details)

Uploaded CPython 3.12Windows x86

lafs-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lafs-0.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

lafs-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (553.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

lafs-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (370.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (417.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

lafs-0.0.5-cp312-cp312-macosx_11_0_arm64.whl (324.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lafs-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl (343.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

lafs-0.0.5-cp311-cp311-win_amd64.whl (230.7 kB view details)

Uploaded CPython 3.11Windows x86-64

lafs-0.0.5-cp311-cp311-win32.whl (234.7 kB view details)

Uploaded CPython 3.11Windows x86

lafs-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lafs-0.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (406.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

lafs-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (554.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

lafs-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (418.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

lafs-0.0.5-cp311-cp311-macosx_11_0_arm64.whl (327.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lafs-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl (346.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

lafs-0.0.5-cp310-cp310-win_amd64.whl (230.9 kB view details)

Uploaded CPython 3.10Windows x86-64

lafs-0.0.5-cp310-cp310-win32.whl (234.8 kB view details)

Uploaded CPython 3.10Windows x86

lafs-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (370.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lafs-0.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

lafs-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (554.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

lafs-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (418.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

lafs-0.0.5-cp310-cp310-macosx_11_0_arm64.whl (327.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

lafs-0.0.5-cp310-cp310-macosx_10_12_x86_64.whl (346.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

lafs-0.0.5-cp39-cp39-win_amd64.whl (230.7 kB view details)

Uploaded CPython 3.9Windows x86-64

lafs-0.0.5-cp39-cp39-win32.whl (234.9 kB view details)

Uploaded CPython 3.9Windows x86

lafs-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (371.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lafs-0.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

lafs-0.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (556.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

lafs-0.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (371.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

lafs-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (361.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lafs-0.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (419.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file lafs-0.0.5.tar.gz.

File metadata

  • Download URL: lafs-0.0.5.tar.gz
  • Upload date:
  • Size: 342.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5.tar.gz
Algorithm Hash digest
SHA256 d04d051bcdfb6430f975c406cd9700c1e941a04778b31ab3ff14c5c76bd67299
MD5 c83ba1a74437aff8d0db26bf81a63b49
BLAKE2b-256 183f56dd068ab8323cb5a3f7cc07ca1b5279f866a6312b85196ed79277c13e91

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5.tar.gz:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94d5d99444a04e3d05e4f90b8b28726b2514a4923445e2061662c97f748f6b8e
MD5 975d9d22be1bc5d63a176ef6fa9625bf
BLAKE2b-256 40cd70038f618d9273523c4b43c5c4c8fddae989a07fa4165adcfedf0ddd51e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d701e82e0dd81ca4c46af2c5264e3d6451273f908fe2c339fa96c60f35d300e6
MD5 7cea805de498135955d85025b51abe18
BLAKE2b-256 c4321a605a459ca75b01809f19b59b12029e3c63997368e5a9f10e66dafc8af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 87f67a0588620b374405019aec82367bc8f7ed4f632974fe1ce6fe2585923fe3
MD5 8f32535a4f7359e830beaedd0883362d
BLAKE2b-256 9b4be991e89af9651fce39538cfa131e95cd5b17867fb4adf252ec90c2d29519

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82899bd5a481e0fd40513960b6b0b14e7f891eab432977884b388c6c8aba6f96
MD5 c7948a52e52927aea83f5fb35a85e5ca
BLAKE2b-256 aaf9670cbf1768fdea545e1b5a95dac12cac6fe2aed19daa0d14c3ac491d4177

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 586a3a4f17bdd4c71a7aec7fda408caf7fb859bf365507e68cd273b6e45bb00f
MD5 a71f9e6ffbf4aafc4e24f47d3d2b6751
BLAKE2b-256 dcfd36ca3bee12baebbd75a92191c693904b2d0058ee6fb344a0dab3b15f32d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2bfb03970c5714063b43408cd7bb169570accacead800a469c186f7fa123ede1
MD5 51b145a403bae1156040906f4ca69396
BLAKE2b-256 b5efd2d3539e9166729c6261cd23c207d26ae71b6c8d5dd97ab16e5d762f34f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6bf0d19807af2ed8caab20b84881cb19f51a3933d20dbd16c32afc35b10d4a6
MD5 30b2e2d281855205dd68e1e2c2725031
BLAKE2b-256 f09d0650479a741ff2ccb4ae40a1a1ed6d2e10481ed4a4294e9c10b28b80c4e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 73aa235e81d764bef327e2796c5c950c547577a3eafd84887c6612a18e7f7a14
MD5 f22dac4b066690849756ebee61cc28f9
BLAKE2b-256 87166e6e44992855a14d5225323844bc8b40b43d7abfc7745f19d0a32c547324

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac054c2fa8075547428ece12b5dcb72d6dfe0a0ca304fc033a3fd6801107067f
MD5 c8570f497f843420fa9b0b636534a70a
BLAKE2b-256 ba62dd0130d377916a3f719ae806713a935dfd7cc1ec4a00f36b82af74a2c957

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43ab5c5a11e0744dc7aaa63a1ae3a8a35fc66977fcd2c1811db7f05b90901a53
MD5 fb93a6aed4426f470793473072c5b652
BLAKE2b-256 4d54cfd877d2f0f7b841cf6de0c8318350e24b03ebf4e3fb541b17dcf5dcc16a

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5ba9455bec538a4e2b189137f319bfb544a6910b764c561f241f8fe9fc3f830
MD5 5650be94cfdb08d8124ffc6b71e658b1
BLAKE2b-256 7479140d3c00fe08197761982045b78dad9466a231f8c4137fad07d3ce5cb324

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a70c7a8e171e6f9146834ea1afc41238c11030b763bd9b6713a8c7cfe19dd77d
MD5 799863c3e6f9dc6faaa2061ba574e65a
BLAKE2b-256 72d5ca2665458cc139e2c0ad809e1efd6d8e5d2d6a49bb9c3f299a0089b5f2b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0120f68d8654519243e82c90c189167643a59ae7ef4ce1bca60f610c85b8eb79
MD5 21b701e0cb4d32b0a5cc07d87ae2a29c
BLAKE2b-256 157ca68c16ebfa342fd6863598f8d171b4bff5895c933928c118a6e0ff636689

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f2398bc7ff3d8d89b83ba4695dbae428db418bcb231249f70a231372b36aa90
MD5 5478ebb846f2718633f22de496e48531
BLAKE2b-256 98eb1157e77facfe7d32e34e659959ddda37e898c7e4634c72d7b570a6c2f6d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 720c6968b0537c80a53ba5dce023c4bcde74411207cbf182c319e9c21ab85e13
MD5 90766dac17c22bba2d3b8b8e918d5c0b
BLAKE2b-256 e9dfafe635b0276ab60315e7640d4816549d9bf9884c42da7d3c5c681ae6e2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e53162a2b5a770eac3c8169608c2b4af31e889485c0a7f446568b6262679da9e
MD5 c86df5f53ee517e5e49a1edf43753a0b
BLAKE2b-256 9f725eca649588f56aae8eb833e0349c8e036872b47aede07b91880c229bb17b

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 854e6430a6a2e659ef27bb98b8910302ccfbb44b7e7e25267c120679b4bffec6
MD5 b791db04282fe807fde317ec0f234f9a
BLAKE2b-256 e065abd9f1374291014d595625fe12ffe0f0d4cd1429b3a37ad00617de25b934

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f9f65ff97ccf9af211054c2a086565ab30ba474d892581ecb3635c80c1ff188d
MD5 85a9b3279d382db618336a60f5de78bf
BLAKE2b-256 a87868cd71f01064167471bc68a2abb63f31e8f7611d71667732ccd65ba46bf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6fc0d15ff85fa91e5e71c54a6b550a7ee298742c470e289e6d8bdbb8abc83c29
MD5 1b7a66613ae6d2c10244af89e49ec5fe
BLAKE2b-256 970e73fa79342801cac1c08c93220031f59f600cee75a53bff369738fe5093fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f2ecc18a9d5d2d8b02ec16123e965dc8aa148e26803ab0dc002d534ef6a437f
MD5 8d99cd01f9e690f11078eb2a5c0d3a9f
BLAKE2b-256 15f0443ddb8f3564cec6e9c2b68f089274948c3a22b6fc066ee73e0c039ab2eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lafs-0.0.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 230.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3f4e3f71845d7e3cbb21492753569633f5977e60557a8406b6ca7da4879eaa94
MD5 27c092c0f0a81f181c0403f2775c09d1
BLAKE2b-256 b57a1857cb3380524ad89d15a264b87f7da947beb4f9800b6a7f4502530d21eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: lafs-0.0.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 234.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6776a04009ea6ce63c210fa4046418e7fb6311ab23795af9eabc7d00fef320f0
MD5 1e90b606e9ce91092a57c8c53ba7d3ef
BLAKE2b-256 b43a1e9eb7b7df9a181dca4716551a0804a93a3fac1830d58e413a0896bf9b4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-win32.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9638c1ec5a29f0c78928b6f326855b45597cc24d3248dc2c6403c23580fad9c
MD5 c9ddb75d1ae8e0db3e1dfdf87139a909
BLAKE2b-256 ffa420b8273f5b7f58e4e7d348dfd683ceede4b8d9d69952aa960caf7609eb21

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e47a9ff1fdba9b451abea80a65fd567b18ad9bca537770fd285997ec8b5b03d8
MD5 04daca6978a23299231bb34f533a73b6
BLAKE2b-256 651851afd66da82903fb636ea5c51e6e0bde12d34b3d8b5cab30d73f7265d1aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6bf48678414fd4b4be414365aba0536f83e2ef98eb027bd439582b97dcd1463b
MD5 c44d645402f2264c59361bbe951a218c
BLAKE2b-256 669f3618f141b2c8dd5fbbc7b6d3ae3311fe90b31a4bbc99f40d8c96bc72e633

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0a6e222c8f809dcabfdd9a29420f457dbf5ceb0db2ef7a4e968f5756ee83a476
MD5 14baede28860af79ca47e683200e5e55
BLAKE2b-256 5159ac42602526e9f18636aaef80f0a54953b62d309727d6ec8c12a921d169cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24a40ce132c98dbb7eb75608378e64d2f829df24a69934a49fb0bfe746b63289
MD5 9cb85fec020b842cd2db4d66f543e988
BLAKE2b-256 dd9d1046937f96e8516b9eaa24c1b21f54b82f2ce32b8eab942d177dda84eb78

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ce1f4ab829c32938aff4840883ee3091bc6a5ba36dfaf3bf77b22dcb4cae48cb
MD5 e62a4650f667c644fc35e8ab36000364
BLAKE2b-256 bf9f52e0eaca4333850417558e6fcdb76f61e23ea47a8baf7a90200ea81915a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca7578b00703cffcfbb3a12a0dcc42eb70b4da8f34173d8cc0fccf2d1c48e6b4
MD5 8fb91c4203be6e15e0ed5f74836481a1
BLAKE2b-256 12a1ffb26f4c15f302bc572ba91384ea9db107d3a2375e511bb2ab24e5291d19

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4484fa18723cab259948122129e878a262e1e032a871b86b874902242bd6b43e
MD5 f3fd30d0de2ec8b1fc6a593f6101a668
BLAKE2b-256 6c5f18846ceec3e4b41a7182b1a1df94a45ab03d6675d610189ce2fc20df4f35

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lafs-0.0.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 230.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 abae722a6d1a79f46162635008db121337442fc23de73fb4a14792f0799ef6b4
MD5 036b3fac572e946bc020c90530cf7bc7
BLAKE2b-256 b694422eb3d163f962ae71489c2b9a540937030b471528929ba3901bc392feb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: lafs-0.0.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 234.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9c237fca205d03f3e8d6f4b0c924c7a80fae8f3e7fb3a95b192653e96c0192a1
MD5 a3965fcc34a669ddd4c570673b1d9a0c
BLAKE2b-256 a258e68454f6f2069a91407df85e4f79c7e6cf9fe0f0594e748eab71418ea195

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-win32.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cc7965d0cd7b75f63f39593b087606bd6cbb635d73354b1ddfb81246c81eaf4
MD5 8b7dcdad69ea34d0ec42fe61efa7e648
BLAKE2b-256 766c7445a184c5081befce19949edb46d990a548218a584544b7c8e34eb1c2fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d3c6b60ee75f38b16270752e5c334b2f799ace74be12c4c59aa3cdf7d0cf3314
MD5 cb24c092db19bb32a3cc6108c457948e
BLAKE2b-256 57d75a9293669dcd5d2eb138ce11b11c576bc3a5a87a33b62d6b37a164a1067f

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d7ea051c4a454a7aef22cd893b1a084a318c5860a44bfebe6c7f8b6fe61dce9
MD5 091b25bf377daa9b56ad552013097f47
BLAKE2b-256 62f33e15015c4a2043e5b75bdd66d8e2dcda220dca5702b076012bab9dfcdf6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fff2a03dc69fbff42c1f969d5e0e9014747a82629235159bb19d555c39b8fb74
MD5 72494d61740e60a0e259a570c1e526fb
BLAKE2b-256 1dd68e7fc2563dd76e0801e682b42788fb82be81d3c2f4d67c9d159d78653c33

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ee102a09e7af45dbb9abf26e5b0440b8ff6e294640cbcbba7e1e1c8d74a7313
MD5 e1948b478c3ec5bfe61850f1a868a94c
BLAKE2b-256 06f469137237aa52d98fe125b396ef050277340249b71a7117178f7753f55869

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dcc9592afb5eac71a6ea3e8ba6a0309e4cfd7dd19e6f3fbcc311eb4ea509cfec
MD5 68b819488d568153ac3798811c324023
BLAKE2b-256 6dbc7d30af6539e438bb6c5bc2e9c883d1fe415410c0f17aeb45f654bf2847f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f211b695a48f16827d1c1f29ad30240657b23c5f55e2ae23fc84d96691e842b1
MD5 698f2c8b1845e266c0d053be0f2d29fb
BLAKE2b-256 b99ff407f3cc23792cf08349ca56e5e9b353ec0e131294aba539f58af8a2fd5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1dacb9167cbca2018c71e27328e3355f8ac1f259a45de33c93bbbf022ffc54f1
MD5 736f565c7d64e1bce64e00ac0cc81585
BLAKE2b-256 a484029cb1cd6fbb50e27e7f8c09559c44a0f4f41bc8feb448f749c9659637ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lafs-0.0.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 230.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6bbf5ac4e69b96e7f21573224ebf673dd2dede8cd15d229baaaeae6922db25b7
MD5 3544d0ada96d699d02a4f54039fa6b02
BLAKE2b-256 b5bfb88a31dda4a28e0ed4d016b75cbe1816190b631a7feac7305725b2ac6d1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: lafs-0.0.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 234.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 55dbdfb424e1abbb4379d28009904b4f4c4909f08bff5e9a3319a671659bdeea
MD5 576edf68712e9cab8aacd09ae1aa99ec
BLAKE2b-256 34d168194078fb0e0690a646f17393e6d23324ae8fb394df7a40eb863d963c4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-win32.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4df82e46d1e6c96173d5f6d31f8ab44fd1cca2f4488b1f30d20653740c370f8c
MD5 6d79137cafffc14c381bebc67346f9c9
BLAKE2b-256 7592dc88314ccd11120ae33c7cc9917f3b747749671bd5f8ae90df73df6cacdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b6f0fb237a02459b6fe03c7d2d0238b18d1d01ea700098029df452390cd74016
MD5 9b8e4792b5277cafc4346a9daa0d61af
BLAKE2b-256 fab4b249d063d62c089a1eeabfb1b8f7ca9ce705b2221cab1dbbe792765713cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be69a93757e7c4766576a100bc4ede7f7d8e5f2889b79ad9acd05a271318bdf0
MD5 bdaf34b867881b00bb2aa0ebc113600d
BLAKE2b-256 f9f8f3c6255a57c57fd26554d8bdbaa48074cd913497d0cdd30bc807bb61db56

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bb085f3a806ea0b30116887a3d440d01a8698758d649101bade39e2e8e36fa1f
MD5 98c8508c99906b8b5a6e95aea7490d3e
BLAKE2b-256 4d155deb4f36967be1430582670fd416069572b710dcdddd80321edb6199c2a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2d92f0493a9d3d815b14c89ac852ccec695e51d31aa4e70256f381de919e0d1
MD5 f6450958d3d8abe9e904f151fbac7c05
BLAKE2b-256 e00ab82f9a6143608f3ce885c060a9924dc9d74795f4670f47191fe2854e1b27

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c86524c126ae71e5163dcda7af86499829d509e25af07ae2f7acd998e76d1667
MD5 4a46cf9098a763e18d12c264a14b469a
BLAKE2b-256 7184a1b7b8404747523bde17048fa27aee255f49b1589fafd7bf0f79214d0e06

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3428d3fa90418f0ca622d09b0dd24c630af4ea59d264d13e69bd847aa202d145
MD5 00144a7215b48ef8c938b30deccfcd16
BLAKE2b-256 6bb67a5a375dd071dc9e084879f4ba76ba8be680dff56577308b2bc7f741da1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 601846bb2aaa0c05f5f40ea50aaf3fc443de8d67991876c9719b1598f147fdfb
MD5 1702619f3352c82508b67cccf097249b
BLAKE2b-256 385daf6fea0dae3fb51002b9ec5a4c8bb3bb4a39d3d6ebc20f194baebccb3d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lafs-0.0.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 230.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 20d2295a63f10caa7f8d2d08a3dccadb1b58826d9310cd743b36c0ab5b419d69
MD5 ae1bd217d37b52ded9fa6073e1429609
BLAKE2b-256 57b6c2f8d73abbd33ac5d060030a04ff24b79881e22142ce5f82901a097ab8a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-win_amd64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: lafs-0.0.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 234.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b8610b9a3a951d5dd5391cbb4c1864a1cbff3db8cea1fb69e04d70e42cdedf77
MD5 cd2c15cf3ad1fd6cfa5384716c75571b
BLAKE2b-256 4ff149cf1291e32e1f680d1e289fd4ac208331d16b7a325dc9ea5edafe6ce951

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-win32.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dc8f1a75cdeb66e7848f8cf1472c1c2f0db8f5bea2d6ccfb953523861a005e9
MD5 26af7174e0b4dccf91edf645002b62f2
BLAKE2b-256 1a0901b5f6701c364e55ea716c0f86f3ae6756b6bf3aa325d236f22d91edd1ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12152307d483f2aa23bd6d9b987d2de40dda306969bb069c49f006c1ab583f7f
MD5 0be1229587e900b0ee64bf71cd046b2a
BLAKE2b-256 6d12ebb6fcb242acd9613b6b5eb0cc5380e1816d3fbaaadd0a6db57e17dd8e24

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9e7275a72e0964f203444e5c5dba5b877cbe13aac7231af82e2cbac383bede4
MD5 11ba6137282a196c9e233a1e2f58efdd
BLAKE2b-256 641429021b11709c4835a872514811bfb9ae4c23aded6b97f8ef045e34275bb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 035ee8a44823d2e190d0d03813be2d49ba1bc35206ce8ed5571cbc36f6e6a0a8
MD5 c00c8892be5f0e3751adbe7641cbd833
BLAKE2b-256 ab2046575792258417ac18d26428215ae55c2cda2593495bc2287b6631b80e3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 347b6744c9cb9a4b8bdf08d59055574d5294a629874c241a37f0a71c45335870
MD5 043a862aab6a9cb1b35d1e65b1f0c27f
BLAKE2b-256 536e3c69ba4860bdaed8de6c729005c04512554a4676ef47d4eea421e832bbf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8bdf0f9e0bf7528bc54aaa484d576b1a46c1152cbbd456885ef5b2753f4bb66c
MD5 eb6899be7a3f5056e8fa1175d90333ed
BLAKE2b-256 1e04e09a8299ba1cf5059c0cd11719e484b02868f13b34acda5473b71f494261

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c05186a193c19f55524803ef0bf6505b466002e7e358130dcaaa031343dc4329
MD5 c316e23a738b0b5cceb3e8c554e32550
BLAKE2b-256 c13bc1620c9601378944782b98d1f2d7ba3045ab2ecf0926a49c4da600ca0ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed8dc5d74a1a37cb271b268d5c6f9d685ea7cb0da8f1bc2de32ba7fed416c264
MD5 a26c866707d555f60cf7f0a3b1a4068f
BLAKE2b-256 f64c5b34160eeb9f8d28b3c7dff4a2c05394952fc345e15a6046a6e75b986248

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: lafs-0.0.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 230.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b26d993c2b576f1985a5eb747f57020b1c7369ae11e4937258d2c01f22152280
MD5 1f1e90ade147a8955ee26c626718e76e
BLAKE2b-256 92da9e495f7511a79ad13d82498fbfcfa203480a0fab45df94e8ee4b0ca29dea

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-win_amd64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: lafs-0.0.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 234.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lafs-0.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ec144ca99c5e7dc61a8506f2a6365b8259450392cc45914156bb67927871245b
MD5 cc006b7bbc0132e39deb97f9e5a8fc18
BLAKE2b-256 69c20a2a18ad2387cda571de9f6d6cd95b5f9bf86eddd71ef3140aef838420ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-win32.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c942e4fbde730e4b0b4f9dec1ad6798c9d5ea479bb076a2d4ad7468b7c9be878
MD5 64847df764167b38c2a8ddd18b52a09d
BLAKE2b-256 922d93d11ccc97bebb3efde30ad81f7f66fe8ced85b339907ee1a5d4f1bde3af

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a8f6a52115c30420a2c4f90a1f184520cdbecfb437e0a717d4887c614a429891
MD5 fe7c3568ccde7d854f12b91d636674e5
BLAKE2b-256 2f52f3325258d3baab47f5830b33dbdf31d6be9075c7ab98858b4a40f32d2072

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d868c44bd60f8dc388650ba5b7ea97fbf5d08ed776283d6f33c8ecb0cba2f1e9
MD5 1a1be8e58ae902876c8a9bf6e23c8756
BLAKE2b-256 5d904cb894dbb8535da6a6399c17c9e554b7cc8e31b8f260b4a71461149c2022

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b76fd61412d762ca2dfdb5657d13bb68817ba5a8d19ebff357f49c423e22b07f
MD5 fca14209bb6b22a85449d5e8fddbf461
BLAKE2b-256 777219d09ff58ec3d3c465fcd3db8b9a55c175aefc6254a6df55b4d9ae8c2cc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f646c92831f523e7f2bc0119643a8ef31f497d279efece4c61c3a5da2bc81794
MD5 484ad5aea49a926acb45f04b7e2c75b8
BLAKE2b-256 7a63d65fa03377f509e2e49b94523827b0890a49596a1905fb13ab1df0477335

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on crwood/lafs

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

File details

Details for the file lafs-0.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lafs-0.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e21b45990b2baf5bf461d47e47c1b4c7b6a8be1b10dcce35766cabc2349da08
MD5 01aeb594c48e9fd5d62489c03d587c3d
BLAKE2b-256 5f7b012f0fe970f781909683a707bff925242bee8581a079817683608821e612

See more details on using hashes here.

Provenance

The following attestation bundles were made for lafs-0.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on crwood/lafs

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