Metadata-Version: 2.4
Name: socioeconomic-feedback-utac
Version: 1.0.0
Summary: Real climate-socioeconomic feedback science (Burke 2015, Cattaneo 2024) -- temperature-economy nonlinearity and migration, no UTAC/CREP bridge
Project-URL: Homepage, https://github.com/GenesisAeon/socioeconomic-feedback-utac
Project-URL: Repository, https://github.com/GenesisAeon/socioeconomic-feedback-utac
Author: Römer, Johann
License: MIT
License-File: LICENSE
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: mypy>=1.10.0; extra == 'dev'
Requires-Dist: pre-commit>=3.7.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.6.0; extra == 'dev'
Description-Content-Type: text/markdown

# socioeconomic-feedback-utac

[![GenesisAeon](https://img.shields.io/badge/GenesisAeon-P96-blue)](https://github.com/GenesisAeon)
[![CI](https://github.com/GenesisAeon/socioeconomic-feedback-utac/actions/workflows/ci.yml/badge.svg)](https://github.com/GenesisAeon/socioeconomic-feedback-utac/actions/workflows/ci.yml)
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

GenesisAeon Package 96 — real climate-socioeconomic feedback science.
**Deliberately has no UTAC/CREP/AFET bridge**, and explicitly avoids a
retracted headline citation — see [DISCLAIMER.md](DISCLAIMER.md).

## What's real here

- Burke, Hsiang & Miguel (2015, *Nature*): economic productivity peaks
  at 13°C annual average temperature; unmitigated warming projected to
  cut average global income ~23% by 2100 and widen inequality.
- Cattaneo et al. (2024, IMF Working Paper): climate variability
  projected to add 73-91 million emigrants in the 2030s, rising to
  87-133 million in the 2060s.
- Deliberately does **not** cite Kotz, Levermann & Wenz (2024, *Nature*)
  — retracted by Nature in December 2025 — see
  [DISCLAIMER.md](DISCLAIMER.md).

## Quickstart

```bash
pip install socioeconomic-feedback-utac
```

```python
from socioeconomic_feedback_utac import is_above_productivity_optimum

print(is_above_productivity_optimum(25.0))  # True
```

## Development

```bash
pip install -e ".[dev]"
pre-commit install
ruff check src tests
mypy src
pytest
```

## Citation

See [CITATION.cff](CITATION.cff) and [.zenodo.json](.zenodo.json).
