Metadata-Version: 2.4
Name: statwise
Version: 0.1.0
Summary: Pandas-native statistical tests with clean labeled outputs.
Author: jaeday1212
License: MIT
Project-URL: Homepage, https://github.com/jaeday1212/statwise
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: license-file

# statwise
Pandas-native statistical tests with clean labeled outputs — LLM narration optional.

```python
from statwise import skewcheck

skewcheck([1, 2, 2, 3, 100])  # "right_skewed"
```
