🔗 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.
The SeCo Algorithm
To provide a versatile tool for different use cases, great emphasis is put on the efficiency of the implementation. Moreover, to ensure its flexibility, it is designed in a modular fashion and can therefore easily be adjusted to different requirements.
🔧 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:
- Instructions for installing the software package or building the project from source.
- Examples of how to use the algorithm in your own Python code or how to use the command line API.
- An overview of available parameters.
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.
Release files for mlrl-seco 0.15.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
Total release size: 63.3 MB
Release files / mlrl_seco-0.15.6-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.5 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
7dc4d5cc8dafdaa5dc525c3b3c6461ed5393786e5e48427ca7ca9e9c8f3325c8
|
|
BLAKE2b-256 checksum How to use checksums |
b8258d04062bb6ff29fe9d26464ee207ff9e1d642953a572dcd8aa7a6a952261
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
de070472a863dfc2ad046e4eaace2cc2fb82aabfcc92627ce09e490c1f9673c8
|
|
BLAKE2b-256 checksum How to use checksums |
dc7dbcfd3fdefd2741e8aa5514a08763f7a2fbddf9d6a0ba2b979f02db4c1621
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
87cff0a501c5ac9a02399039c68b63df12d35e2260ad2be6b8551233fe9cc0fe
|
|
BLAKE2b-256 checksum How to use checksums |
13fc9f71bf3eeaf72a2354d2a0087c05f1be88dff3aff6480ea44ed2965acbe8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
bf4b7ca24db0a99e4f95627bbe712ee5ff6a7b26814583b110f7346a250220d5
|
|
BLAKE2b-256 checksum How to use checksums |
0cba2a3a6fd1c88e11dc4a82eaf08caeac3186455fa1a3440159ed9d5fa42426
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.3 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
30382bb9a67185351878568a553453d736778694a04e9a41bc2b1a7e4f295f91
|
|
BLAKE2b-256 checksum How to use checksums |
3661eab2ce003cec5f53f3797549c483da24d5c6601bb0b4f455a6d8ec84ec8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314t-macosx_10_15_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
5e0c6d1805720e155cf3cdf5b8c6b5683fbae4cd3eda9ab7aad73b26d8f16905
|
|
BLAKE2b-256 checksum How to use checksums |
c7fa075269323ed5b3841bfbfc3f80e4dc29c6a622658a4d936b30315814bb07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-win_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
603ffd75ca846a3c5040a202dd9b3b254c9ef59ad402720419f22dbc701795a3
|
|
BLAKE2b-256 checksum How to use checksums |
3e610c286e0d08b314367c5fc9cd352f6602a0d7cfed61a62cb690b6604cfc19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-win_amd64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 979.8 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
239bb51e5a99c455a113142c517e14422c0964850471eee6824c2bfde03cb7d1
|
|
BLAKE2b-256 checksum How to use checksums |
d262d220034939eab5c7500eb263fb3f748b32f24f6f3a6a679bacb8c6bd5a43
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
ba108a7fe261a6a6f286a5ef5bf87204c2c3f8bd004d8bb2020887d6001530be
|
|
BLAKE2b-256 checksum How to use checksums |
6fd5b6db580b5d67ce1c1d507d246d600ee6894623b93a0933bd790ac1c96fb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
64d11067086d600f8168b72e69a50eec770b997c4ac7c696527d847e41997fc6
|
|
BLAKE2b-256 checksum How to use checksums |
337b4751af6fa1596cbd484b763f6e70bd4c4fc5dbb5bf45249bbde94bc1c48e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
d8ffd69b47c4907c5a6933398918e6d685503071471a9c2c49c623ab4df6f92e
|
|
BLAKE2b-256 checksum How to use checksums |
88d361a13c92b4837ebe072b9bf847f1d23ba153e107afb09e2bdf1283dbefd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
9e1287b70cba649659f0409235c27a8a474865db90f2be85d768aa5b9c199022
|
|
BLAKE2b-256 checksum How to use checksums |
68d4bcc4d41deab6c2e8cde91e206661a71724cd89aaa00189e30ca319ccfbab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.3 MB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
c0cdf5e2fde31b8798ce2fff91a4ffcbb845fed86eee273636e0ff35d880fc33
|
|
BLAKE2b-256 checksum How to use checksums |
ce65eccb6060a426b7557f544f8f51257aa7250ad8c7c5ada22d0842682d1ee9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp314-cp314-macosx_10_15_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp314-cp314-macosx_10_15_x86_64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.14 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
fd491b22d3f213c8b022aeacdc30bfeb2105b39dbf32629dab502ed87b30aa08
|
|
BLAKE2b-256 checksum How to use checksums |
4345117cb6abbc92ac6b20897dada486b02beb2430e5f4f590e279bb6acf03bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-win_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
fd5675bd593405a8948d95532ac845a4192cb3f3dd313b6b2299296f5b738cfb
|
|
BLAKE2b-256 checksum How to use checksums |
5178f03cfa9395ac19c73cad66851a2542a15726af9ba3d3a7677e7828a75d63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-win_amd64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 952.7 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
08f94cb7e02d7d8e6ac8bd916e69e4d9da8fe45b950470e00d0997c29564402a
|
|
BLAKE2b-256 checksum How to use checksums |
431d6b73afd6a0dab51320ec5f1ae2e1b623804526a65cb0e761317b3186eaab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
682d6ef5e2b8c8a184438945ec3def4cb52de2b42ede989a0400ba66eaa64997
|
|
BLAKE2b-256 checksum How to use checksums |
c0ad127e917c980da1f94dd395a9438deda79b3bce9d42be5454efe73dea5990
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
f3e6e2c002e486e8b22762ca8bc6523c720b95fcb3c1561497c6abcaeccd5f92
|
|
BLAKE2b-256 checksum How to use checksums |
4a025651b4136f80d67eac7cae49bb0c11d1773802644d46d97904a43d82e773
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
e5b897486637e18b10dd2108471e901997665d968df483cd187e478c7c1e9349
|
|
BLAKE2b-256 checksum How to use checksums |
90b9923c1401d58817e43e74374942048ddc16d2a91bedb2a0aa72cae1b22d5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
1a15cdaf82bee0fe0422a2c5eebfb17b4d9d27e9655e252b9fb8e7849154d47e
|
|
BLAKE2b-256 checksum How to use checksums |
124a3a709013d34ca915260e44792c586cc6d4713b1f5e4aa95af867d9bcae5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.3 MB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
d1ac62d567c71502e69dd6c5ca0f8d323957423de9c2d8b8b3388e0397091f4f
|
|
BLAKE2b-256 checksum How to use checksums |
14d15cb9ab51cc44e4a98246e49c11917b83de437e37f597c22d6f008c2faa57
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
014385b2766afc7857c22ced9ca528500e84217a0f073ca7e181dbc29f1001c6
|
|
BLAKE2b-256 checksum How to use checksums |
ce4952ff7e0f32ae356b0f98bbcd6bc74eff40735b959bf79157881ce3d3c906
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-win_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 1.1 MB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
2a8d2ec8920fd89345250f5d9dbced73d6e5b9f298baa55e4bdbc252101d667c
|
|
BLAKE2b-256 checksum How to use checksums |
1147a108013d46faba9985e3782eb5efcefaa63e99163458f9ca5c2a365b7151
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-win_amd64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 954.8 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
cb7d7d79da874f40914ab6e71586a9fe4d9712a036d949796bc49c95d19db7dd
|
|
BLAKE2b-256 checksum How to use checksums |
3408ff2bef83f29d96876c1758d5f90153f33f16b06020075169df39e4570dae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
2bf7ebeef1284bd95534cf38fb3b8f105b3ad34ac0de18ed594519dc1223562d
|
|
BLAKE2b-256 checksum How to use checksums |
c5c02d12ea4407b14aa42a8aa2b41bccc109b5dca63d05d11fda01bc81b36067
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
35ff9c045f2556c0e49a99885614be46aa3043af3ca158237710d8ffc0aa99fb
|
|
BLAKE2b-256 checksum How to use checksums |
5116bf646e269a6317247a9af668862024a3590d07a9b10aaceec44ba7a06813
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
6dede04b9ebdea48e57361fa9220f2c6ee4a3c1f28fb7a8df997f95d5a87cc57
|
|
BLAKE2b-256 checksum How to use checksums |
678c133980369be2c858a3c6a3e2b7b6f4643bc851a0b03c5dd47bd3e0d935ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
b1a160930c1c258d60d12162f35661383e207ac12d96eb3630ebefc9675d0241
|
|
BLAKE2b-256 checksum How to use checksums |
e60a6c85deb2c80345f1828bb4e7197a2662e281a3a4c2e4bf21788dd102a118
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.3 MB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
9a5af6f02db9564861775239f77136b7504af19a4636dff41335ce19a21e5050
|
|
BLAKE2b-256 checksum How to use checksums |
7dd3b55eceb0256453f527944723d8604b19caac4265c56caaf8ab0f2a139a4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / mlrl_seco-0.15.6-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | mlrl_seco-0.15.6-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
abbf59ba2f19e029f13b85e02246189cbcd2561aa87b8924d130f7a6845bd203
|
|
BLAKE2b-256 checksum How to use checksums |
6e18bf43c20027ffe21b6d028e8521e9ba35339edba91e5bf43e422edb6cda95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency log