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.11.0.tar.gz (165.9 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.11.0-cp314-cp314t-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tWindows ARM64

sortedl1-1.11.0-cp314-cp314t-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

sortedl1-1.11.0-cp314-cp314t-win32.whl (1.7 MB view details)

Uploaded CPython 3.14tWindows x86

sortedl1-1.11.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.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

sortedl1-1.11.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (753.2 kB view details)

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

sortedl1-1.11.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (687.5 kB view details)

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

sortedl1-1.11.0-cp314-cp314t-macosx_11_0_arm64.whl (555.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sortedl1-1.11.0-cp314-cp314t-macosx_10_15_x86_64.whl (636.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows ARM64

sortedl1-1.11.0-cp314-cp314-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.14Windows x86-64

sortedl1-1.11.0-cp314-cp314-win32.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86

sortedl1-1.11.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.11.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sortedl1-1.11.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (756.2 kB view details)

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

sortedl1-1.11.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (690.1 kB view details)

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

sortedl1-1.11.0-cp314-cp314-macosx_11_0_arm64.whl (549.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sortedl1-1.11.0-cp314-cp314-macosx_10_15_x86_64.whl (630.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows ARM64

sortedl1-1.11.0-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

sortedl1-1.11.0-cp313-cp313-win32.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86

sortedl1-1.11.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.11.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sortedl1-1.11.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (756.0 kB view details)

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

sortedl1-1.11.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (689.8 kB view details)

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

sortedl1-1.11.0-cp313-cp313-macosx_11_0_arm64.whl (549.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sortedl1-1.11.0-cp313-cp313-macosx_10_13_x86_64.whl (629.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

sortedl1-1.11.0-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

sortedl1-1.11.0-cp312-cp312-win32.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86

sortedl1-1.11.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.11.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sortedl1-1.11.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (756.0 kB view details)

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

sortedl1-1.11.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (689.9 kB view details)

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

sortedl1-1.11.0-cp312-cp312-macosx_11_0_arm64.whl (549.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sortedl1-1.11.0-cp312-cp312-macosx_10_13_x86_64.whl (629.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

sortedl1-1.11.0-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86-64

sortedl1-1.11.0-cp311-cp311-win32.whl (1.6 MB view details)

Uploaded CPython 3.11Windows x86

sortedl1-1.11.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.11.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sortedl1-1.11.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (754.6 kB view details)

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

sortedl1-1.11.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (688.3 kB view details)

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

sortedl1-1.11.0-cp311-cp311-macosx_11_0_arm64.whl (548.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sortedl1-1.11.0-cp311-cp311-macosx_10_9_x86_64.whl (627.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

sortedl1-1.11.0-cp310-cp310-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86-64

sortedl1-1.11.0-cp310-cp310-win32.whl (3.5 MB view details)

Uploaded CPython 3.10Windows x86

sortedl1-1.11.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.11.0-cp310-cp310-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sortedl1-1.11.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.11.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.11.0-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sortedl1-1.11.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.11.0.tar.gz.

File metadata

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

File hashes

Hashes for sortedl1-1.11.0.tar.gz
Algorithm Hash digest
SHA256 ebe21377c0f22a8a31a443699ebbbff1845e3ef28b304f2a3cf41e5f1b453a95
MD5 f47147d4040fe2e25178e96fb16fbff1
BLAKE2b-256 179841512cbcd139f1da1eade765e897ccd6b0a53c0919d81751e3d5a79785a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.11.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.12

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e33d20ee7795a853eaee354f3bc14a4234da5395094bd932120ca15b74df303b
MD5 bfccfcfafe73abd01bfae979a2411293
BLAKE2b-256 f4033a420afc73cc10bb99a16f962af89b6ad1ffa6c1aae32d54adf309da49fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 43b81f31cce6592fffd4ba56989fca68d2ddd9d4f1629ae3210eb4c34b99260e
MD5 96b638d41538eaede5ebc534f2956090
BLAKE2b-256 9931b94b4e3785bc519039e2b3e8246e58134aef5df53bce68be9986c29d30c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 48785b656789e6ef663540a55e98937d1a14fcbb7d8cdd3ab56f3080f6093ac4
MD5 82aa5b5151626452dc703a8542ce950b
BLAKE2b-256 bd431d8c35ac9d30b11df0fa31aad5b6b807e01b076ef30f7c802ebfeca84fed

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc459ad14d7509d6a09ab67989cfe4f1d6ea41665a6ab5f010343cdf7342e3f9
MD5 a9d641bbf3cfa6593a297eb91e870197
BLAKE2b-256 a2a372fa0c3b90140ab42860e1b0621e49ce62129030aa2a270fb8f88d023f19

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e49e50dbefe023e148b06b64dc42314c44d5c8a0ecefdbe86ee7d6feb60db256
MD5 51386e11f63b73896c7e0a2349b194be
BLAKE2b-256 fa7283306825b2c7fbaeff9aac8305d6566825e3ed1b86d3ff69ea97337272ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 beebc5194b2abe94616683a951106679fb76e614d378b46d33cb33e19fffec48
MD5 7314f2e07e0771efe0ddec5948e863d1
BLAKE2b-256 f2417dd3886f2c4b9d1f2067aa8287f26ad6f018be9c42ffc2321b14bfdbfcbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 364168e6b33910cf1c21a5a4020c1b34c6afc5cf2616f5a2c10be8449b17faae
MD5 34416a4d5ddd867fef8466e4a43ae7e0
BLAKE2b-256 7e608f423864b25a0fc7e148cd246dc2397203de07953913ac54badbb67e1ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08abce09f287c4e76061bc7f52b07ca0cf0d1328188ec3384e953ace23ca5da4
MD5 1b001b1af280b783913833f4a3e483f2
BLAKE2b-256 d9da897c1ec78bbc6162694cb1eea4dcd64f43e9d1cb886ac32e53dda5234d48

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6320087f878365e5e9cbabb5d02e2d0d052ba0f001b12ab55f07e366dbcfe757
MD5 2ad4aa822ccbf3aa856ca288ec6c6bfa
BLAKE2b-256 7b02f1ca56bdbed364f1dace4bbb1da5db928878498c79f8f037056388138439

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.11.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.12

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2a53b859a3750dbae8c3e366446e4f6dffdc254eca3ffb2ef1b80c144c2583ad
MD5 c979a513bc7e30b30cb1939a7ef26116
BLAKE2b-256 ad1f4ea16cb196e2ab3540f5005a70efff94e3730720bbd460e28edce2410bd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 accef11c28d5ecfa359ab9fd8222453a8a5bec2f3605f4723ebbec138fcbd0d5
MD5 2fc9b05dbf52cb8dfcdf60714672198e
BLAKE2b-256 1fb19cdef38a66a571831b4e3030d2f2f78914e10a312258db7d0f332db8e89c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6fc76f415c317c0a4e68ba2b82df18cd0d61c41af70c22c53ea2af382ca0f0c7
MD5 64027bcc9f33a11fa05ef9f437b65975
BLAKE2b-256 38d37477c8eadc8dbaf7c228a7ea0af8f8ff480854bee5186b08559363f468a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42e47f5bdece3b5ddea95f2258131b9cb24f9c424c65ca66f9ae4d9b317ed10a
MD5 628827e16a8171bc9478bb888cd7d8a8
BLAKE2b-256 85c61d4d0a4684b5f2f6505e35aecd08c9c977dd04580956474e6b3e1650200d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccc2bc8662d46f49ad7c2e7ff483eab549b983b32d9eab0b23bf452e37496614
MD5 8e0c97519699223e706eab9414104d76
BLAKE2b-256 b2ae0177956207b7dde076a50a65c2bd9113b85e2dd9b0984ebd4d7b3acb9078

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5796ec723eb5732ff90c8e0e30dabf0ccc1c05c9dd1549774c8392a094f81214
MD5 108ea48599b1e347b0c9d54191ed685b
BLAKE2b-256 4001d9d7531cfea029a1bcbbb22ffb400c07d7b245d8e46b84c5ed2b5538243e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d7a9b43938195ad207228f312d07729ce6b5c7c5c951a6700ef81d9fbe54cb7
MD5 c76b8ed60b20aed42db1ee296d15391c
BLAKE2b-256 bd03a5ad7944907fbeb9ff54fc28072fe6c37a17f1c59d03d0866639880a31d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67ee2f179359cf2ac01835049bd3b6f823a83173976f542d97530e6dd238c20b
MD5 3afee0f5c2b49a3daa5560eabb00b917
BLAKE2b-256 be5f283815e4f53013e90c18c537cd734b896395bce13fdd4c0262f116674edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6704d3e4b258b096800bca770e258b29d5a68162fa0a13b75f97c6537737a686
MD5 add4204c04fc5c86e163256213ac88f2
BLAKE2b-256 73f1ada927d8d7c3dc98110cf324098a167ac18fc09a1c6ce6a79e8c6c5d39d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.11.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.12

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f20e14c1b146d7c1c3c7ab7816aa25a2fc627a0fbd83c691b2b93bdafb789a74
MD5 d07a77c79e5705ccd1d1beda8f58b6cd
BLAKE2b-256 84377c76b6c93620f4c16c70726e84d7cd9e65f53e01be55f5368abba5a42060

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b07985f6de1abb31c5996be1076e19a1fc218b83176167a63c2200ee90ac48a5
MD5 f38042abec33466afb9ed3fc0203dfb4
BLAKE2b-256 5ec09b383bebc0bf463ccc045aea4906d8f04da3a741d1d13eede15333bb78b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 241808ae0b79333911ad43ef02af424a452de1e08934545cc243a92a5c53a40e
MD5 962059f968c34f8d2e5db1770e94fb4b
BLAKE2b-256 96d50454f6645b63917cd1fa97cf8e83546109a365f180d9de4ceba251c1d7af

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4048f7010d9e1c47dd51e878873156fdd1cdc47d469bc056d121d7362e99e39
MD5 c4107c9ec61e36f438a54916b2ea9ac4
BLAKE2b-256 461a35a7cac5c2fb71587c690548eea5782289277846efcc3e42f1b1c4e6728b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eed23a8da2626f8957a0393954f13cff3534ee41dbf412c83cb6cac4a853f97b
MD5 986b0584ed6a45da113737f658f2ed98
BLAKE2b-256 339da2bed3cb3233a84a4817f6afd659db6d766036373ab3a9a9c4401e6a4da0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbf88160148eb898b6fa9a440fd0d6b981b857dd9bed366103d75aaca98c2a08
MD5 c4da11942a8bf2ead34b9bef389c0b3f
BLAKE2b-256 b84670efd0cc819babe56f0519ed35f9b0f86ca11b4faa2e347d692dcaee1d74

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8363affa0018b0c91f8cf8423fdc6019c965b2ad6c8306f04874e4b62c01708b
MD5 48f6a2f6c3f71a7a119a1028b8be0453
BLAKE2b-256 2e233de3c55167a71cbc732cca2a8b531175118bb9727507e3ff7247fa795c27

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e92e48e0bc6acc6556161ff62827a88981dd60facde2c0054b2347f2f89f59c
MD5 1a6da15334442f7316c0b31eccd7d64d
BLAKE2b-256 9745d20403d6b2cb81e348ca7868e0950fef01f0028ed5cc40d13a0b790c0d1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5985ec78dc77bfd7efc61b38ea04860d5df22f5617cd0e5c2cf4f4b570c8d2b
MD5 c5e7db1ac26ade370d19e3e6eb77a0ad
BLAKE2b-256 4bb4fc535c766a914c07aab95af8b3b916661bef6803540612a92d68a4d0eadd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.11.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.12

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f69427cca7a56ed8f8e032b35f723c58913e9ed3ace642bf344d02fe906d5297
MD5 4ac86978e7fd776d98e4e2ea66c3c745
BLAKE2b-256 affc8198a956d67e923669dde3c0633e7f712b66d4c64926ff48f6c8f9dd88bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d1809d1d0ae2bea29aacf6a5957e50b5b07188a1dcb51c7544089ef692a1a4b1
MD5 2d1aba37081a73a0ec21319210f2cd3f
BLAKE2b-256 cff7ea202292cc38620c5b12a1cb8f655d56f441ba395a1b803b173464d96bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5d9c01f7bdcd5ee9f5a5cb0b3c3f628f01f1449b5ef16428ea914812fcf66238
MD5 78675c7660541ae66e4720c5a7953435
BLAKE2b-256 4d3915ba12d022f38561eb7323a664238882adde9ed89af578a8f6c97062d850

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49430c1875202d16eacda24c3a4f031f5f3b2f4d16fc8e7d078623350bba4c5e
MD5 baf99b9082a52aa67c72f4cde000da9a
BLAKE2b-256 27959fb14fb05e24dd99620a9ca56d05f678add25df0f58ca8b4e0abc1bef565

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e13bc5c5af14be9c23023a3d6823ddd15b60f73828fc41b97cb7d3a4c64152f
MD5 ae6637cfd0a7bf3e79e22235ed65e030
BLAKE2b-256 f36a547b6d2f0dd2c59ddb3ebd72cdbea5f78f49f564be58ccec406f737ebcb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8bed2a096ed621e65fdd3d51bb69414fc4f92f842aae015343fdc7fc0d1c0f5
MD5 6c9bd7f5dff2b745f22e261338a990c7
BLAKE2b-256 0f25f00b1ab3c7c6897fd11e91eb342acc5539bf3d3f7e2891b3d4e69654b369

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff141c317a4fcf2c018d439f209663bca2465c961007d4bc983bc18d85a94c70
MD5 a74683401efbd86f729db6a769c7d2aa
BLAKE2b-256 b269cd8202077de8ae333e5c69296082d7516647cc45391eb64ccfc7d3567cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 088477797ab9855744d6fd4bd6e2904e8e3d72f14b2b26469a661c323d83e488
MD5 cceb9ec0ddae7e0d4ef94f6514cf4627
BLAKE2b-256 34bc3214fe33a186982d6d2fd3812afa467bb159e8cc3dcb0b0130b1fdf066db

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 14a5f6bd6e253d3c7d58dced887c803019cec0eca5f03d7d73219513c10ead64
MD5 8b032532c9f4e12b5902cb03417729c8
BLAKE2b-256 4bf49eb00ff8c595cca92bdb0fa8d55301e43c27f928b7c3e507648d8f62d6ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.11.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.12

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 75086b5042586c40542442b3698a14ffb191825e0516c2ef41d921894f149369
MD5 d28cc1f346dded117064650651aaef81
BLAKE2b-256 d478da85999d0420ce0d7dd02e24dce9d0e40cf6630c46d82298eefb70783fe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ab2e4e212cbc1471680f5dd865ebcdd6fdb494f445533ac9c74b89503f761d7
MD5 d5aa5a280e873eaee332ea09dc3eb8d1
BLAKE2b-256 ec758a51519fd657364a8554d581b1d19839d57d7926f90a0627ad340cd888bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b9465d001736d02dc6169fef40878f86f49fe00d3eba853064774c9687c886df
MD5 9f9d75682ad307594214ab48d3934392
BLAKE2b-256 f30bebcb356dcfe190dbffa48bdb673321dd8093e9847c0df8df6c8c658148ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec469c8bbb40d624460f3b3224f069cd5df49edd2b93905903413247c726e40b
MD5 5e5bc23b02efa00cf68c00b020d8e4b3
BLAKE2b-256 1df2fee32876f65b186c8d8d55986213b88719be084c5f31d62d710039056b76

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e88ea6444f8a2abbfe37c971f1acbaa0baf908d9ded19ad8fa7f1478bed1004
MD5 389581da1e0b146f90d522d70e655173
BLAKE2b-256 f47464bc2d80e077b6bd6afa25a6de74a5c609546a0eeeab2a23c163fd44d09f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03a056ec877d088dee84f64833602424951e4578e4d1b77c79e13f361ada8f52
MD5 f564aa6415a6504a5bfb6c1f06c1f499
BLAKE2b-256 dd3b1ab39039f37d253c4b2f509b636ecec4c25ddbf02646b491c598c02a6f0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92df2a64752abd1a0ba9a00049eb4336eb288a58248ef03d243671b78c8c186e
MD5 32bd6b6f60638753e98de9e580b6f581
BLAKE2b-256 0c8d0c29d0092c74b320f05980586155190538b50157bdcbaf2a6741617bdd38

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6f22790c58262d462e2580e0d7d00d7dcd57d0f455adbbd2731e058df98881a
MD5 e1adaaab0721866786f13b854f427f9f
BLAKE2b-256 f8ba57d2573f24c933f4ac77a918703ab33af2f6a5aadccfdc032173b39b971d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1a0fc117ef4944ce5f117759b0296ed8f3fb3c0e964c7d754555bb686eee72f
MD5 cbef9b93e59fa76fe19b5ed894fb5070
BLAKE2b-256 55b30842610b788b3fa9837268404710fd3113138862427e7d05509b3c900217

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: sortedl1-1.11.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.12

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9deff551e212f3d0df4e83bb204e21e9a968885e09a4af0664b0d5df95424441
MD5 19f8e413fd4a32a649fd42db4a6cef60
BLAKE2b-256 4735fb98afdf3b62a8fc1a6ed65453e4547f85b515abf4ce6307231ead1747a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3fd27c56828202dd6acb0bc498c353e515608f081c69fabbfba7c68fa8c9b064
MD5 d80c00576dc0a35fde36bc9472364062
BLAKE2b-256 43979b9629fc405a192d6ca928bd430a3c154873d39e852a7efca0ae3d7ad43a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: sortedl1-1.11.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 156d526a3afcbeb981309294b91b0b4b74379eb5527c47f700af68190e99c67f
MD5 f30de78ba2b4c5bf274e07516940e36e
BLAKE2b-256 81795902799f6e5cf496f7a0dc095759d564e80bf29a4ffe0182eb37ef7731aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e276ed7d447d268b6719a1192598475db108ccf57bcf7d9f6c13e411aada8592
MD5 82ce586b4a1be8338c359306f1ef3f82
BLAKE2b-256 5daadc216ee523915b8b80100c54aaae6e40be8b86c166a10a89ae9279add790

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdb808f27c8fd758d65b5d18057f3681e3bf3366fe5d651c4ccb3ac4c94a6453
MD5 891ee087d6291ef07ae72a82c4bc4c06
BLAKE2b-256 a038f8a6d771a571b68e367780408f351020d67a602d907c3aef79e014ccbd38

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 feec3b34c3b02f3497fd371b5fe793b305a66443a447479d9c11f6020d51d0ef
MD5 f632f596286ce584ea864148708e7473
BLAKE2b-256 e8faf45daa341304c5aeb42f45fff75629f5ed39a2085e6fe04f24a173f31f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55f455e0467c22a642700db3debdd9e964e71a91238bf3c3358c455000e33b2c
MD5 f68dee957e7daf6fb50ab5aa604580de
BLAKE2b-256 f2f25a63a8ba3cdd9b47a0cf042e1d2e837584a49bd9b8b0c7787e1ff0b3ffe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee032d38e0825f4fb5fd5e4b7625d52f3bb394cd300e5cea263b6e0ee3ce47f3
MD5 a9b9824c3fcc1d6d9aff4d005589c74a
BLAKE2b-256 79eaf72aaf2201380fc8936129364459a1cb173d13f32b7d9ad7deb2d196c222

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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.11.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sortedl1-1.11.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bfe90ec3d3ae0537bc98c09cc738b1ff3c2b6b8715eb265cea15d76f706da42
MD5 1d57f12593b42e4d7858fee152e3e866
BLAKE2b-256 c170f90c66144316b96cc2e76b98f3bc8c17c736a0110197bcdf8dc61e4a3530

See more details on using hashes here.

Provenance

The following attestation bundles were made for sortedl1-1.11.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