Metadata-Version: 2.4
Name: xploiter
Version: 0.1.3
Summary: A simple Pandas-based employee data cleaning utility
Author: Xploiter
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.5

# Employee Cleaner

A lightweight Python package to clean employee CSV data using Pandas.

## Installation
```bash
pip install xploiter
