Metadata-Version: 2.4
Name: mlrl-util
Version: 0.14.0
Summary: Provides common utilities used by the mlrl-* packages.
Author-email: Michael Rapp <michael.rapp.ml@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/mrapp-ke/MLRL-Boomer
Project-URL: source, https://github.com/mrapp-ke/MLRL-Boomer.git
Project-URL: download, https://github.com/mrapp-ke/MLRL-Boomer/releases
Project-URL: changelog, https://raw.githubusercontent.com/mrapp-ke/MLRL-Boomer/refs/heads/main/CHANGELOG.md
Project-URL: documentation, https://mlrl-boomer.readthedocs.io/en/latest
Project-URL: issues, https://github.com/mrapp-ke/MLRL-Boomer/issues
Keywords: utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: numpy<2.4,>=2.3
Requires-Dist: scipy<1.17,>=1.16

# "MLRL-Util"

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PyPI version](https://badge.fury.io/py/mlrl-util.svg)](https://badge.fury.io/py/mlrl-util) [![Documentation Status](https://readthedocs.org/projects/mlrl-boomer/badge/?version=latest)](https://mlrl-boomer.readthedocs.io/en/latest/?badge=latest)

**:link: Important links:** [API Reference](https://mlrl-boomer.readthedocs.io/en/latest/developer_guide/api/python/util/mlrl.util.html) | [Issue Tracker](https://github.com/mrapp-ke/MLRL-Boomer/issues) | [Changelog](https://mlrl-boomer.readthedocs.io/en/latest/misc/CHANGELOG.html) | [Contributors](https://mlrl-boomer.readthedocs.io/en/latest/misc/CONTRIBUTORS.html) | [Code of Conduct](https://mlrl-boomer.readthedocs.io/en/latest/misc/CODE_OF_CONDUCT.html) | [License](https://mlrl-boomer.readthedocs.io/en/latest/misc/LICENSE.html)

This software package provides common utilities used by the packages [mlrl-common](https://pypi.org/project/mlrl-common/) and [mlrl-testbed](https://pypi.org/project/mlrl-testbed/). It is not of much use on its own.

## :scroll: License

This project is open source software licensed under the terms of the [MIT license](https://mlrl-boomer.readthedocs.io/en/latest/misc/LICENSE.html). 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](https://mlrl-boomer.readthedocs.io/en/latest/misc/CONTRIBUTORS.html).

All contributions to the project and discussions on the [issue tracker](https://github.com/mrapp-ke/MLRL-Boomer/issues) are expected to follow the [code of conduct](https://mlrl-boomer.readthedocs.io/en/latest/misc/CODE_OF_CONDUCT.html).
