Metadata-Version: 2.1
Name: TolMate
Version: 0.0.1003
Summary: TolMate placeholder ;-P
Author-email: Samuele Giani <samuele.giani@empa.ch>
Project-URL: Homepage, https://pypi.org/project/tolmate/
Project-URL: Issues, https://pypi.org/project/tolmate/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# TolMate

**TolMate** is a Python utility for checking if values fall within specified limits or ranges, with support for tolerance checks. It is perfect for scenarios involving variable monitoring, threshold validations, or any range-based conditions.

---

## Features

- **Multiple Range Validation**: Supports checking against one or more ranges.
- **Flexible Tolerance Handling**: Validate values with or without tolerance.
- **Interactive Usage**: Includes a function to prompt users for input.
- **Lightweight and Easy-to-Use**: Simple API for seamless integration into your projects.

---

## Installation

You can install **TolMate** using pip:

```bash
pip install tolmate
