Skip to main content

A scikit-learn implementation of a Separate-and-Conquer (SeCo) multi-label rule learning algorithm

Project description

Multi-label Separate-and-Conquer Rule Learning Algorithm

License: MIT PyPI version Documentation Status

🔗 Important links: Documentation | Issue Tracker | Changelog | License

This software package provides an implementation of a Multi-label Separate-and-Conquer (SeCo) Rule Learning Algorithm that integrates with the popular scikit-learn machine learning framework.

The goal of multi-label classification is the automatic assignment of sets of labels to individual data points, for example, the annotation of text documents with topics. The algorithm that is provided by this package uses the SeCo paradigm for learning interpretable rule lists.

🔧 Functionalities

The algorithm that is provided by this project currently supports the following core functionalities to learn a binary classification rules:

  • A large variety of heuristics is available to assess the quality of candidate rules.
  • Rules may predict for a single label or multiple ones (which enables to model local label dependencies).
  • Rules can be constructed via a greedy search or a beam search. The latter may help to improve the quality of individual rules.
  • Sampling techniques and stratification methods can be used to learn new rules on a subset of the available training examples, features, or labels.
  • Fine-grained control over the specificity/generality of rules is provided via hyperparameters.
  • Incremental reduced error pruning can be used to remove overly specific conditions from rules and prevent overfitting.
  • Sequential post-optimization may help to improve the predictive performance of a model by reconstructing each rule in the context of the other rules.
  • Native support for numerical, ordinal, and nominal features eliminates the need for pre-processing techniques such as one-hot encoding.
  • Handling of missing feature values, i.e., occurrences of NaN in the feature matrix, is implemented by the algorithm.

⌚ Runtime and Memory Optimizations

In addition, the following features that may speed up training or reduce the memory footprint are currently implemented:

  • Sparse feature matrices can be used for training and prediction. This may speed up training significantly on some datasets.
  • Sparse label matrices can be used for training. This may reduce the memory footprint in case of large datasets.
  • Sparse prediction matrices can be used to store predicted labels. This may reduce the memory footprint in case of large datasets.
  • Multi-threading can be used to parallelize the evaluation of a rule's potential refinements across several features or to obtain predictions for several examples in parallel.

📚 Documentation

Our documentation provides an extensive user guide, as well as Python and C++ API references for developers. If you are new to the project, you probably want to read about the following topics:

A collection of benchmark datasets that are compatible with the algorithm are provided in a separate repository.

For an overview of changes and new features that have been included in past releases, please refer to the changelog.

📜 License

This project is open source software licensed under the terms of the MIT license. We welcome contributions to the project to enhance its functionality and make it more accessible to a broader audience. A frequently updated list of contributors is available here.

All contributions to the project and discussions on the issue tracker are expected to follow the code of conduct.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

mlrl_seco-0.15.1-cp314-cp314t-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mlrl_seco-0.15.1-cp314-cp314t-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

mlrl_seco-0.15.1-cp314-cp314-win_arm64.whl (598.2 kB view details)

Uploaded CPython 3.14Windows ARM64

mlrl_seco-0.15.1-cp314-cp314-win_amd64.whl (649.6 kB view details)

Uploaded CPython 3.14Windows x86-64

mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

mlrl_seco-0.15.1-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mlrl_seco-0.15.1-cp314-cp314-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

mlrl_seco-0.15.1-cp313-cp313-win_arm64.whl (582.6 kB view details)

Uploaded CPython 3.13Windows ARM64

mlrl_seco-0.15.1-cp313-cp313-win_amd64.whl (632.7 kB view details)

Uploaded CPython 3.13Windows x86-64

mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

mlrl_seco-0.15.1-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mlrl_seco-0.15.1-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mlrl_seco-0.15.1-cp312-cp312-win_arm64.whl (584.3 kB view details)

Uploaded CPython 3.12Windows ARM64

mlrl_seco-0.15.1-cp312-cp312-win_amd64.whl (635.4 kB view details)

Uploaded CPython 3.12Windows x86-64

mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

