Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 408 Bytes

cue-py use CUE from Python

This is a work in progress, expect constant churn and breakage.

Setup

python3.12 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Test

pytest --mypy

Using

TODO.

Issue tracking

Please raise all issues in the main CUE repository, giving the title of the issue a cue-py: prefix.