Skip to main content

Provides common modules to be used by different types of multi-label rule learning algorithms

Project description

"MLRL-Common": Building-Blocks for Multi-label Rule Learning Algorithms

License: MIT PyPI version Documentation Status

This software package provides common modules to be used by different types of multi-label rule learning (MLRL) algorithms that integrate 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 library serves as the basis for the implementation of the following rule learning algorithms:

  • BOOMER (Gradient Boosted Multi-label Classification Rules): A state-of-the art algorithm that uses gradient boosting to learn an ensemble of rules that is built with respect to a given multivariate loss function.

Features

This package follows a unified and modular framework for the implementation of different types of MLRL algorithms. An instantiation of the framework consists of the following modules:

  • A module for rule induction that is responsible for the construction of individual rules. Each rule consists of a body and a head. The former specifies the region of the input space to which the rule applies. The latter provides predictions for one or several labels.
  • A strategy for the assemblage of a rule model that consists of several rules.
  • A notion of (label space) statistics that serve as the basis for assessing the quality of potential rules and determining their predictions.
  • Implementations of pruning techniques that can optionally be applied to a rule after its construction to improve the generalization to unseen data.
  • Post-processing techniques that may alter the predictions of a rule after it has been learned.
  • One or several stopping criteria that are used to decide whether more rules should be added to a model.
  • Optional sampling techniques that may be used to obtain a subset of the available training examples, features or labels.
  • An algorithm for the aggregation of predictions that are provided by the rules in a model for previously unseen test examples.

This library defines APIs for all the aforementioned modules and provides default implementations for the following ones:

  • Top-down hill climbing for the greedy induction of rules. It supports numerical, ordinal and nominal features, as well as missing feature values. Optionally, a histogram-based algorithm, where training examples with similar feature values are assigned to bins, can be used to reduce the complexity of training. Both types of algorithms support the use of multi-threading.
  • A strategy for the sequential assemblage of rule models, where one rule is learned after the other.
  • Incremental reduced error pruning (IREP), where conditions are removed from a rule's body if this results in increased performance as measured on a holdout set of the training data.
  • Simple stopping criteria that stop the induction of rules after a certain amount of time or when a predefined number of rules has been reached, as well as an early stopping mechanism that allows to terminate training as soon as the performance of a model on a holdout set stagnates or declines.
  • Methods for sampling with or without replacement, as well as stratified sampling techniques.

Furthermore, the library provides classes for the representation of individual rules, as well as dense and sparse data structures that may be used to store the feature values and ground truth labels of training and test examples.

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.

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

