Metadata-Version: 2.1
Name: qcware
Version: 5.0.0
Summary: The python client for QC Ware's Forge SaaS quantum computing product
Home-page: http://github.com/qcware/platform_client_library_python
Keywords: quantum,computing,cloud,API
Author: Vic Putz
Author-email: vic.putz@qcware.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7.4.post0)
Requires-Dist: backoff (>=1.10.0)
Requires-Dist: colorama (>=0.4.4)
Requires-Dist: icontract (>=2.5.3)
Requires-Dist: lz4 (>=3.1.3)
Requires-Dist: networkx (>=2.5.1)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: packaging (>=20.9)
Requires-Dist: pydantic (>=1.8.2)
Requires-Dist: python-decouple (>=3.4)
Requires-Dist: qcware-quasar (>=1.0.3)
Requires-Dist: qubovert (>=1.2.3)
Requires-Dist: requests (>=2.25.1)
Requires-Dist: setuptools (>=57.1.0)
Requires-Dist: tabulate (>=0.8.9)
Project-URL: Documentation, http://qcware.readthedocs.io/en/stable
Project-URL: Repository, http://github.com/qcware/platform_client_library_python
Description-Content-Type: text/x-rst



.. image:: http://qcwareco.wpengine.com/wp-content/uploads/2019/08/qc-ware-logo-11.png
   :target: http://qcwareco.wpengine.com/wp-content/uploads/2019/08/qc-ware-logo-11.png
   :alt: logo


QC Ware Platform Client Library (Python)
========================================

This package contains functions for easily interfacing with the QC Ware
Platform from Python.


.. image:: https://badge.fury.io/py/qcware.svg
   :target: https://badge.fury.io/py/qcware
   :alt: PyPI version

.. image:: https://pepy.tech/badge/qcware
   :target: https://pepy.tech/project/qcware
   :alt: Downloads

.. image:: https://pepy.tech/badge/qcware/month
   :target: https://pepy.tech/project/qcware/month
   :alt: Downloads

.. image:: https://circleci.com/gh/qcware/platform_client_library_python.svg?style=svg
   :target: https://circleci.com/gh/qcware/platform_client_library_python
   :alt: CircleCI

.. image:: https://readthedocs.org/projects/qcware/badge/?version=latest
   :target: https://qcware.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


Installation
____________

This documentation is for the latest (prerelease) version of QCWare's Forge client, which
at present relies on some internal packages.  It is "baked into" QCWare's Jupyterhub
notebooks, but local installation will have to wait until Quasar, our circuit-model
library, is publicly available.

Ordinarily, you would install as follows:

To install with pip:

.. code:: shell

   pip install qcware

Or, to install from source:

.. code:: shell

   git clone https://github.com/qcware/platform_client_library_python.git
   cd platform_client_library_python
   pip install -e .

Sign up for an API key at `https://forge.qcware.com <https://forge.qcware.com>`_ to access *Forge*. Please see our `documentation <https://qcware.readthedocs.io>`_.

Please see the `documentation <https://qcware.readthedocs.io>`_

