Metadata-Version: 2.4
Name: hugr-qir
Version: 0.0.1
Requires-Dist: click>=8.1.8
Requires-Dist: quantinuum-qircheck==0.1.0
License-File: LICENSE
Summary: Quantinuum's tool for converting HUGR to QIR
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# hugr-qir


[![build_status][]](https://github.com/CQCL/hugr-qir/actions)
[![codecov][]](https://codecov.io/gh/CQCL/hugr-qir)

A tool for converting Hierarchical Unified Graph Representation (HUGR, pronounced _hugger_) formatted quantum programs into [QIR](https://github.com/qir-alliance/qir-spec) format.


## Installation

TODO

## Usage

TODO

## Recent Changes

TODO

## Development

TODO

## License

This project is licensed under Apache License, Version 2.0 ([LICENSE][] or http://www.apache.org/licenses/LICENSE-2.0).

[build_status]: https://github.com/CQCL/hugr-qir/actions/workflows/ci-py.yml/badge.svg?branch=main
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/hugr-qir?logo=codecov
[LICENSE]: https://github.com/CQCL/hugr-qir/blob/main/LICENCE