mlrl_common-0.8.1-cp310-cp310-win_amd64.whl (647.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mlrl_common-0.8.1-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

mlrl_common-0.8.1-cp39-cp39-win_amd64.whl (647.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mlrl_common-0.8.1-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

mlrl_common-0.8.1-cp38-cp38-win_amd64.whl (647.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mlrl_common-0.8.1-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

mlrl_common-0.8.1-cp37-cp37m-win_amd64.whl (647.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

mlrl_common-0.8.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file mlrl_common-0.8.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 647.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for mlrl_common-0.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e03700f3be28eb0273b0b503be4d314cabefc9a02b0a325d6013532ea403da43
MD5 782812f561bacbc53268e3acf884ecd4
BLAKE2b-256 b8bf8a6e63b3e2f6588d02ecf288dffb81e6b896d7f6fbbf94f56f41bdb6f490

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c5b5426304ee590f6f317fbb2cf610bb942811db9fb239300603f5d94de7455
MD5 7a4aebd3e432876336ecf075007ca934
BLAKE2b-256 d6561142b847b0a8c42a56e5669ee65a54bb6452d3b608752cdd976cb957eb6f

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cba7307bd06af60c7f9ae5252227570dcca67f182fc0949a56f67fada8b20a8d
MD5 063ea710800b158eeea4ddb7f6778a23
BLAKE2b-256 23d9a94936f9bc766221ba1bfc9537bb0ad345725dfe5964c7b3a81e9468899f

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for mlrl_common-0.8.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3fcec025676e0218abcdedb99efcd5fc23d56f037202df90ad25d97b847463ee
MD5 97c07d0295273e6653a03d3902b1b03f
BLAKE2b-256 0356858ed736db0a91dca2792adfd63b578a5396efb01284afc2cc0f57b756db

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 647.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for mlrl_common-0.8.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a9a4571097a1535379b5229f00d6c3c526166c5471593dc90d17a31a133367d6
MD5 c9346f9fa8d45b1ff3424a30e6fa2415
BLAKE2b-256 cc6de506b490a2aa0d62980a7b8177bc665010bbe3690924ab527081dbdbac4b

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 726596e9880000f632a68d5860cecf42dd15b4d8cb04c497ebfd59d409a20eb5
MD5 05ae8ed6e564b50939e23d58c996f16c
BLAKE2b-256 08a55354eaa368dca13ad9b0bdad3ced20f700a31e31640e6a670b494db88a56

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed49ef5de89d34679ca0625ea7c96c2d3ac585cdeab9f83fe606309c3dc8ab73
MD5 04244df12d45082fd0ca94c1fedaa74c
BLAKE2b-256 05171b0fcad31b4f0ee27f1740bc2bf6a845e306ba4809404c0ffd2982a8f907

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for mlrl_common-0.8.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd66012f175905a7f6d6304798f5395f69070eefe9706222cc06769afb16ec35
MD5 58fe1ca54ff4748ca8c7edf11397e7c9
BLAKE2b-256 3e8e7794cc42e7a01a6919adc2f382e26aa64045c85d74f17f98dbd7b31dc131

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 647.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for mlrl_common-0.8.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 181a7956ee0fc818f710ed1c6daacf9789035404b7f1a828ef368f64df8bfb63
MD5 e6568ddea4310ef8befc2305df5d2cc0
BLAKE2b-256 41dfa631b8a58219dad257a03b752ba04285421a1f9be275ddd1accd1c5e731a

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7976bdf7fa1320c3d5a9ce0eaf3ef6752c200ccfb403e59125066053a33b7ea
MD5 5d3c6c1639f4ad028824c69084d138ae
BLAKE2b-256 23b33ea6cdf373a3534c3139b54159e482bb4bb3c90ae2dd2637e31a9dda40dd

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22bff28959cd85f9669e6300065e0d997bc7fbcfc722f19b283acfbd500a57cf
MD5 b4ad1ed22ce01e4867ce9941dbf3f0ce
BLAKE2b-256 56233745681bb6c6b666a7362022c787bfd5311d4003fb7ed7b23db7be83603e

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for mlrl_common-0.8.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e648bfe4bb2bb781467154f3d027a004dafa05d6e4bbefd5f75706ca1dc57af
MD5 f10ccba663a41960b6b6ccee99b9f3ce
BLAKE2b-256 49e5f76f4a9089d4b62f61a3ce34a6cadb71232bd39bd23da4c170e53d7a067f

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 647.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for mlrl_common-0.8.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 46e66ed4f09e6a88e89e23998f76b13617aed49d4f0643e2f80848ce1f71733c
MD5 422a596e49350ac744cb6d74154f0c40
BLAKE2b-256 dc11cf1e9907feb42b01686148c2a05de4a360bb2467ee1a014c3155c9a3270d

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fe03044f215ab8a77aefec346c8b18568e5bfe12b5f04be2dfe00fac4b2fc8e
MD5 785032756aefc0dfa430c5638a158c2e
BLAKE2b-256 2d5663f3cee95e8fd559a2699c4fe7a7091be72b77c08fa8a7cd7cae894cbd26

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for mlrl_common-0.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e79f81571f1abf1bcbd2464178ae438139a0dd07cdac852ee7616e5d7ebc772
MD5 eb8baac115a30c10c9cb3387bb89d9fb
BLAKE2b-256 14465988d414750dd70c4c6135db5689fabc6f041952942dd853d91d3945068f

See more details on using hashes here.

File details

Details for the file mlrl_common-0.8.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mlrl_common-0.8.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for mlrl_common-0.8.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ae360e8103a2d3b08d816b76f0ade6a710bc451509904f46c27c6829266c287
MD5 6b50de6abd87ca67bce059164fec3283
BLAKE2b-256 4754c1fa6e0c5d609a4b85d68c78a3ee8fda241ef50ecab71c98cbd3eb189981

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page