mlrl_seco-0.15.1-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mlrl_seco-0.15.1-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9045394964ed14cb1191bc987ee07c57f23624e970e6375715a2083677438a3
MD5 f2c301d0f0e1e2c746565aba3544c74a
BLAKE2b-256 fe9f6fe0546561f537038b80ce92bdda79ecec8f3514acd7c89f1b99f2c1f4a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a75e891356d9987b1773ef9ca9d08be1e150a016f293f0b7dea6f772d8c1b2f3
MD5 de471a3e851f191b9af7c1e6a61c7241
BLAKE2b-256 686bec5d0592b27f9d95dba12736ce73a7661eecd26682c9055b995bbbd4c427

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e59bf8c6ee4d31f7a4b588a92d6de2b6e8a06cbdbc5e18a09b0dcb7876ac911d
MD5 57d4e5c015f7579c543b94d11288dde5
BLAKE2b-256 79ba0923153237aabfee3d2cbdafacc71a36e1632d18f7bfdfab428bf85b0faf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49679b64d9f4c3b31ca82e1fb0e60e8874fb91e1002eca09fa187aa37bdf6a20
MD5 66a08402e1b0752d46feda6ec4461b85
BLAKE2b-256 8c8e54bd767935ca4529d79a7efaaeb18137c21944cad4319cbf8a6df9de127d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46d31cb49e1809a23c05c87a7f4d07a3ad287fd8b639f9ba26702e2cf99b6ffb
MD5 5222125696ba4dc6c19756093418c0e9
BLAKE2b-256 2edd5743adf99a25134cdce2121505453d92a4473d2e391d07c8b88e0543f6a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b01262e4cbab59070be2a97a1fdf74c6ab21a5a96ee03cea3bad7a216f8866cb
MD5 3f4808a273a76c5bca4268db83555437
BLAKE2b-256 0e1bdbaa92da75c85103f03e1e0ff8b794e436ea5488f69baddec75e4847703e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 598.2 kB
  • 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 mlrl_seco-0.15.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6e3dcdd2c50ef471077b114a9c8c967215c8108f26f8a8ae9d17a3c9464a03a4
MD5 6698222744325bd6ddd7d54cc5244ec2
BLAKE2b-256 0ad6a4e9fa18b7153ebb41229d3398870d0ff9f29a70acdc282bc343f16aa8e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 649.6 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 mlrl_seco-0.15.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 96cacbd0e52c8b6c35fcf10eae9f26edf7772e34fabb0fc3ad9a373516a21916
MD5 d6ba26c9cbca66930fffac25567b9ae0
BLAKE2b-256 e60e602e6760e87296d935ef74ed8b17b449a592944d6ec24507b624ce1b56ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1414bbdfd16f2c520ef4f6574626eefc1769be6c8143cc0fd241497ab3942859
MD5 e5353732847043586195a7b5a1aa24b2
BLAKE2b-256 d8eac4625888929489bab2bb18a4a35f9f8791ba2ee58399fe50c3438842a34f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8aa80139e03034f8af37a8c24114aa2ffcbe3ededf96d36b6e2fdaf923767967
MD5 e677452a45378f6ccd2583341a60e8d6
BLAKE2b-256 d7d416ed0c5d4475e51b370e66250ead3c36d3bd1568dfb1f55a84f7d1692417

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b0d2d3a6445bb01dfe8b9833bbb50bc46ca8cbbd706f5fa8e0414281065476c
MD5 85d2fe80732162966a7fb61b41609ed2
BLAKE2b-256 dcc0b197b7bfccce2305317bd747e031ca0ad3ecee5d41a57dce14385a542e02

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f7c85b268c35ce350cfb35b447aa38b70e6d7e5b6f148bf11e621d7d04c91d5
MD5 f8abaeacdd58cfdaf05e02177021c403
BLAKE2b-256 5716261ca508775474de6f8ffe9318df2fc6eb422944fbaa5af3f4944e2fa393

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7b5a437c3e58beabdec91c6f9d93dbc5eeb4b7521e8bfc26583fcd7f09bf0a0
MD5 d5c1caae8cdaa6bb4c6f8f9c6b3acd65
BLAKE2b-256 1b5cef629a03f188dffe450f6b23e916f0583fcaa4d220da16d4268e337a4558

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fa61e324970e4bab7c845969f32c1e1dc263236bd2b5e6c28b8e1445ea6050b2
MD5 6f1d1db64571a923050216445155c485
BLAKE2b-256 3b0f8b859c3d38c984854be300dcc34fc792bef6fcf3361829d44eaf52a07cfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 582.6 kB
  • 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 mlrl_seco-0.15.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 26661efbc365e387bc1af3deff2214767addc81b463354c183aad265441d7600
