Metadata-Version: 2.1
Name: penaltymodel
Version: 0.15.2
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
Description: .. image:: https://img.shields.io/pypi/v/penaltymodel.svg
            :target: https://pypi.python.org/pypi/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
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Provides-Extra: all
