Skip to main content

Sorted L-One Penalized Estimation

Project description

sortedl1

Tests PyPI version codecov

sortedl1 is a python package for Sorted L-One Penalized Estimation (SLOPE).

Installing

The current release can be installed from PyPI by running

pip install sortedl1

You can also install the latest development version via pip by calling

pip install git+https://github.com/jolars/sortedl1

Alternatively, you can clone the repository and install the package locally by running

pip install .

Installing from source requires a C++17 compatible compiler.

Usage

Estimators in sortedl1 are compatible with the scikit-learn interface.

import numpy as np
from numpy.random import default_rng

from sortedl1 import Slope

# Generate some random data
n = 100
p = 3

seed = 31
rng = default_rng(seed)

x = rng.standard_normal((n, p))
beta = rng.standard_normal(p)
y = x @ beta + rng.standard_normal(n)

# Fit the model
model = Slope(alpha=0.1)
model.fit(x, y)

# Print the coefficients
print(model.coef_)

Contributing

The backbone of the package is written in C++ and developed in a separate repository at https://github.com/jolars/libslope. So if you have any issues with the package other than such that are specific to the python interface, please report them there. But feel free to request features here.

When writing commit messages, please use the conventional commits format.

Versioning

sortedl1 uses semantic versioning.

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

sortedl1-1.10.0.tar.gz (165.3 kB view details)

Uploaded Source

Built Distributions

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

sortedl1-1.10.0-cp314-cp314t-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tWindows ARM64

