Metadata-Version: 2.4
Name: seqr
Version: 0.1.0
Summary: PQC readiness scanner for Indian financial infrastructure
Author-email: Lochan P S <contact@seqrlabs.in>
License-Expression: MIT
Project-URL: Homepage, https://seqrlabs.in
Project-URL: Repository, https://github.com/LochanPS/SeQr-Labs
Keywords: post-quantum,cryptography,security,PQC,quantum,audit,scanner
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Intended Audience :: Information Technology
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.7
Requires-Dist: rich>=13.7.0
Requires-Dist: toml>=0.10.2
Requires-Dist: sslyze==6.0.0
Requires-Dist: cryptography<43,>=42.0.0
Requires-Dist: tree-sitter==0.23.0
Requires-Dist: tree-sitter-python==0.23.0
Requires-Dist: tree-sitter-javascript==0.23.0
Requires-Dist: tree-sitter-java==0.23.0
Requires-Dist: tree-sitter-go==0.23.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"

# seqr

PQC readiness scanner for Indian financial infrastructure.

`seqr` scans your code and live domains for quantum-vulnerable cryptography (RSA, ECDSA, DH)
and reports TLS configuration, certificate algorithm, key exchange, forward secrecy, CDN
detection, and PQC offering status — entirely from the command line, no account required.

## Install

```bash
pip install seqr
```

## Usage

```bash
seqr scan domain example.com
seqr scan code ./src
seqr scan certs ./certs
seqr scan all --domain example.com --path .
```

Add `--output json` or `--output sarif` (code scans) for machine-readable output, or
`--fail-on`/`--policy` for CI/CD gating.

For crypto agility scoring, HNDL risk assessment, migration priority, regulatory
compliance mapping (RBI / CERT-In / DST Task Force / DPDP), CBOM export, and PDF
reports, see [seqrlabs.in](https://seqrlabs.in).

## License

MIT
