Metadata-Version: 2.4
Name: cleandatax
Version: 0.3.0
Summary: Pro data cleaning + validation + profiling for pandas DataFrames.
Author: Your Name
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5
Requires-Dist: numpy>=1.22
Provides-Extra: html
Requires-Dist: jinja2>=3.1; extra == "html"
Provides-Extra: cli
Requires-Dist: rich>=13.0; extra == "cli"
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"
Requires-Dist: mypy>=1.8; extra == "dev"
Dynamic: license-file

# **cleandatax

**cleandatax** is a professional Python package for **data cleaning, validation, and profiling**
built on top of **pandas**.  
It helps Data Science users clean messy datasets using a simple and configurable pipeline.


---

## **  Installation

```bash
pip install cleandatax
