Metadata-Version: 2.1
Name: qpu
Version: 0.0.1
Summary: Python Quantum Processing Unit (QPU) library
Home-page: https://github.com/sea212/qpu
Author: Harald Heckmann
Author-email: mail@haraldheckmann.de
License: mit
Description: |Build Status| |Coverage Status| |Documentation Status| |License: MIT|
        
        QPU (Quantum Processing Unit)
        ==============================
        
        A library for quantum processing units (IBM, D-Wave) containing common operations.
        
        
        Note
        ----
        
        This project has been set up using PyScaffold 3.1. For details and usage
        information on PyScaffold see `https://pyscaffold.org/`_.
        
        .. _`https://pyscaffold.org/`: https://pyscaffold.org/
        
        .. |Build Status| image:: https://travis-ci.com/sea212/qpu.svg?branch=master
           :target: https://www.travis-ci.com/sea212/qpu
        .. |Coverage Status| image:: https://coveralls.io/repos/github/sea212/qpu/badge.svg?branch=master
           :target: https://coveralls.io/github/sea212/qpu?branch=master
        .. |Documentation Status| image:: https://readthedocs.org/projects/qpu/badge/?version=latest
           :target: https://qpu.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. |License: MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :target: https://opensource.org/licenses/MIT
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >3.4
Description-Content-Type: text/x-rst
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: testing
