Metadata-Version: 2.4
Name: pq-oid
Version: 0.0.1
Summary: OID constants for all PQ algorithms (ML-KEM, ML-DSA, SLH-DSA)
License-Expression: MIT
Keywords: cryptography,post-quantum,pqc
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pq-oid

OID constants for all PQ algorithms (ML-KEM, ML-DSA, SLH-DSA)

## Installation

```bash
pip install pq-oid
```

## Usage

```python
import pq_oid

# Coming soon
```

## License

MIT
