Metadata-Version: 2.4
Name: qubithub-cli
Version: 0.2.0
Summary: Alias for 'qubithub' — the Python SDK and CLI for QubitHub.
Project-URL: Homepage, https://qubithub.co
Project-URL: Documentation, https://docs.qubithub.co
Author-email: QubitHub <hi@qubithub.co>
License-Expression: Apache-2.0
Keywords: cli,quantum,quantum-computing,qubithub,sdk
Requires-Python: >=3.10
Requires-Dist: qubithub>=0.2.0
Description-Content-Type: text/markdown

# qubithub-cli

**This is an alias package.** Installing `qubithub-cli` installs
[`qubithub`](https://pypi.org/project/qubithub/) — the Python SDK and CLI for
[QubitHub](https://qubithub.co), developer infrastructure for quantum computing.

The package, the import, and the command are all named `qubithub`:

```bash
pip install qubithub
```

This alias exists only so that `pip install qubithub-cli` resolves to the right
package. See the [`qubithub` project page](https://pypi.org/project/qubithub/)
for documentation.
