rigetti / qcs-sdk-rust

Rust SDK for Rigetti Quantum Cloud Services (QCS)
https://docs.rs/qcs
13 stars 5 forks source link

`qcs-sdk-python` should take over the `qcs` PyPI package #447

Open MarquessV opened 8 months ago

MarquessV commented 8 months ago

We own the qcs package on PyPI, but don't use it for anything useful. The package is easily mistaken for qcs-sdk-python since the Rust library is itself called qcs. We should repurpose the qcs package as a home for qcs-sdk-python.

One future issue: qcs currently has one release, 2.1.0. PyPI doesn't let you replace the package behind a version, even if you delete it. This means we'll run into an issue uploading the package to PyPI if the QCS library ever reaches 2.1.0.