Metadata-Version: 2.4
Name: codegen-sdk-pink
Version: 0.1.0
Summary: Python bindings for pink
Home-Page: https://codegen.sh
Author: Ellen Esha Agarwal <ellenagarwal897@gmail.com>
Author-email: Ellen Esha Agarwal <ellenagarwal897@gmail.com>
License: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/codegen-sh/pink

# Python bindings for Pink

## Requirements

- Maturin

## Usage

### With Maturin (recommended)

```bash
uv venv
source .venv/bin/activate
maturin develop
```

### Without Maturin

It's much slower to compile without maturin, but it can be used as a normal package.

```bash
uv venv
source .venv/bin/activate
uv sync
```

