Metadata-Version: 2.1
Name: dwave-ocean-sdk
Version: 4.0.0.dev0
Summary: Software development kit for open source D-Wave tools
Home-page: https://github.com/dwavesystems/dwave-ocean-sdk
Author: D-Wave Systems Inc.
Author-email: tools@dwavesys.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: dimod (==0.10.6)
Requires-Dist: dwave-cloud-client (==0.9.0.dev0)
Requires-Dist: dwave-greedy (==0.2.1)
Requires-Dist: dwave-hybrid (==0.6.3)
Requires-Dist: dwave-inspector (==0.2.7)
Requires-Dist: dwave-neal (==0.5.8)
Requires-Dist: dwave-networkx (==0.8.9)
Requires-Dist: dwave-preprocessing (==0.3.0)
Requires-Dist: dwave-qbsolv (==0.3.3)
Requires-Dist: dwave-system (==1.9.0)
Requires-Dist: dwave-tabu (==0.4.2)
Requires-Dist: dwavebinarycsp (==0.1.3)
Requires-Dist: minorminer (==0.2.6)
Requires-Dist: penaltymodel-cache (==0.4.4)
Requires-Dist: penaltymodel-lp (==0.1.5)
Requires-Dist: penaltymodel (==0.16.5)
Requires-Dist: pyqubo (==1.0.13)
Requires-Dist: penaltymodel-mip (==0.2.5) ; (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64")
Requires-Dist: penaltymodel-maxgap (==0.5.5) ; platform_machine != "x86_64" and platform_machine != "amd64" and platform_machine != "AMD64"
Provides-Extra: all
Requires-Dist: penaltymodel-mip (==0.2.5) ; extra == 'all'
Requires-Dist: penaltymodel-maxgap (==0.5.5) ; extra == 'all'

.. image:: https://img.shields.io/pypi/v/dwave-ocean-sdk.svg
    :target: https://pypi.python.org/pypi/dwave-ocean-sdk

.. image:: https://ci.appveyor.com/api/projects/status/c8ofdgyiy4w38lu3?svg=true
    :target: https://ci.appveyor.com/project/dwave-adtt/dwave-ocean-sdk

.. image:: https://circleci.com/gh/dwavesystems/dwave-ocean-sdk.svg?style=svg
    :target: https://circleci.com/gh/dwavesystems/dwave-ocean-sdk

.. index-start-marker

dwave-ocean-sdk
===============

Installer for D-Wave's Ocean Tools.


Installation
------------

.. installation-start-marker

Compatible with Python 3.6+:

.. code-block:: bash

    pip install dwave-ocean-sdk

To install from source:

.. code-block:: bash

    python setup.py install

.. installation-end-marker

Next Steps
----------

For information on configuring solvers and using the Ocean tools, see
the `Ocean Documentation <https://docs.ocean.dwavesys.com/en/latest/>`_\ .