sortedl1-1.10.0-cp314-cp314t-win_amd64.whl (902.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

sortedl1-1.10.0-cp314-cp314t-win32.whl (715.7 kB view details)

Uploaded CPython 3.14tWindows x86

sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (752.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (687.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sortedl1-1.10.0-cp314-cp314t-macosx_11_0_arm64.whl (554.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sortedl1-1.10.0-cp314-cp314t-macosx_10_15_x86_64.whl (635.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

sortedl1-1.10.0-cp314-cp314-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14Windows ARM64

sortedl1-1.10.0-cp314-cp314-win_amd64.whl (893.4 kB view details)

Uploaded CPython 3.14Windows x86-64

sortedl1-1.10.0-cp314-cp314-win32.whl (709.1 kB view details)

Uploaded CPython 3.14Windows x86

sortedl1-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

sortedl1-1.10.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sortedl1-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (756.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sortedl1-1.10.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (689.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sortedl1-1.10.0-cp314-cp314-macosx_11_0_arm64.whl (548.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sortedl1-1.10.0-cp314-cp314-macosx_10_15_x86_64.whl (629.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sortedl1-1.10.0-cp313-cp313-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows ARM64

sortedl1-1.10.0-cp313-cp313-win_amd64.whl (873.4 kB view details)

Uploaded CPython 3.13Windows x86-64

sortedl1-1.10.0-cp313-cp313-win32.whl (694.8 kB view details)

Uploaded CPython 3.13Windows x86

sortedl1-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sortedl1-1.10.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sortedl1-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (755.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sortedl1-1.10.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (689.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sortedl1-1.10.0-cp313-cp313-macosx_11_0_arm64.whl (548.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sortedl1-1.10.0-cp313-cp313-macosx_10_13_x86_64.whl (629.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sortedl1-1.10.0-cp312-cp312-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows ARM64

sortedl1-1.10.0-cp312-cp312-win_amd64.whl (873.5 kB view details)

Uploaded CPython 3.12Windows x86-64

sortedl1-1.10.0-cp312-cp312-win32.whl (694.7 kB view details)

Uploaded CPython 3.12Windows x86

sortedl1-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sortedl1-1.10.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sortedl1-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (755.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sortedl1-1.10.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (689.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sortedl1-1.10.0-cp312-cp312-macosx_11_0_arm64.whl (548.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sortedl1-1.10.0-cp312-cp312-macosx_10_13_x86_64.whl (629.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sortedl1-1.10.0-cp311-cp311-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows ARM64

sortedl1-1.10.0-cp311-cp311-win_amd64.whl (871.4 kB view details)

Uploaded CPython 3.11Windows x86-64

sortedl1-1.10.0-cp311-cp311-win32.whl (692.7 kB view details)

Uploaded CPython 3.11Windows x86

sortedl1-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sortedl1-1.10.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sortedl1-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (754.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sortedl1-1.10.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (687.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sortedl1-1.10.0-cp311-cp311-macosx_11_0_arm64.whl (547.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sortedl1-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl (626.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sortedl1-1.10.0-cp310-cp310-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows ARM64

sortedl1-1.10.0-cp310-cp310-win_amd64.whl (870.7 kB view details)

Uploaded CPython 3.10Windows x86-64

sortedl1-1.10.0-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86

sortedl1-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sortedl1-1.10.0-cp310-cp310-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sortedl1-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sortedl1-1.10.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sortedl1-1.10.0-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sortedl1-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file sortedl1-1.10.0.tar.gz.

File metadata

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

File hashes

Hashes for sortedl1-1.10.0.tar.gz
Algorithm Hash digest
SHA256 dd037b3f7e0e83a6f1185d31c6c12db7699f437bfdd12dc40cab740b8912d379
MD5 1065b69341e597416c00820d96254f00
BLAKE2b-256 63a213fdb2930942222224a083ad9bb5f0926eb67403f07e977701bf4e615606

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0.tar.gz:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 62b08df1065b04696036f94628c5ba6e8ab441374d032f6f88bba6a5363353b5
MD5 e7c189ae892a95013dc6b5f4a1ef5afd
BLAKE2b-256 f49ee59b85c272b9b60e317f21fda0b89a0d5e0cb4a580e450676ff54743f4a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-win_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 902.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 10a4f7ad0be06c7c3452f3f9dc67bee07dd75cba70da193d1b75c9dfae26ab5e
MD5 473a7179a888a6c42f64b570a9662fd3
BLAKE2b-256 1c570e617bb194d579d85cdade5977e57889cdf021cf0e243645f02b6777bf21

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-win_amd64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 715.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 cbdc61c016fe3212f5ff88919633280b898937b12619b84f1cd9769756d06c6d
MD5 285038232e735117a892c1dbd0dda3f9
BLAKE2b-256 7d7de671b11d987ca44751b858d58e658387c451c35944097a32fd712d9345b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-win32.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40dd136f76841d22c94674d67ccb0738a785e5dabd2fb13946da7803234c5f2c
MD5 68ed91e51da2ae36017bc761e3ab8881
BLAKE2b-256 9a7a3d97e291f37e7c267bdf005d03f059fdd555e69248fbf75251f726c3d946

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2225504ef919bb727c5d896a198386ada03bf3cc3875a26777e4c1d3b489f47
MD5 f5584290081c569d5e11dca26dd570b5
BLAKE2b-256 7a53fa2621243095ab0d64ef92d80adbbd7b5a5f82d135c87ecb09f1dcd2e3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1821b47c25667849315e9920803b20f8c2e6a2a59a2611ce6f0c45434e1aa8d
MD5 cad54dab0bcea00aab5640d2c2822276
BLAKE2b-256 f7f3b1b74d3a7b6cf6742c56785093b3ccf14208042355a4c17d4160e642b13d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ab89fe3056defccd0490bdb1409b42c0cb34e56f17afc7e56efee9b33294b77
MD5 ddf0eab9a25dbfecf08d2310d3e2082b
BLAKE2b-256 e1411c6e00491d07ab3af0d8e462dff5fbbc103f30067d903963dd88e191cd44

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01f6193220ad0ca6b23deaa185a215554200643d243ce79d1f59370f24db779c
MD5 465471b20aced250e6134466c403f46f
BLAKE2b-256 53a6ba57b25eef257f8adb1b3798e63b231284b3c1509c66a5a205be78228413

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3eb18d6bbabd90d829ef502d49bb5bfbbcb81e0eff3e8ad6a41c2e7fc0544bb9
MD5 8d7dda43b9707daea1015afdda7f0b14
BLAKE2b-256 2b3e723496c388c840ca936fbfd8f891204484c7885f3802a902f4017c61f859

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d0bfbdcde3818b5cdce2488d0c443c4730f029a1f6cee3df6617f91bab6e17ad
MD5 b61e54fc879760f10c2d5e153fc4f7e6
BLAKE2b-256 7e3b9527cf747f0beb7355407496f48b7a901f1a7dcd98eee3334947d67c9f32

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-win_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 893.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 46a753bba886ef39f30cad7aeefc83f7c4291f5b6284d1943647b8f8efe14256
MD5 f1721848b9e3045ced3248fa1e35f9e7
BLAKE2b-256 45dd0b4489a0c3975b22cbf307898a105077f31c535c74bfbed2af0119b9607b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-win_amd64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 709.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 749694d4cab548b6d6bc9abf4a9cfc98f19c19948215a55cdaec568ac9d7c7d5
MD5 27035290c5d81faeb7946b3bc5c98cb7
BLAKE2b-256 5800163c853abb8ae6c54b67aa00f36c9925c48667c85ce13d047b70e99c12cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-win32.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 547a5a1524f0a32ae53e25ee8e1a79b8dedf2b55a73c7cdd70ea24fb28fc3462
MD5 b5db3172134b851bfb3c591c4ed04367
BLAKE2b-256 1b3d0fc4bcdc560f491d1f58a76a28d389b83ffe4983584eb9e426c10dc30e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c22a29136adb4388b4d8bf8d5a8aff966c2343f56427ea75fe7a4185ebb0688
MD5 d61209a29d5b6768f32829fb3ae62856
BLAKE2b-256 f02bcdbff2d6e455beba18ea690330640623332c39565f3c5af06360c302cda1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85ea54fbb70d9902eca1a3b94bc052a0df1095cc140473038ec0764202c0d4f5
MD5 22723cbdf284c30e7bf8dc9b6ac508d8
BLAKE2b-256 69fbe90c23e0c2f3c848c14cd926e1c9be9e99cf188547a780856a91150bd9b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 040f9e98c1d688fb7209f87bb97f2a92b1863baabe60a568c7b3ff01b2a9f03d
MD5 bc27636ebbf799c07044b4e694c2d4c1
BLAKE2b-256 d44e51c56b6721f265224709c1aebd7db3cbfab4e96119d9420e24a746ca6b9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87f126200f7d53ed24d06ff53412bf3e20cd4d4cb6fac0cebe429eb565ca5ae2
MD5 2c175a1dde2ff4b5acfd0acd6ba3e04e
BLAKE2b-256 d64b5060d6c80a9db166f14314717c870e62bc8ca9a2e49a3da56e1f14edd91c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9b6dbec57a48951d500dcbcf7d4530091a4b08d5f5de26c47d1f2f0093f79b1d
MD5 31fd73e687e73bed4374d1baf6717596
BLAKE2b-256 09e538f70ba4cd9d4ea6ea8e182d97e0bcd832115f3e6d9928638b8df5dc8001

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 468ba9da4afb416dc8cc274cb0bb3a95165b6a672a3c2ff3be667de4e10c2b35
MD5 f29c3ecc582e3a042acf1322fa94b979
BLAKE2b-256 7fbaa8cf366fcd30b85366acf18fa9deb6ee4bd2ac0b998c5d3e5b480809f8b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-win_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c17954d6d4cd3f4d98ee0f85a242629eddd44c8dd5f61a29c1dc485a46597a2d
MD5 cae423396e641cb6e78d55c11e58ff3c
BLAKE2b-256 9269d745bc153cb5f1b03981438ff3897700e3ad430862e2fb803115789b502b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-win_amd64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 694.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 sortedl1-1.10.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3d70c76f30365b8c3d525cc835ce9ffc2833a08ad9be082e79680049595c964d
MD5 675894f2f04b0da232a7e61ab26fb98e
BLAKE2b-256 ae956a7f5aae7ead88ca5db814cd58ddaa3ff3a06d8d9631140a611e65d38bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-win32.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d3fb859d9d83d3d7e2b15ed030edb76de3eee567068868e3bb431abd5447a6f
MD5 a1c4fe105ecf21f9877128a767b15eb1
BLAKE2b-256 671714e9ef31ebc0902ddfe5a8c067fb89139793ec21a68cf208cd14786dd23a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d584519bce40bef373ef187ded27eec49900b029172a7c5f972f9fa35b83b3b9
MD5 fbacb25a718e4bf1d29829cb8bda3161
BLAKE2b-256 06628e57042a1071d282d8447d8a70a007463593747916fc564a7b0a6728a4e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0028c8dfa5daed10edbb2ebbbf9508381646da99f2736201e7017a780a4d76aa
MD5 85ce685742d4757be4de7383abf4b533
BLAKE2b-256 80fcf373824fb31ae4f209f40e90272f3b64bc7d970c9835c3679a8e0673e89f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b25abab30052b822672a784682d5d5599cd956894bc970da3b69a011229f529b
MD5 0dcae1b668c9a0e441598bc63fe245cc
BLAKE2b-256 f1b7637c74763e025832414250bff08135964d2b48f2129a0bbe39ecf1dbf37a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14d476d24ee11410a76cea30a10209d1cd6b5aa14138a0baa7a3fd6270c28b9c
MD5 8f0adcb12e2e843ebd755e787a0175da
BLAKE2b-256 9f919ae882d49d2ea2ead43675e7f18ff724e3d06d3474a2be5261db978d9feb

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fe888e4ba35a836073363545093300034276039c690e28e6d518af540ef52084
MD5 183fb4a2b2cca065f24dae1bb7c29a26
BLAKE2b-256 e1760023f17482a40f435b197e5a1bc451d032eae4a1780857f486bed03cd436

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 dfdb0d005a34dd6645a8df38c578a15e99c12254b3b66ff4720382c4f3592ac7
MD5 3fcc01f0c0280c52f13cf88bacc0d012
BLAKE2b-256 ce458de5e1bcef0e1aac07ab9f318897b6a5b667abf9e12220cb4fa458d6b05f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-win_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 873.5 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 sortedl1-1.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5b78738c869eae6a770bf74a1ab127bdc32ad804f366fe3f1dc534ebf6e98261
MD5 b862f5a603e47cefca1c1ae7f8d5e7ac
BLAKE2b-256 15401946e80cf88b68a195b5fee76eafd29a90e0ae2f9239f43556edb4704557

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-win_amd64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 694.7 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 sortedl1-1.10.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5b6b7369599e2e9cc7ae64b65bbd4f03e69c6b2b79654dde4fe3fa34bd0e74e9
MD5 21c9c0f2d0e5f445773804d7a06be0a5
BLAKE2b-256 b6658bf28e2bbca693108659e6c61785505d0467ffc36c78ea1142a74cc20bc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-win32.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4db258cd4f6cb43bc4e215b8153710460a5eff5fd285a7060484beb05b327d9f
MD5 5a0979867ca2a91139ac544b59e3800a
BLAKE2b-256 0ebcf1ebb79ddf794d56a07187c87d9f11a6ad215de7fa22b08aa1122c0f62a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69cdcd2ed8bd73768a34e607dfb716106c0c7b10a7aecaf777d11313abd0e1fd
MD5 61964a763d7d726bdd31973cce6d8b93
BLAKE2b-256 6521bc8fce4ab66bb31a148ba011d5ec2b264d5b25989d0004b50ecfadae8313

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f027b1e43548a51fce08f54812ae6aee94424f361f08203f01259dc969640d20
MD5 730d2d06bfb2281a6572e2b4dc669006
BLAKE2b-256 38268d5b8d3428e89c18eab875380cdc780c3c75416c638aba8fae97912794d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4af359bd723d067690a02d9424990b472f43897d666a7e5003ae74d7c50e447b
MD5 540462aad91f9e605230d639f153c66b
BLAKE2b-256 093af9f02a6845c69cfe653af8a40662dff95f662e0a578f050ca1edc385e2e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 adac097bad0c6fec66b9ccf98962eeca6472d215bd35064c354802181caf85ca
MD5 c50cc0a31131f64055a22d61e1c425d3
BLAKE2b-256 35c54139e2fd6871be7b5f226fe1acc368d1894fc1c4cccfcde38a2cab67834b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc9513933276229827d7e7e88c3e217781b959759264c4c8ef1b132502a34ec7
MD5 fc5aafb64872e337501798a4bd089994
BLAKE2b-256 4462c434a61f5e62d6af5a947c6642346512371f73430264a0096a1dbe962b9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 87b157e06462cb7fd166c265d917b5f72a3e2ceda881b72326af20a6a7af703a
MD5 5c2cbc44ab33573737aae8e12f0439b6
BLAKE2b-256 c1bf6f37c49fe97b800bbaf9102e100917eaff68619803dbb3d6ae395c3c05f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-win_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 871.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 sortedl1-1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cda354cb60b8a262b8e111f1b7c909b9a78a731766e4598c8449a95de54e2e6f
MD5 6a987d8d22fd61f8be7bc1d0560bed70
BLAKE2b-256 89ede9d94518ee371eaa84565f9cd1a3e32b9fac9400c7de99ded96b2d40b167

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-win_amd64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 692.7 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 sortedl1-1.10.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 aff7bd37bbcc2fe3af60545a29a01fd20f8c5092f0dfc86d4a2471e78e3bef3a
MD5 af50ad2d6bf071ec251839019aaaeb0a
BLAKE2b-256 d631c712d038757f1af04f9befa27db062384196ab576f7f302838c1017a43ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-win32.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67328dd35206fb6cc7cfa8f538abe57fdd9d441b61650a604c1445718bee157d
MD5 97a3ca1d80c0508b9761b8f51220342b
BLAKE2b-256 6b8193c7906e0b3154aa09c3a3b6656514e8df049d08d1e03b65abf358a604c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d50b4d7b500fffce4c7b60828ab5d0ba130e6930c188d8b7456fa81d2f5e7241
MD5 16d327a3d8d3f21c1c91bc485a8e43ef
BLAKE2b-256 0ecfbcdfc89e831812629a96218daab46285d6abaafc8040fc976f135221eb4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e10c6b550c804c42ad5be1fcfe91e8d10df387e87f382623ffff4447808ea1ae
MD5 40c070570da704985fc491f683746e86
BLAKE2b-256 9a840701d494d4473eb1880e8acefef50e291fc02f21b5146aefc33bcb59c727

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28c42a9aaa9e47d5e6de214bdd8078e07fb3e93539ab1e18faf4801903a6bffc
MD5 d1abc0372f9fb461b899f3dcde5d02e8
BLAKE2b-256 d00ece98d5df17ed4a26e66c7022d30598b5d1015e61a6b317ffbc6eb22c46c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da93c94f414fd068067681d5b0f84d203ee1ddf9cd1606cab5e3342e964bfab5
MD5 5142805e0f3338e55eb85d633e1dff6a
BLAKE2b-256 d6f9022bd1ec23064817bd1ed7841becc40dec6456d244380b53683aeab49e00

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44536a6a175c8f2510866670637496002f0ae35c474c7ea2697242f2223f1082
MD5 aef36d3b517ccf66b08ba3e559382b92
BLAKE2b-256 b950513267e4a5bddc2aa1b20fa105e22cb2787a5d07c8556e7cdb5620d87d7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a6ba056e54ce83b6f18d93d4eea076f0205d60c33d57c8f6fd022b172be05623
MD5 1e0b6e6956fc7bd78fc7a34b3adcb69d
BLAKE2b-256 bd90cac0cfcac4a1e247d0cbc19b1d4dd003fe406f41dd37dc8003fb35fe7771

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-win_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 870.7 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 sortedl1-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e7f3014057bef37f83f3fb5334dd8834508d22253eb4fe271d5c0f46ec4728f
MD5 35fa3f472e38e9e788244a6b87ac142b
BLAKE2b-256 7c1b20ce3e1262387c8f9b74f1590c56b4b23dd07f5c9be752b390288a97b867

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-win_amd64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: sortedl1-1.10.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • 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 sortedl1-1.10.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 128bd71c64c78fb0f0a2739738ab085d353823c4aae9e9dca7fc9219762bc632
MD5 40e5ca7e1b9cb6bae0b127a3619037cd
BLAKE2b-256 0e97831bd6e817bdecfbb8914d9c47353900d97c32eae72bab2783f36d0508c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-win32.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25f5f0f7632116fca39b5cc1d3f94731138cc54e43b1e38e8dd54101ef32795a
MD5 ead08402417a41ab60f225bd856504bb
BLAKE2b-256 180585bb0833d1e8965c974b60d9296fc56b69dffd51755545b6d165171f87fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09f9e1cf9756007a1d9efce4b17dc111bb6f43968f8c854a451dada195a5a302
MD5 91db9641cf12097eda8e39306f01b5f8
BLAKE2b-256 df9d940c171eaeab25423106371e37362c9a717d155581f2eec7a712134840c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15a85602f52c3ed2a3d00395c242dec76620839798b8210c7cff8c8e28219ced
MD5 347ff6d2e3c4a7092e1a419ee0a9e3a2
BLAKE2b-256 dc4192f05f86ced5d667e001051c9d0ad611749e3d1e480be53bfe9f251e3a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e47391d505fee1b135818db3723976841a5427c72ba714bf9d1ef49741d2f5d
MD5 ab0828a935cd2ab7503e1e6d2f81ee39
BLAKE2b-256 94cf7b12c39bb31d8dc05ffc2705a8644356c23b3c9427af6eaadb5b8b9ddd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83d0e41a50ff37493782272784e25b12e430e9226268fb4fc76bb63d89ea2f3a
MD5 3e2d600caa8771b513b006e7413c3f45
BLAKE2b-256 cb73c71c47723991221eac2b4c9452759437b8256f791987deee3704c0d4aca0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi.yml on jolars/sortedl1

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

File details

Details for the file sortedl1-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa491e639eb2fe5a716ab7c22cff432b26aad00675a200f32078ee5c575f77be
MD5 9e32511809247bfe1d2c5a92b8e9bf99
BLAKE2b-256 17454e48b9ab2ed205865a470f102192dae8e2a6f8ad4d3ec89b0280bc22a9ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on jolars/sortedl1

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