Metadata-Version: 2.4
Name: oqc-qcaas-sdk
Version: 0.1.18rc2
Summary: Oxford Quantum Circuits Quantum Computing as a Service (QCaaS) SDK for task submission
License: BSD 3-Clause License
         
         Copyright 2026 © Oxford Quantum Circuits Ltd
         All rights reserved.
         
         Redistribution and use in source and binary forms, with or without
         modification, are permitted provided that the following conditions are met:
         
         * Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
         
         * Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
         
         * Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
         
         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
         AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
         IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
         DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
         FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
         DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
         SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
         CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
         OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
         OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Author: OQC
Author-email: <oqc_qcaas_support@oxfordquantumcircuits.com>
Maintainer: OQC
Maintainer-email: <oqc_qcaas_support@oxfordquantumcircuits.com>
Requires-Python: >=3.11,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: experimental
Requires-Dist: compiler-config (>=0.2.0,<0.3.0)
Requires-Dist: fermioniq-qc (==1.5.2) ; extra == "experimental"
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: numpy (>=2.4.4,<3.0.0)
Requires-Dist: pip (>=26.0.0,<27.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: scipp (>=26.3.1,<27.0.0)
Requires-Dist: tenacity (>=9.1.2,<10.0.0)
Description-Content-Type: text/markdown

# OQC QCaaS SDK

The OQC QCaaS SDK (`oqc-qcaas-sdk`) is a Python SDK for Oxford Quantum Circuits Quantum Computing as a Service (QCaaS) platform.

It provides a task-focused abstraction over the QCaaS REST API, centred on long-lived `Job` objects that track the full lifecycle of a quantum program from submission to result, across multiple invocations. All I/O is fully async.

This is an early release and the public API may change before 1.0.0.

**Documentation** link coming soon. In the meantime, contact support@oqc.tech for guidance on using the SDK.

