Metadata-Version: 2.4
Name: esek
Version: 0.1.31
Summary: Effect size estimation and statistics library
Home-page: https://github.com/nadavWeisler/esek
Author: ESEK
Author-email: Nadav Weisler <weisler.nadav@gmail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.0.2
Requires-Dist: scipy>=1.13.1
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# ESEK

**ESEK (Effect Size Estimation Kit)** is a Python package for calculating effect sizes for statistical tests.

> ⚠️ **Work in progress**
>
> This project is under active development.  
> The API, structure, and available functionality may change without notice.

## Purpose

Provide focused, reusable implementations of effect size calculations for research and data analysis.

## Status

- Early-stage development  
- Not production-ready  
- Documentation incomplete  

Use with caution.

## License

GPL-3.0