MD5 6a278d765695e5f8671f777d751b148d
BLAKE2b-256 ef9db6072d61f26d2b28a0ffe7c87a4652cc75d46d071a9874e7f42623c5d09d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 632.7 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 mlrl_seco-0.15.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4842a0f14ffd8e9a4377645927a2cf5cd850819f52a626938e801274b3bd9829
MD5 89913e0d5cd70f12e7e091637fd3e0c1
BLAKE2b-256 af36049df0e99b83eaf024359aa740dd00fc8c0f05aa723ed6108586e25e453a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2258fc988d053dc6609ed296943d1ac6d41dbec2eb4997ab01dc26b5644dc4e
MD5 8fff75dd53697c9cb0301e39c9291662
BLAKE2b-256 dc060afe0635178eef40d21975bf1fc4ebb946acf18a5852f37306210bb34928

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68ef8bc191491b134cb7a079123a6c4aab112f2360d06d53d43c43055f8e18d8
MD5 44d3c505ed035f0687e85d17f77ed0bd
BLAKE2b-256 7647f3451aa29cd5290b1060ea255b3926c8b429c2e1bf25228888ab1141d857

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b21852008eb31952c28626d76d2c62098438bc34a790efa046812afda213a6c7
MD5 dae397b114d0f8b2b204cacf4c446325
BLAKE2b-256 89aa121f745a26f5597ff1da5169662e28dbf31355e249c74fa51cd22d27c68e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e5c173de2c4f6fa2fe38f8d1a73cd95b87e33fa45623905b67254edd5630a3a8
MD5 2f0ca4b25a65464bd59902d0419adf1c
BLAKE2b-256 4154d6b8046df79aaee3e1d22cbe3c4447e86223729d4761f01169011cc79a6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51d75aa2fd73911fd728e49ab4f347a885d256c5fe55d18b5ae1a58a94b5e9f4
MD5 6c91cbe5eab6fcd708fd3da3b4e6876b
BLAKE2b-256 c846aaf2eff9633952ddb7fed62a48e61dcb14e1ec3ae89c15e1a4ea363e2ee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d1f0163433bec0ef2ed04ea3e18d07b2ae5da8f6f3bed2e8e20da466a68b3b1e
MD5 a7debc8e32a9d93918392b76e9cf816d
BLAKE2b-256 f0f49b94bf30b110d6902ae6c33e157614074c85b5ac44e4017a0bd1a9dec0a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 584.3 kB
  • 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 mlrl_seco-0.15.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 95201f4f6baef6e912b5a0bf9c1ba238fa26cc855b217833b8b2e607a87f5e45
MD5 3d5391eab829fb25cd9087bcfe112536
BLAKE2b-256 28a4914700d612c06e1157bf15982b9b6240fd024d90d617528356b11e9e33a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 635.4 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 mlrl_seco-0.15.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a3167d504142ed0942b10d496db408149681d0d58273d264011dda0823bf6ce3
MD5 0ed4305b83c24445c9b0048451ee6965
BLAKE2b-256 0a8f0221b94e566e43addb7aa8713ee3e69774e7ddd93b7557edd8b95cd543ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c7a67072290f930499233e334fbd93916d018d9aafda8ec182a8f60ede75000
MD5 0ce9b450b61044c05a2b14c9e6afcb45
BLAKE2b-256 e8e66de9903144752969bdf2bcfcfbd4b703ab6602ab3031f4e278bacce3f99e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a160e6c13bd6859855b75bdb323bb86ee4cfd02c57c3b03e6839496429a3e38f
MD5 a3a179903c8ee4304413057bb7ac5ace
BLAKE2b-256 5f0ed45c9047dbdc30e8694e8006b15959dea6d791e6dd611b6b2674b52cdbd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5441ac5752d4cc228156857554e5e1d589035562918983b7f985b10e1266173
MD5 50da63e59fd9e384b5900ecab653ae56
BLAKE2b-256 b577754dfb745058fd38828a1548719e9ee35b0c1f5d1a462e3530f691fd87d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e46a68fd88925272339f065004c5709b8a966539bbcb8873899ded4e69766163
MD5 6b4efd9e4aa8b1717ee930b8fede377d
BLAKE2b-256 141b9b3fab0ab54ee75e26e2f07b095b05cd6428bdec39d95fbee4db7c7b40ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0721b3025bc82ab12b0c36f5e7cecf15f185ca14d0b78fc5cb101953f5ce9282
MD5 f860f47efa7c5daab826d360ce99652a
BLAKE2b-256 b337c3bca30ff4ec671130d31b8463072df3fd29f601892bfc77699f1c194b79

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d0074ffe128b42dca8f18e03eaf5c7d2e7c48712b10a37a041951af2fc8311c9
MD5 8577c786da242ad1b6171ee45f4eb36c
BLAKE2b-256 e51d4295b289beeff100e5defa092ba2dfdb2ae85e317de2642ff8238e523f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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