Metadata-Version: 2.4
Name: test-evaluator
Version: 0.1.2.dev2
Summary: Evaluate test cases using input/output dictionaries
Home-page: https://github.com/Devashish-Varanasi/test-evaluator
Author: Devashish Varanasi
Author-email: varanasidevashish@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# test_evaluator

**test_evaluator** is a lightweight and flexible Python library designed to evaluate your functions against test cases defined as input-output pairs using dictionaries. It's ideal for validating your solutions in competitive programming, development, or educational contexts.

![PyPI - Version](https://img.shields.io/pypi/v/test-evaluator?label=version)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/test-evaluator)
![License](https://img.shields.io/github/license/yourusername/test_evaluator)

---

## ✨ Features

- ✅ Evaluate multiple test cases at once  
- 🔁 Supports positional and keyword arguments  
- ❌ Easy identification of failed test cases  
- ⚡ Minimal setup, fast results  

---

## 📦 Installation

```bash
pip install test-evaluator
