Metadata-Version: 2.4
Name: quantumcore-az
Version: 0.1.0
Summary: Quantum-like computing on classical hardware
Author-email: MAMMADOV ELDAR VAQIF oglu <office@azsec.biz>
License: Proprietary
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# QuantumCore-AZ

Quantum-like computing on classical hardware.

## Features
- 100 qubits
- 65,535 entanglements
- Grover's search
- Lottery search
- Anti-debug protection

## Installation
```bash
pip install quantumcore-az

## Usage
from quantumlib import Core
qc = Core()
qc.show()
