Metadata-Version: 2.1
Name: orquestra-forest
Version: 0.5.0
Summary: "Orquestra Integration with Forest framework"
Home-page: https://github.com/zapatacomputing/orquestra-forest
Author: Zapata Computing Inc.
Author-email: info@zapatacomputing.com,
License: Apache Software License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering
Requires-Python: !=3.9.7,<3.11,>=3.8
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: dev
License-File: LICENSE

# orquestra-forest

`orquestra-forest` is a [Zapata](https://www.zapatacomputing.com) library holding modules for integrating forest with [Orquestra](https://www.zapatacomputing.com/orquestra/).

## Overview

`orquestra-forest` is a Python module that provides converters that allow switching between objects from [PyQuil](https://github.com/rigetti/pyquil) and `orquestra-quantum`.
It can be used directly in Python or in an [Orquestra](https://www.orquestra.io) workflow.
For more details, see the [Orquestra Pyquil integration docs](http://docs.orquestra.io/other-resources/framework-integrations/pyquil/).

For more information regarding Orquestra and resources, please refer to the [Orquestra documentation](https://www.orquestra.io/docs).

## Installation

This repository can be installed using `pip`. Clone the repository, enter the main directory of orquestra-forest, and run `pip install -e .`. For development install, run `pip install -e '.[dev]'` instead.

## Development and contribution

You can find the development guidelines in the [`orquestra-quantum` repository](https://github.com/zapatacomputing/orquestra-quantum).
