Metadata-Version: 2.1
Name: penaltymodel
Version: 0.16.5
Summary: Utilities and interfaces for using penalty models.
Home-page: https://github.com/dwavesystems/penaltymodel
Author: D-Wave Systems Inc.
Author-email: acondello@dwavesys.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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
Provides-Extra: all

.. image:: https://img.shields.io/pypi/v/penaltymodel.svg
    :target: https://pypi.org/project/penaltymodel

D-Wave Penalty Model - Core
===========================

.. index-start-marker

The core penalty model package. Contains the logic shared in the penalty model ecosystem.

.. index-end-marker

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

.. installation-start-marker

To install:

.. code-block:: bash

    pip install penaltymodel

To build from souce:

.. code-block:: bash

    cd penatlymodel_core
    pip install -r requirements.txt
    python setup.py install

.. installation-end-marker


License
-------

Released under the Apache License 2.0


