Metadata-Version: 2.4
Name: qntm
Version: 0.1.2
Summary: qntm secure messaging protocol CLI
Project-URL: Homepage, https://qntm.corpo.llc
Project-URL: Repository, https://github.com/corpollc/qntm
Author-email: Corpo LLC <hello@corpo.llc>
License-Expression: BUSL-1.1
Keywords: cli,encryption,messaging,security
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# qntm

Secure messaging protocol CLI.

## Install

```bash
uvx qntm
# or
pip install qntm
```

## Usage

```bash
qntm --help
qntm identity generate
qntm version
```

## About

qntm implements the QSP v1.1 secure messaging protocol with support for key management, 1:1 and group messaging via untrusted drop boxes.

For more information, visit [qntm.corpo.llc](https://qntm.corpo.llc).
