Metadata-Version: 2.4
Name: ariadion-cli
Version: 0.1.0a0
Summary: Command line interface for Ariadion
Author: Vi Connelly
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/redxe/ariadion
Project-URL: Repository, https://github.com/redxe/ariadion
Project-URL: Issues, https://github.com/redxe/ariadion/issues
Project-URL: Changelog, https://github.com/redxe/ariadion/blob/main/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ariadion==0.1.0a0
Requires-Dist: ariadion-visualization==0.1.0a0
Dynamic: license-file

# ariadion-cli

Command-line interface for the [Ariadion](https://github.com/redxe/ariadion)
quantum programming platform.

## Status

**0.1.0rc2 — Release Candidate.** Not yet published to PyPI.

## Usage

```
ariadion demo bell
```

Runs a Bell-state demonstration and renders a circuit trace to the terminal.

## Installation

The release candidate is not yet published. Once publication is authorized,
install the SDK and CLI distributions together:

```
pip install ariadion ariadion-cli
```

Installing `ariadion-cli` registers the `ariadion` command.

## License

Apache-2.0 — see [LICENSE](https://github.com/redxe/ariadion/blob/main/LICENSE).

## Links

- [Repository](https://github.com/redxe/ariadion)
- [Issues](https://github.com/redxe/ariadion/issues)
- [Changelog](https://github.com/redxe/ariadion/blob/main/CHANGELOG.md)
