Metadata-Version: 2.4
Name: oicana-native
Version: 0.1.0a2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.md
License-File: LICENSE.md
Summary: Native Python bindings for Oicana (PDF templating with Typst)
Keywords: oicana,typst,typesetting,pdf
Home-Page: https://oicana.com
Author-email: Oicana <hello@oicana.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://oicana.com
Project-URL: Repository, https://github.com/oicana/oicana
Project-URL: Documentation, https://docs.oicana.com

# oicana-native

Native Python bindings for Oicana.

This is a low-level package that provides PyO3 bindings to Oicana. Most users should use the high-level `oicana` package instead.

## Installation

```bash
pip install oicana-native
```

## Development

```bash
pip install maturin
maturin develop --release
maturin build --release
```

## License

This project is licensed under the PolyForm Noncommercial License 1.0.0.
See the [LICENSE.md](LICENSE.md) file for details.

