Metadata-Version: 2.4
Name: antyx
Version: 0.1.5
Summary: Antyx is an automated EDA engine designed to generate fast, structured and professional exploratory reports from any tabular dataset.
Home-page: https://github.com/drmdata/antyx
Author: Daniel Rodrigálvarez Morente
Author-email: drm.datos@email.com
Description-Content-Type: text/markdown
Requires-Dist: chardet==5.2.0
Requires-Dist: Flask==3.1.2
Requires-Dist: matplotlib==3.10.8
Requires-Dist: numpy==2.4.0
Requires-Dist: pandas==2.3.3
Requires-Dist: plotly==6.5.0
Requires-Dist: polars==1.36.1
Requires-Dist: Requests==2.32.5
Requires-Dist: seaborn==0.13.2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Provides-Extra: all
Requires-Dist: chardet==5.2.0; extra == "all"
Requires-Dist: Flask==3.1.2; extra == "all"
Requires-Dist: matplotlib==3.10.8; extra == "all"
Requires-Dist: numpy==2.4.0; extra == "all"
Requires-Dist: pandas==2.3.3; extra == "all"
Requires-Dist: plotly==6.5.0; extra == "all"
Requires-Dist: polars==1.36.1; extra == "all"
Requires-Dist: Requests==2.32.5; extra == "all"
Requires-Dist: seaborn==0.13.2; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# **Antyx**

Version: 0.1

Antyx is an automated EDA engine designed to generate fast, structured and professional exploratory reports from any tabular dataset.

* PyPI package: https://pypi.org/project/Antyx/
* Free software: MIT License
* Documentation: https://Antix.readthedocs.io.

## Installation

Pypi

Basic dependencies:
```bash
pip install antyx
```

All dependencies (extras included)
```bash
pip install antyx[all]
```

GitHub
```bash
git clone https://github.com/DRMdata/antyx.git
cd antyx
pip install -e .
```

## Features

Statistical profiling

Correlation analysis

Outlier detection

Variable typing

Clean HTML reports

Pandas & Polars compatible
