Metadata-Version: 2.4
Name: immunix-core
Version: 0.1.0
Summary: Autonomous Self-Healing Infrastructure for Critical Python Systems
Author: Mohamed Orhan Zeinel
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# IMMUNIX Core

**Autonomous Self-Healing Infrastructure for Critical Python Systems**

---

## ⚠️ Bio-Safety Level 4 Warning

**READ BEFORE INSTALLATION:**
IMMUNIX is **NOT** an error handler. It is a **runtime genetic modification engine**.

* **Do NOT use** for trivial logic errors.
* **Do NOT use** in development/debugging environments.
* **USE ONLY** for infrastructure-level failures where **System Survival > Correctness**.

---

## Features

1. **Context-Aware:** Fingerprints errors based on bytecode DNA.
2. **Evolutionary:** Finds the best survival strategy.
3. **Persistent:** Remembers cures across restarts.
4. **Self-Patching:** Rewrites function in memory to remove error paths.

---

## Installation

```bash
pip install immunix-core
