Metadata-Version: 2.4
Name: cheatstat
Version: 4.1.2
Summary: Simple statistical functions for social scientists with survey weighting support
Author-email: Jürgen Leibold <juergen.leibold@uni-goettingen.de>
Maintainer-email: Jürgen Leibold <juergen.leibold@uni-goettingen.de>
License: MIT
Project-URL: Homepage, https://github.com/JALeibold/cheatstat
Project-URL: Documentation, https://github.com/JALeibold/cheatstat/blob/main/docs/de/index.md
Project-URL: Documentation (EN), https://github.com/JALeibold/cheatstat/blob/main/docs/en/index.md
Project-URL: Repository, https://github.com/JALeibold/cheatstat
Project-URL: Bug Tracker, https://github.com/JALeibold/cheatstat/issues
Project-URL: Changelog, https://github.com/JALeibold/cheatstat/blob/main/CHANGELOG.md
Keywords: statistics,social sciences,survey,weighting,ALLBUS,GESIS,regression,t-test,cronbach,frequency table,cross-tabulation,sozialwissenschaften,statistik
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: German
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Education
Classifier: Topic :: Sociology
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.3.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: scipy>=1.7.0
Provides-Extra: regression
Requires-Dist: statsmodels>=0.13.0; extra == "regression"
Provides-Extra: performance
Requires-Dist: numba>=0.56.0; extra == "performance"
Provides-Extra: excel
Requires-Dist: openpyxl>=3.0.0; extra == "excel"
Provides-Extra: spss
Requires-Dist: pyreadstat>=1.1.0; extra == "spss"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: mypy>=0.990; extra == "dev"
Requires-Dist: sphinx>=5.0.0; extra == "dev"
Requires-Dist: myst-parser>=0.18.0; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "dev"
Provides-Extra: full
Requires-Dist: statsmodels>=0.13.0; extra == "full"
Requires-Dist: numba>=0.56.0; extra == "full"
Requires-Dist: openpyxl>=3.0.0; extra == "full"
Requires-Dist: pyreadstat>=1.1.0; extra == "full"
Dynamic: license-file

<div align="center">

# **Cheatstat: Code less! More time for findings.**

**Simple Statistical Functions for Social Scientists**

[![PyPI version](https://img.shields.io/pypi/v/cheatstat?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/cheatstat/)
[![Python](https://img.shields.io/badge/Python-3.9%2B-blue?logo=python&logoColor=white)](https://python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![statsmodels](https://img.shields.io/badge/statsmodels-optional-green)](https://www.statsmodels.org)

</div>

---

> ⚠️ **WICHTIG / IMPORTANT**  
> Hinweis: Die implementierte Gewichtung beschränkt sich auf einfache Designgewichtung (Post-Stratifikation).
> Komplexe Surveydesigns (PSU, Schichten) werden nicht berücksichtigt. 
>
> Note: Simple post-stratification weighting only. Complex survey design (PSU, strata) not supported.

---

## 🌐 Sprache / Language

<table>
<tr>
<td width="50%" align="center">

### 🇩🇪 Deutsch

**[→ Deutsche Dokumentation](README_de.md)**

Vollständige Dokumentation mit ALLBUS-Beispielen

</td>
<td width="50%" align="center">

### 🇬🇧 English

**[→ English Documentation](README_en.md)**

Complete documentation with ALLBUS examples

</td>
</tr>
</table>

---

## ⚡ Schnellstart / Quick Start

```bash
pip install cheatstat statsmodels
```

```python
import cheatstat as cs

# Hilfe / Help
cs.help_cheatstat()
```

---

<div align="center">

*cheatstat Version 4.1.2 | Autor / Author: Jürgen Leibold | März / March 2026*

</div>
