Metadata-Version: 2.4
Name: iscstack
Version: 1.0.4
Summary: ISCStack - The Intelligent Systems Control Stack - Authority is a Runtime Property
Author-email: Ibrahim Salama <ibrahim.salama@domims.com>
License: MIT
Project-URL: Homepage, https://iscstack.com
Project-URL: Repository, https://github.com/Ibrahim-Salama-iscstack/ISCSTACK
Keywords: ai,governance,control,iscstack,constitution
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22278861.svg)](https://doi.org/10.5281/zenodo.22278861) [![pypi package](https://img.shields.io/badge/pypi-1.0.1-blue)](https://pypi.org/project/iscstack/) [![python](https://img.shields.io/badge/python-3-blue)](https://pypi.org/project/iscstack/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**DOI:** https://doi.org/10.5281/zenodo.22278861 | **Zenodo:** https://zenodo.org/records/22278861 | **Website:** https://iscstack.com
[![PyPI version](https://badge.fury.io/py/iscstack.svg)](https://pypi.org/project/iscstack/)
[![Python Version](https://img.shields.io/pypi/pyversions/iscstack.svg)](https://pypi.org/project/iscstack/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

```bash
pip install iscstack==1.0.2
# ISCStack™ - The Intelligent Systems Control Stack

Official Reference Implementation
Founder: Ibrahim Salama
Website: https://iscstack.com

## Constitution
Authority is a Runtime Property - verified at execution boundary.

## Layers
- MLVer: Semantic Verification
- MLROI: Risk & Outcome Intelligence  
- MLAIO: Orchestration
- AIGovCore: Policy Definition
- APIRegulator: Execution Boundary Enforcement (COMMIT NODE)
- MLRegulator: Compliance Mediation

## Installation
pip install iscstack

## Quick Start
from iscstack import APIRegulator
reg = APIRegulator()
result = reg.intercept({"env": "prod", "intent": "delete_db"})
# result = BLOCKED
