Metadata-Version: 2.4
Name: shack-framework
Version: 2.1.5
Summary: SHACK: Secure, High-performance, Autonomous, Compressed, and Kinematic Modern Framework.
Author: SHACK Team
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=41.0.0
Requires-Dist: uvicorn>=0.22.0
Provides-Extra: framework
Provides-Extra: shield
Requires-Dist: zlib-ng; extra == "shield"
Provides-Extra: node
Requires-Dist: requests; extra == "node"
Provides-Extra: full
Requires-Dist: requests; extra == "full"
Requires-Dist: zlib-ng; extra == "full"
Dynamic: license-file

# SHACK360_pkg
SHACK 360 Autonomous Cryptography & Fairness Engine + S360chain Node.

## Advanced Security Layer
This system implements specialized mathematical hardening:
- **DSIS**: Double Security Integration Syntax
- **DXSS**: Differentiation XOR-Shift System
- **ATH**: Anti-Tamper Heartbeat (C++ process integrity checking)
- **ArC**: Automatic Re-Compilation (Self-healing binary logic)

## Quick Start
```bash
pip install .
shack360-node
```
