Metadata-Version: 2.4
Name: kirin-toolchain
Version: 0.13.0
Summary: The Kirin Toolchain for building compilers and interpreters.
Author-email: Roger-luo <rluo@quera.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: beartype>=0.17.2
Requires-Dist: rich>=13.7.1
Requires-Dist: typing-extensions>=4.11.0
Description-Content-Type: text/markdown

# KIRIN

[![CI](https://github.com/QuEraComputing/kirin/actions/workflows/ci.yml/badge.svg)](https://github.com/QuEraComputing/kirin/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/QuEraComputing/kirin/graph/badge.svg?token=lkUZ9DTqy4)](https://codecov.io/gh/QuEraComputing/kirin)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/kirin-toolchain.svg?color=%2334D058)](https://pypi.org/project/fastapi)

*K*ernel *I*ntermediate *R*epresentation *IN*frastructure

> [!IMPORTANT]
>
> This project is in the early stage of development. API and features are subject to change.
> If you are concerned about the stability of the APIs, consider pin the version of Kirin in your project.

## Installation

### Install via `uv` (Recommended)

```py
uv add kirin-toolchain
```

### Install via pip

```bash
pip install kirin-toolchain
```

## License

Apache License 2.0 with LLVM Exceptions
