Metadata-Version: 2.1
Name: qcware
Version: 2.0.0
Summary: This is the client library for QC Ware's Forge product,
Home-page: http://github.com/qcware/platform_client_library_python
License: UNKNOWN
Keywords: quantum,computing,cloud,API
Author: Vic Putz
Author-email: vic.putz@qcware.com
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: backoff >= 1.10.0
Requires-Dist: requests >= 2.23.0
Requires-Dist: python-decouple >= 3.3
Requires-Dist: networkx >= 2.4
Requires-Dist: numpy >= 1.18.4
Requires-Dist: packaging >= 20.4
Requires-Dist: colorama >= 0.4.3
Requires-Dist: qcware-quasar >= 1.0.0



.. 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>`_ 

