Metadata-Version: 2.1
Name: iqm-client
Version: 14.2
Summary: A client library for accessing an IQM quantum computer
Home-page: https://github.com/iqm-finland/iqm-client
Author: IQM developers
Author-email: developers@meetiqm.com
License: Apache 2.0
Project-URL: Documentation, https://iqm-finland.github.io/iqm-client
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: ~=3.9
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: requests<3.0,>=2.26.0
Requires-Dist: pydantic<2.0,>=1.8.2
Provides-Extra: dev
Requires-Dist: tox==3.26.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: beautifulsoup4==4.11.2; extra == "docs"
Requires-Dist: sphinx==4.5.0; extra == "docs"
Requires-Dist: sphinx-multiversion-contrib==0.3.2; extra == "docs"
Requires-Dist: sphinx-book-theme==0.3.3; extra == "docs"
Provides-Extra: testing
Requires-Dist: black==22.10.0; extra == "testing"
Requires-Dist: isort==5.10.1; extra == "testing"
Requires-Dist: mypy==0.982; extra == "testing"
Requires-Dist: pylint-pydantic==0.1.8; extra == "testing"
Requires-Dist: pytest==7.1.3; extra == "testing"
Requires-Dist: pytest-cov==4.0.0; extra == "testing"
Requires-Dist: pytest-isort==3.0.0; extra == "testing"
Requires-Dist: pytest-mypy==0.10.0; extra == "testing"
Requires-Dist: pytest-pylint==0.19.0; extra == "testing"
Requires-Dist: jsons==1.6.1; extra == "testing"
Requires-Dist: mockito==1.3.0; extra == "testing"
Requires-Dist: types-requests==2.28.9; extra == "testing"
Provides-Extra: cicd
Requires-Dist: twine<5.0,>=4.0.1; extra == "cicd"
Requires-Dist: wheel<1.0,>=0.37.1; extra == "cicd"

|CI badge| |Release badge| |Black badge|

.. |CI badge| image:: https://github.com/iqm-finland/iqm-client/actions/workflows/ci.yml/badge.svg
.. |Release badge| image:: https://img.shields.io/github/release/iqm-finland/iqm-client.svg
.. |Black badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

IQM Client
###########

Client-side Python library for connecting to an `IQM <https://meetiqm.com/>`_ quantum computer.

Installation
============

IQM client is not intended to be used directly by human users. For executing code on an IQM quantum computer,
you can use for example the `Cirq on IQM <https://iqm-finland.github.io/cirq-on-iqm/index.html>`_ library.

If you want just this library, though, you can install it from the Python Package Index (PyPI):

.. code-block:: bash

    $ pip install iqm-client


Copyright
=========

IQM client is free software, released under the Apache License, version 2.0.

Copyright 2021-2023 IQM client developers.
