cue-lang / cue-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:CUE 58.5%Language:Python 41.5%