Metadata-Version: 2.1
Name: pyqir
Version: 0.6.1
Summary: PyQIR - set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR)
Home-page: https://github.com/qir-alliance/pyqir
Author: Microsoft
License: MIT
Project-URL: Bug Tracker, https://github.com/qir-alliance/pyqir
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyqir-generator (>=0.6.1)
Requires-Dist: pyqir-evaluator (>=0.6.1)
Requires-Dist: pyqir-parser (>=0.6.1)

# PyQIR

PyQIR is a set of APIs for generating, parsing, and evaluating [Quantum
Intermediate Representation (QIR)](https://github.com/qir-alliance/qir-spec). It
consists of the following components:

- [**pyqir-generator**](https://pypi.org/project/pyqir-generator)
- [**pyqir-evaluator**](https://pypi.org/project/pyqir-evaluator/)
- [**pyqir-parser**](https://pypi.org/project/pyqir-parser):

## Installation

This meta package depends on all existing PyQIR packages. The package is
released on PyPI and can be installed via pip:

```bash
pip install pyqir
```

## Contributing

There are many ways in which you can contribute to PyQIR, whether by
contributing a feature or by engaging in discussions; we value contributions in
all shapes and sizes! We refer to [this document](https://github.com/qir-alliance/pyqir/blob/main/CONTRIBUTING.md) for
guidelines and ideas for how you can get involved.

Contributing a pull request to this repo requires to agree to a [Contributor
License Agreement
(CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) declaring
that you have the right to, and actually do, grant us the rights to use your
contribution. A CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately. Simply follow the
instructions provided by the bot. You will only need to do this once.
