Metadata-Version: 2.4
Name: qtara
Version: 0.1.2
Summary: Threat Analysis & Risk Assessment (TARA) Framework for Neural Security
Author-email: Qinnovate <security@qinnovate.com>
Project-URL: Homepage, https://github.com/qinnovates/qinnovate
Project-URL: Bug Tracker, https://github.com/qinnovates/qinnovate/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0.0
Requires-Dist: stix2>=3.0.0
Requires-Dist: rich>=13.0.0

# qtara

**Threat Analysis & Risk Assessment (TARA)** framework for Neural Security.

The `qtara` package provides programmatic access to the TARA registry, NISS (Neural Impact Scoring System) calculators, and STIX 2.1 exporters.

## Installation

```bash
pip install qtara
```

## Features

- **TARA Registry:** Query verified BCI threat techniques.
- **NISS Scorer:** Calculate neural impact scores based on physics-derived metrics.
- **STIX 2.1:** Export threat data for industry-standard security tools.
- **CLI:** Instant access to threat intelligence from the terminal.

## Development

```bash
git clone https://github.com/qinnovates/qinnovate
cd packaging/qtara
pip install -e .
```

## License

MIT
